Click the Exhibit button.
cluster1::> volume create -vserver vsl ""volume voll ""aggregate aggr1 ""encrypt true
Which statement regarding the command shown in the exhibit is true?
Click the Exhibit button.
cluster1::> volume create -vserver vsl ""volume voll ""aggregate aggr1 ""encrypt true
Which statement regarding the command shown in the exhibit is true?
The command shown creates a volume with encryption enabled in the aggregate 'aggr1'. This encryption is provided by NetApp Volume Encryption (NVE). When the '-encrypt true' parameter is used, it indicates that the volume will be protected using NVE, which generates a new key for encryption. This matches the description in option D.
https://docs.netapp.com/ontap-9/index.jsp?topic=%2Fcom.netapp.doc.pow-nve%2FGUID-A5D3FDEF-CA10-4A54-9E17-DB9E9954082E.html NVE created D
ans is D
Using ONTAP 9.6 or earlier, the following command creates an NVE volume named vol2 on aggr1: cluster1::> volume create -vserver vs1 -volume vol2 -aggregate aggr1 -encrypt true
[-encrypt [true]] - Enable Encryption This parameter allows the user to create an encrypted volume. When it is set to true, a new key is generated, and the volume will be encrypted using the generated key. https://docs.netapp.com/ontap-9/index.jsp?topic=%2Fcom.netapp.doc.dot-cm-cmpr-910%2Fvolume__create.html
C? https://docs.netapp.com/ontap-9/index.jsp?topic=%2Fcom.netapp.doc.exp-nfsv3-cg%2FGUID-65FBC855-3F9D-4468-9A46-8B75C307B81A.html