Valid 1Z0-820 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-820 Exam! ExamDiscuss.com now offer the newest 1Z0-820 exam dumps, the ExamDiscuss.com 1Z0-820 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-820 dumps with Test Engine here:
The current ZFS configuration on serverA is: Pool1 c3t2d0 c3t3d0 Pool2 c3t4d0 c3t5d0 The ZFS configuration on serverB is: Pool1 mirror-0 c3t2d0 c3t3d0 mirror-1 c3t4d0 c3t5d0 You need to change serverA's ZFS configuration to match serverB's configuration. Which option should you choose to modify the configuration on serverA so that it matches serverB's configuration?
Correct Answer: F
Explanation/Reference: We destroy both pools. Then we recreate the mirror. Note: zpool attach [-f] pool device new_device Attaches new_device to an existing zpool device. The existing device cannot be part of a raidz configuration. If device is not currently part of a mirrored configuration, device automatically transforms into a two-way mirror of device and new_device. If device is part of a two-way mirror, attaching new_device creates a three-way mirror, and so on. In either case, new_device begins to resilver immediately. Reference: man zpool Incorrect answers: A, B: Not the correct way to use attach. C: Just adding devices would not create a mirror. D: Pool2 is destroyed and cannot be used in the second statement. Note: Destroys the given pool, freeing up any devices for other use. This command tries to unmount any active datasets before destroying the pool. E: Not the correct way to use attach.