nerdexam
Oracle

1Z0-822 · Question #106

You have already generated a 256-bit AES raw key and named the keystore file /mykey. You need to use the key to create an encrypted file system. Which command should you use to create a ZFS…

The correct answer is B. zfs create - o encryption = 256-ccm - o keysource = raw, file : ///my key pool1/encrypt. Example: Encrypting a ZFS File System by Using a Raw Key In the following example, an aes-256-ccm encryption key is generated by using the pktool command and is written to a file, /cindykey.file. # pktool genkey keystore=file outkey=/cindykey.file keytype=aes keylen=256 Then…

Managing Storage

Question

You have already generated a 256-bit AES raw key and named the keystore file /mykey. You need to use the key to create an encrypted file system. Which command should you use to create a ZFS encrypted file system named pool1/encrypt using the /mykey keystore?

Options

  • Azfs create - o encryption = /mykey pool1/encrypt
  • Bzfs create - o encryption = 256-ccm - o keysource = raw, file : ///my key pool1/encrypt
  • Czfs create - o encryption = AES keysource = /mykey pool1/encrypt
  • Dzfs create - o encryption = on keystore = /mykey pool1/encrypt

How the community answered

(30 responses)
  • A
    13% (4)
  • B
    77% (23)
  • C
    7% (2)
  • D
    3% (1)

Explanation

Example: Encrypting a ZFS File System by Using a Raw Key In the following example, an aes-256-ccm encryption key is generated by using the pktool command and is written to a file, /cindykey.file. # pktool genkey keystore=file outkey=/cindykey.file keytype=aes keylen=256 Then, the /cindykey.file is specified when the tank/home/cindy file system is created. # zfs create -o encryption=aes-256-ccm -o keysource=raw,file:///cindykey.file tank/home/cindys

Topics

#ZFS encryption#AES#keysource#encrypted filesystem

Community Discussion

No community discussion yet for this question.

Full 1Z0-822 Practice