nerdexam
Oracle

1Z0-822 · Question #35

The zpool configuration on serverA is: pool 1 c3t2d0 c3t3d0 pool 2 c3t4d0 c3t5d0 The zpool configuration on servetB is: pool1 mirror-0 c3t2d0 c3t3d0 mirror-1 c3t4d0 c3t5d0 Which option will modify…

The correct answer is F. zpool destroy pool1; zpool destroy pool2. root@solaris:~# zpool create pool1 mirror c8t0d0 c8t1d0 mirror c8t3d0 c8t4d0 root@solaris:~# zpool status scan: none requested NAME STATE READ WRITE CKSUM pool1 ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 c8t0d0 ONLINE 0 0 0 c8t1d0 ONLINE 0 0 0 mirror-1 ONLINE 0 0 0 c8t3d0 ONLINE 0 0 0

Managing Storage

Question

The zpool configuration on serverA is:

pool 1 c3t2d0 c3t3d0 pool 2 c3t4d0 c3t5d0 The zpool configuration on servetB is:

pool1 mirror-0 c3t2d0 c3t3d0 mirror-1 c3t4d0 c3t5d0 Which option will modify the configuration on serverA to match serverB?

Options

  • Azpool destroy pool2zpool attach pool1 c3t4d0 c3t5d0
  • Bzpool destroy pool2zpool attach pool1 c3t2d0 c3t2d0 c3t4d0 c3t5d0
  • Czpool destroy pool2zpool add pool1 c3t4d0 c3t5d0
  • Dzpool destroy pool2zpool mirror pool1 pool2
  • Ezpool destroy pool2zpool attach pool1 c3t2d0 attach pool1 c3t3d0zpool attach
  • Fzpool destroy pool1; zpool destroy pool2;

How the community answered

(35 responses)
  • A
    6% (2)
  • B
    3% (1)
  • C
    11% (4)
  • D
    23% (8)
  • E
    3% (1)
  • F
    54% (19)

Explanation

root@solaris:# zpool create pool1 mirror c8t0d0 c8t1d0 mirror c8t3d0 c8t4d0 root@solaris:# zpool status scan: none requested NAME STATE READ WRITE CKSUM pool1 ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 c8t0d0 ONLINE 0 0 0 c8t1d0 ONLINE 0 0 0 mirror-1 ONLINE 0 0 0 c8t3d0 ONLINE 0 0 0

Topics

#zpool#mirror configuration#storage pool#ZFS

Community Discussion

No community discussion yet for this question.

Full 1Z0-822 Practice