1834441 Members
2315 Online
110067 Solutions
New Discussion

Error in vg activation

 
shikhar_1
Regular Advisor

Error in vg activation

Hi,

 

I have created a "/dev/vg_dbq0158a" in one node and also created on another node with vgexport & vgimport.

 

Now i am getting following error while trying to activate the vg.

I am able to active that vg in read mode only.


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

 

What could be the possible issue?

2 REPLIES 2
rock_singh
Occasional Advisor

Re: Error in vg activation

Got the solution.

 

vgchange -c n name of the vg.

Henry Fauni
Valued Contributor

Re: Error in vg activation

Since this is under "Serviceguard" topic, I'm assuming you created the VG as part of a cluster, and is shareable. The correct activation mode is "vgchange -a e", unless this is part of SGeRAC, then it's "vgchange -a s".