Operating System - HP-UX
1834253 Members
2270 Online
110066 Solutions
New Discussion

Re: Cluster configuration of volume groups

 

Cluster configuration of volume groups

I'm in the process of configuring a cluster to house an Oracle database. The database is currently five vg's on a none clustered server. I have masked & imported the vg's to each node on the new cluster. Can I make these vg's cluster aware with out impacting the currently running database on the none cluster server?
4 REPLIES 4
skt_skt
Honored Contributor

Re: Cluster configuration of volume groups

Just doing a vgchange -c y for all the five VGs on the other nodes does not harm you. But it may fail(may work too) to do it now as the VG is currently active on another node.
A. Clay Stephenson
Acclaimed Contributor

Re: Cluster configuration of volume groups

You only have to do the vgchange -c y on one node and it is done for all nodes because that is part of the on-disk LVM meta-data. The gotcha is that it must be run on a node that is currently part of the cluster (ie cmcld is running on that node).
If it ain't broke, I can fix that.

Re: Cluster configuration of volume groups

Thanks for the responce, you have confirmed my suspicions.

Thanks again.

Re: Cluster configuration of volume groups

Thanks for teh responce.