How can I unlock a SAN disk in AIX? :
I got my LUN mapped to my system, but when I try to create my Volume Group with mkvg -f hdisk100 all I get is an I/O error. What can I do?
Probably there is still a SAN lock on the disk. Try to unlock it with:
# lquerypv -ch /dev/hdisk100
and retry to create your Volume Group.
No comments:
Post a Comment