nerdexam
Oracle

1Z0-821 · Question #98

Review the storage pool information: Choose the correct procedure to repair this storage pool.

The correct answer is C. Shut the system down, replace disk c3t3d0, and boot the system. When the system is booted. You might need to replace a disk in the root pool for the following reasons: The root pool is too small and you want to replace it with a larger disk The root pool disk is failing. In a non-redundant pool, if the disk is failing so that the system won't boot, you'll need to…

Managing Data Storage

Question

Review the storage pool information:

Choose the correct procedure to repair this storage pool.

Exhibit

1Z0-821 question #98 exhibit

Options

  • AShut the system down, replace disk c3t3d0, and boot the system. When the system is booted,
  • BShut the system down, replace disk c3t3d0, and boot the system. When the system is booted
  • CShut the system down, replace disk c3t3d0, and boot the system. When the system is booted,
  • DShut the system down, replace disk c3t3d0, and boot the system. When the system is booted,

How the community answered

(23 responses)
  • A
    4% (1)
  • B
    17% (4)
  • C
    70% (16)
  • D
    9% (2)

Explanation

You might need to replace a disk in the root pool for the following reasons: The root pool is too small and you want to replace it with a larger disk The root pool disk is failing. In a non-redundant pool, if the disk is failing so that the system won't boot, you'll need to boot from an alternate media, such as a CD or the network, before you replace the root pool disk. In a mirrored root pool configuration, you might be able to attempt a disk replacement without having to boot from alternate media. You can replace a failed disk by using the zpool replace Some hardware requires that you offline and unconfigure a disk before attempting the zpool replace operation to replace a failed disk. # zpool offline rpool c1t0d0s0 # cfgadm -c unconfigure c1::dsk/c1t0d0 <Physically remove failed disk c1t0d0> <Physically insert replacement disk c1t0d0> # cfgadm -c configure c1::dsk/c1t0d0 # zpool replace rpool c1t0d0s0 # zpool online rpool c1t0d0s0 # zpool status rpool <Let disk resilver before installing the boot blocks> SPARC# installboot -F zfs /usr/platform/uname -i/lib/fs/zfs/bootblk /dev/rdsk/c1t0d0s0 x86# installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c1t9d0s0

Topics

#ZFS pool repair#zpool replace#degraded pool#disk replacement

Community Discussion

No community discussion yet for this question.

Full 1Z0-821 Practice