Hi,
Check in your first node where the vgs are active if they are in shared mode, do:
#vgdisplay -v /dev/vgshared | grep "VG Status"
VG Status available, shared,master
You should get out like above, if you don't then looks like it isn't activated in shared mode. If that's the case you should do, on the first node with SG runing:
/usr/sbin/vgchange -c cluster -S sharable vg_name
and then:
vgchange -a s vg_name
and finally on the second node:
vgchange -a s vg_name
Windows?, no thanks