
C.2 General Disk Failure
Scenario: System has two volume groups, rootvg and vg00. A disk in vg00 fails
and must be replaced. The disk name is hdisk5. The LVs on hdisk5 are:
/dev/lvpat, /home/pat, /dev/lvcad, and /cad (mirror copy).
•
Removing a failed PV
1. Remove the PV from the VG:
# chpv -v r hdisk5
2. Unmount all single-copy file systems on the disk:
# umount /home/pat
3. Remove all single-copy file systems on the disk:
# rmfs /home/pat
4. Remove physical partition copies from the disk:
# rmlvcopy lvcad 1 hdisk5
5. Remove the disk from the VG:
# reducevg -df vg00 hdisk5
6. Delete the disk from the system configuration: ...