Originally posted by: CRM
Two disks is the one scenario where you can get some different results.
Quorum has to have over 50% available so if you just had two VGDA's (one on each disk) if you lose either disk then you would close the volume group.
Once you get three plus disks you only get one VGDA per disk and Quorum works as expected but for two disks to keep over 50% the special case is two VGDA's on one disk and one the other.
You can see this with the command lqueryvg -Atp <VG_NAME>.
On my system with two disks in rootvg:
Physical: 00046142afb2a1e5 2 0
00046142b091ccfa 1 0
In the physical section you can see the number 1 and 2 next to the disks, there are two VGDA's on the disk ending e5 and one on the disk ending fa.
If you pull out the fa ending disk the volume group will stay open.
If you pull out the disks ending e5 the quorum should be lost and the volume group will close.
I am guessing you pulled out the one VGDA disk, try pulling out the other and see what happens.
regards
Chris
#AIX-Forum