Clearing the udid_mismatch flag for non-clone disks
If the disk is not a cloned disk, this behavior could result in errors during disk group import, depending on the import flags. When a disk group is imported, VxVM may skip cloned disks. Also, the import may fail because a disk group has a combination of cloned and non-cloned disks.
If the disk is not a cloned disk, you must manually clear the udid_mismatch flag on the disk before the disk group import can succeed.
Note:
|
To clear the udid_mismatch flag from a disk
- Retrieve the refreshed list of disks showing the udid_mismatch flag or the clone_disk flag. Use one of the following methods:
- If the disks are part of an imported disk group, deport the disk group.
# vxdg deport dgname
- Clear the udid_mismatch flag on all non-clone disks identified during step 1.
# vxdisk updateudid diskname
- Clear the clone flag on non-clone disks.
# vxdisk set diskname clone=off
- Import the disk group if it was deported during step 2
# vxdg import dgname
Comments
Post a Comment