vxdg rmdisk errors with ERROR V-5-1-553 Disk DM_name is used by one or more subdisks
| Article:TECH157510 | | | Created: 2011-04-06 | | | Updated: 2012-07-28 | | | Article URL http://www.symantec.com/docs/TECH157510 |
Problem
For LUNs that are thin capable - and in use in subdisks but not yet thin reclaimed
The disks should also be removed from the diskgroup with previous
# vxdg -g DG_name -k rmdisk DM_name
and then all the corresponding plex and subdisk objects associated with that DM_name are also removed with vxedit command
Error
VxVM vxdg ERROR V-5-1-553 Disk DM_name is used by one or more subdisks
Environment
Any thin provisioned system where :vxdg -k rmdisk" - seen in following vxprint
# vxprint -g DG_name -lz | grep DM_name will have DM record as well as a subdisk
Cause
Procedure TECH130893 not correctly followed.
Solution
Provision a thin capable lun and make sure visible to VxVM
# vxdisk set DA_name thin=reclaim
# vxdg -g DG_name -k adddisk DM_name=DA_name
# vxdisk reclaim DA_name
At the vxdisk reclaim command - one of the following errors will be output - they can be ignored.
V-5-1-462 Cannot get records form vxconfigd: Invalid data in request
Disk DM_name: Skipped. No VxFS file system found.
# vxprint -g DG_name -lz | grep DM_name check no subdisk records exist
# vxdg -g DG_name rmdisk DM_name
Repeat for all other removed LUNs.
|
|
Related Articles
Article URL http://www.symantec.com/docs/TECH157510
Terms of use for this information are found in Legal Notices









Thank you.