Operating System - HP-UX
1836303 Members
1745 Online
110099 Solutions
New Discussion

status of an activated VG

 
SOLVED
Go to solution
ashish patwardhan
Occasional Contributor

status of an activated VG

I want to find out whether an activated VG has been made cluster aware or not.
I cannot do a vgchange -c y because i cannot deactivate the VG using vgchange -a n as it is being used.
Thanks for your help.
1 REPLY 1
Massimo Bianchi
Honored Contributor
Solution

Re: status of an activated VG

Do a

vgdisplay -v vgNAME | grep "VG Status"

If the activation type is
available, exclusive

then it is cluster aware.