ONTAP Discussions
ONTAP Discussions
We have recently acquired the NVE license for an existing system FAS2750 running ONTAP 9.4P5. The idea is to perform the "volume encryption conversion start" command on all existing volumes. We already have Onboard Key Manager enabled.
When we try to run the encryption conversion in any volume we receive the following error:
clustermad::*> volume encryption conversion start -vserver SVM_CIFS -volume CIFS_Data_01
Error: command failed: Failed to start conversion on volume "CIFS_Data_01" in Vserver "SVM_CIFS". Reason: Node "clustermad-02" failed to allocate encryption resources. Please retry later or reboot the node.
Has anyone been able to solve this error without rebooting the system?
Solved! See The Solution
Just confirmed with a buddy of mine in support, and this is a result of being low on cache memory, reboot is the recommended course of action.
That's an interesting one, are you able to create a new, encrypted volume from scratch on either node?
I'm wondering if this is support ticket-worthy, the only hardware requirement as far as I know is the processor needs to support the AES-NI instruction set which the one in the FAS2750 definitely does.
Thanks for the reply.
If we try to enable encryption by creating a new volume we get the same error:
clustermad::> volume create -vserver SVM_CIFS -volume vol_TEST_NVE -aggregate aggr0_SAS_01 -size 5g -encrypt true
Error: command failed: Node "clustermad-02" failed to allocate encryption resources. Please retry later or reboot the node.
Have you tried rebooting the node yet? Sounds like it might need it and better to reboot it under your terms than if it decides to core dump and reboot on its terms.
If you have already rebooted it, I suggest opening up a support ticket.
Just confirmed with a buddy of mine in support, and this is a result of being low on cache memory, reboot is the recommended course of action.