VxVM ERROR V-5-2-2009: Removal of disk (disk_name) failed.
VxVM ERROR V-5-2-1938 Error: VxVM vxdg ERROR V-5-1-16063 Disk (disk_name) is used by one or more subdisks which are pending to be reclaimed.
Use vxdisk reclaim
Note: reclamation is irreversible.
Online Reclamation processes have not been completed against the disks in the disk group, preventing removal of the disks from the disk group.
Perform reclamation actions against the disk group to clear the flags preventing successful removal of the disk from the group.
1) Run the reclamation action.
# vxdisk -f reclaim (disk_group_name)
Disk (disk_name) : Reclaimed freed subdisks.
2) Check and make sure the reclamation flag was removed.
# vxprint -zg (disk_group_name) # The 'STATE' column should be blank for that device
3) The disk may now be removed from the disk group.
# vxdg -g (disk_group_name) rmdisk (disk_name)