Valid 1Z0-821 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-821 Exam! ExamDiscuss.com now offer the newest 1Z0-821 exam dumps, the ExamDiscuss.com 1Z0-821 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-821 dumps with Test Engine here:
Your server has a ZFS storage pool that is configured as follows: The server has two spate 140-GB disk drives: c3t5d0 c3t6d0 Which command would add redundancy to the pool1 storage pool?
Correct Answer: A
Explanation/Reference: Explanation: You can convert a non-redundant storage pool into a redundant storage pool by using the zpool attach command. 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.
Recent Comments (The most recent comments are at the top.)
dlicheri - Dec 09, 2021
The correct answer should be B as the zpool attach command is defined as follows:
Recent Comments (The most recent comments are at the top.)
The correct answer should be B as the zpool attach command is defined as follows:
zpool attach <pool_name> <existing device> <new device>
# zpool attach pool1 c3t3d0 c3c5d0 - mirror first disk
# zpool attach pool1 c3t4d0 c3t6d0 - mirror second disk
therefore to mirror both disks, the following commands needs to be issued: