Saturday, April 8, 2017

Veritas uuid mismatch issue

When disk failed error occurs after Veritas patch.

vxdisk list

vxdisk scandisks

vxdg deport <DG Name>               (E.g - vxdg deport appvg  )

Check DG is deported or not using
vxdg list

vxdisk -o alldgs list

vxdisk updateudid <Disk Name>
Here the disk will goes to clone state. we need to set it off

vxdisk set <Disk Name> clone=off       (E.g - vxdisk set /dev/sdb clone=off)

Now import the disk group
vxdisk -C import <DG Name>

No comments: