nerdexam
Oracle

1Z0-884 · Question #164

The cluster administrator is using ZFS to manage the shared storage for the cluster. You want to create a pool called "mypool". What is the command used to create a ZFS pool, and to verify that the…

The correct answer is C. 1) zpool create mypool mirror c2t0d0s0 c3t0d0s0. See the full explanation below for the reasoning.

Question

The cluster administrator is using ZFS to manage the shared storage for the cluster. You want to create a pool called "mypool". What is the command used to create a ZFS pool, and to verify that the pool has been created?

Options

  • A
    1. zcreate mypool c2t0d0s0
  • B
    1. zfs create mypool/myfs1
  • C
    1. zpool create mypool mirror c2t0d0s0 c3t0d0s0
  • D
    1. zpool create mypool mirror c2t0d0s0 mirror c3t0d0s0

How the community answered

(19 responses)
  • A
    11% (2)
  • C
    84% (16)
  • D
    5% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-884 Practice