Operating System - HP-UX
1825802 Members
2419 Online
109687 Solutions
New Discussion

volume group belongs to a different cluster

 
SOLVED
Go to solution
Simon P White
Advisor

volume group belongs to a different cluster

We are in the middle of a DR exercise. We have split the disks which are kept in sync via CA. I have now tried to start the package on the remote side and am getting the above error. Any ideas? Do I need to run vgchgid? The package is down on the primary site. I'm trying to start the package on the remote site. The cluster name is different to the primary site
3 REPLIES 3
melvyn burnard
Honored Contributor
Solution

Re: volume group belongs to a different cluster

Simon

As the DR side is a different cluster, you need to set the new cluster ID.
do:
vgchange -c n
vgchange -a y
vgchange -c y
vgchange -a n

And then retest

My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
artic
Occasional Contributor

Re: volume group belongs to a different cluster

i gues u ll hv to setup the clusters once again at the DR site as the vglock disk holds machine specific information for the first cluster.
Rupesh_13
New Member

Re: volume group belongs to a different cluster

Simon,

You need to do first vgchgid when all vgs are in deactivated mode and then again activate the vgs. vgchgid will change the necessary LVM headers to allow the host to activate the VGs.

Rupesh