Which option will modify the configuration on serverA to match serverB?

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?

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?

A.
zpool destroy pool2zpool attach pool1 c3t4d0 c3t5d0

B.
zpool destroy pool2zpool attach pool1 c3t2d0 c3t2d0 c3t4d0 c3t5d0

C.
zpool destroy pool2zpool add pool1 c3t4d0 c3t5d0

D.
zpool destroy pool2zpool mirror pool1 pool2

E.
zpool destroy pool2zpool attach pool1 c3t2d0 attach pool1 c3t3d0zpool attach pool1 c3t4d0
attach pool1 c3t5d0

F.
zpool destroy pool1zpool destroy pool2zpool destroy pool1 mirror c3t2d0 c3t3d0 c3t4d0 c3t5d0



Leave a Reply 4

Your email address will not be published. Required fields are marked *


riverPlate

riverPlate

the F should be

zpool destroy pool1 zpool destroy pool2 zpool create pool1 mirror c3t2d0 c3t3d0 mirror c3t4d0 c3t5d0

rahul

rahul

correct answer from old version

zpool destroy pool1; zpool destroy pool2; zpool create pool1 mirror c3t2d0 c3t3d0 mirror c4t4d0
c3t5d0

rahul

rahul

F.
zpool destroy pool1; zpool destroy pool2; zpool create pool1 mirror c3t2d0 c3t3d0 mirror c4t4d0
c3t5d0