Originally posted by: Casey_B
Hello Zhuli
First thing: There is a developer works forum dedicated to PowerHA.
It's location is here:
http://www.ibm.com/developerworks/forums/forum.jspa?forumID=1611 You can place any future HA discussion in that forum. (This is more of an LVM question, but wanted to let you know. :) )
I don't know for sure what the issue is from your description, but I just did a web search for "lsvg hang" and came up with an APAR:
http://www-01.ibm.com/support/docview.wss?uid=isg1IZ02543 Some questions to help you define the problem a little more:
Does lsvg rootvg work?
(Seems basic, but it might be that actually running lsvg hangs for reason other than LVM...for instance, broken NFS mount in PATH on node B...Low probability, but possible)
Does the hang always happen on the same node?
If so, do you start the cluster in the same way every time...(for instance, A before B always...)
Or does it hang (for instance) on the second node started, or second node running lsvg?
A very specific definition of the issue is always helpful.
Does lsvg -L seem to work?
This might mean the above APAR is involved, or one like it.
Are there any error logs on either node indicating temporary errors on the disks?
I don't think this could cause lsvg hangs, but this could indicate reservation errors on your machines.
If this is the case, then an application is trying to access the disk and vg through direct open calls, and setting a reservation on a disk.
If you have trouble, you can always open a PMR with IBM support...They will be able to look at your software levels, and LVM logs to see what is causing
the hang, and see if there are any APARs that should be installed to resolve the issue.
Hope this helps
Casey