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.)
dean - Mar 04, 2022
A is wrong.
As explanation clearly says, you need to specify old device, new device. zpool attach [-f] pool device new_device
Where old devices are c3t3d0 and c3t4d0 and new devices are c3t5d0 and c3t6d0. the correct answer is B. zpool attach pool1 c3t3d0 c3c5d0; zpoo1 attach pool1 c3t4d0 c3t6d0
Recent Comments (The most recent comments are at the top.)
A is wrong.
As explanation clearly says, you need to specify old device, new device.
zpool attach [-f] pool device new_device
Where old devices are c3t3d0 and c3t4d0 and new devices are c3t5d0 and c3t6d0. the correct answer is B.
zpool attach pool1 c3t3d0 c3c5d0; zpoo1 attach pool1 c3t4d0 c3t6d0