nerdexam
Oracle

1Z0-821 · Question #222

View the Exhibit and review the zpool and ZFS configuration information from your system. Identify the correct procedure for breaking the /prod_data mirror, removing c4t0d0 and c4t2d0, and making…

The correct answer is D. zpool split pool1 pool2 c4t0d0 c4t2d0. In this Solaris release, you can use the zpool split command to split a mirrored storage pool, which detaches a disk or disks in the original mirrored pool to create another identical pool. After the split operation, import the new pool. ZFS Storage Pool

Managing Data Storage

Question

View the Exhibit and review the zpool and ZFS configuration information from your system. Identify the correct procedure for breaking the /prod_data mirror, removing c4t0d0 and c4t2d0, and making the data on c4t0d0and c4t2d0 accessible under the dev_data mount point.

Exhibit

1Z0-821 question #222 exhibit

Options

  • Azpool split pool1 pool2 c4t0d0 c4t2d0
  • Bzpool detach pool1 pool2
  • Czpool split pool1/prod_data -n pool2/dev_data
  • Dzpool split pool1 pool2 c4t0d0 c4t2d0

How the community answered

(44 responses)
  • A
    2% (1)
  • B
    7% (3)
  • C
    16% (7)
  • D
    75% (33)

Explanation

In this Solaris release, you can use the zpool split command to split a mirrored storage pool, which detaches a disk or disks in the original mirrored pool to create another identical pool. After the split operation, import the new pool. ZFS Storage Pool

Topics

#zpool split#ZFS mirror#pool management#zpool command

Community Discussion

No community discussion yet for this question.

Full 1Z0-821 Practice