1839966 Members
2810 Online
110157 Solutions
New Discussion

VG activation problem

 
Fenny_1
Super Advisor

VG activation problem

Hi guys,
Am facing the below mentioned error
tppovw01:/home/bcadmin/SIEBEL/BC1#vgchange -a y /dev/BC1_xpvgsieapp
vgchange: Activation mode requested for the volume group "/dev/BC1_xpvgsieapp" conflicts with configured mode.

this VG is not active on any other node is cluster. Please help me to resolve that asap.
7 REPLIES 7
Torsten.
Acclaimed Contributor

Re: VG activation problem

HI,

the VG is part of a cluster.
In this case you need to run

vgchange -a e /dev/BC1_xpvgsieapp

(use "e" instead of "y")

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Redhat
Trusted Contributor

Re: VG activation problem

You can use the following:-
vgchange -c n /dev/BC1_xpvgsieapp
vgchnage -a y /dev/BC1_xpvgsieapp

This will first make the vg non-cluster aware then activate it.
Fenny_1
Super Advisor

Re: VG activation problem

Hi ALl,
Thanks for quick response. Yes this VG is part of cluster and it's working fine till last night. I dont know what happend to it i just resynched my BC volumes with production volumes

tppovw01:/home/bcadmin/SIEBEL/BC1#vgchange -c n /dev/BC1_xpvgsieapp
vgchange: Failed to set the specified attributes for volume group "/dev/BC1_xpvgsieapp".

tppovw01:/home/bcadmin/SIEBEL/BC1#vgchange -a e /dev/BC1_xpvgsieapp
vgchange: Activation of volume group "/dev/BC1_xpvgsieapp" denied by another node in the cluster.
Request on this system conflicts with Activation Mode on remote system.
Torsten.
Acclaimed Contributor

Re: VG activation problem

tppovw01:/home/bcadmin/SIEBEL/BC1#vgchange -a e /dev/BC1_xpvgsieapp
vgchange: Activation of volume group "/dev/BC1_xpvgsieapp" denied by another node in the cluster.
Request on this system conflicts with Activation Mode on remote system.




It is active on another server.
check
cmviewcl -v

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Fenny_1
Super Advisor

Re: VG activation problem

Hi Toresten,
Thats the problem that this VG is active on the production node in the cluster.

when i resynched my BC volumes to the production volumes i think he might get this activation parameter from Production volumes. But previosuly its working like that. I used to resync my BC volumes with Production volumes on daily basis. and it never gave me any error.

No please suggest me wat to do resolve this issue but please keep in mind i cant deactivate my prodcution VG's. Is any vgchange parameter help here without affecting/deactivating the production VG
waiting for a quick feedback
Ninad_1
Honored Contributor

Re: VG activation problem

Fenny,

Pls refer to this thread
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1144581

I have explained for CA copies, but same thing applies for BC.

Main point is to use vgchgid for the disks, before doing vgimport.

Regards,
Ninad
Fenny_1
Super Advisor

Re: VG activation problem

Thanks for all your support problem.