Originally posted by: pumpkinhead
Just check for the following
fir determine the volume group of the disk. login as root and type lsvg
this will output all the VGs in your system
then do lsvg -p vgname for all vgs in your system till you get the faulty pv name
then do a lspv -l hdiskx where x is the number for faulty drive . now move all the data from faulty pv using migratepv command. remove the disk from vg using reducevg vgname hdiskx
then you can safely remove the faulty drive