1830464 Members
2367 Online
110005 Solutions
New Discussion

VG Activation Problem

 
SOLVED
Go to solution
Jahangir Kabir
Occasional Contributor

VG Activation Problem

Hi,

we have 2 nodes (rp4440) in test environment, and it was clustered. both server has common storage.
someone wrongly deleted the cluster informations by "cmdeleteconf". Now the problem is there are 3 Volume
groups(vglock,vgdata,vgscp) and we cannot activate the volume groups by
"vgchange -a y /dev/vgxxx"
while lvmtab showing the vg information and ioscan claims all the pv.the vgchange command shows the following outputs:

# vgchange -a n /dev/vglock
vgchange: Volume group "/dev/vglock" has been successfully changed.

# vgchange -a y /dev/vglock
vgchange: Activation mode requested for the volume group "/dev/vglock" conflicts
with configured mode.

we've also tried with the exclusive mode.
# vgchange -a e /dev/vglock
vgchange: Cluster Services not available or unreachable on this system, for volume group "/dev/vglock".

Pls help ...

Regards

Jahangir Kabir
4 REPLIES 4
Patrick Wallek
Honored Contributor
Solution

Re: VG Activation Problem

You must first turn off the cluster aware bit for the VG.

# vgchange -c n /dev/vglock

Now you should be able to activate it.

# vgchange -a y /dev/vglock
Calandrello
Trusted Contributor

Re: VG Activation Problem

Friend
this occurs due the configuration of its VG it this asset way to cluster then the activation must above as be informed in the topico.
Jahangir Kabir
Occasional Contributor

Re: VG Activation Problem


Hi Patrick

Thanks for your help. its worked like magic.

Hi Calandrello

Thanks for your response .

Best Regards

Jahangir Kabir
Jahangir Kabir
Occasional Contributor

Re: VG Activation Problem

best regards