Originally posted by: EricGapinski
Assuming you booted from hdisk0 in rootvg, you might want to try reading from hdisk1. lsvg has a -n option that allows you to read from a specific disk, so to start getting some info:
lsvg -n hdisk1
Another command to query from the VGDA on the other disk directly with a little more info than the above:
lqueryvg -Atp hdisk1
If you get output back from the above commands, but not when you specify hdisk0,likely something has corupted the VGDA on hdisk0. In that case you might try altering your bootlist:
bootlist -m normal hdisk1
And then rebooting, which might get to to a "good" state. It's hard for me to say, since I've not ever run into this particular issue before.
I'm not currently aware of how to force the VGDA from one drive over to another without removing the "bad" disk and readding it, but there's probably a way. If I find it I'll let you know.
Good luck.