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
- zcreate mypool c2t0d0s0
- B
- zfs create mypool/myfs1
- C
- zpool create mypool mirror c2t0d0s0 c3t0d0s0
- D
- zpool create mypool mirror c2t0d0s0 mirror c3t0d0s0
How the community answered
(19 responses)- A11% (2)
- C84% (16)
- D5% (1)
Community Discussion
No community discussion yet for this question.