Operating System - HP-UX
1832617 Members
2840 Online
110043 Solutions
New Discussion

Re: MCSG:Must I declare vgxx .....

 
SOLVED
Go to solution
Matrah
Advisor

MCSG:Must I declare vgxx .....

Hi all,
I'd like to know if i must to declare the name of my VG in the /etc/cmcluster/cmclconf.ascii ?
Thanks for your replies..
5 REPLIES 5
Santosh Nair_1
Honored Contributor

Re: MCSG:Must I declare vgxx .....

Yes, you have to declare all the VGs associated with each of the packages in the cluster.ascii file.

-Santosh
Life is what's happening while you're busy making other plans
Mark van Hassel
Respected Contributor
Solution

Re: MCSG:Must I declare vgxx .....

Hi,

You don't have to, but it is better to do it for administration purposes. When you enter your vg's in the config file, the vg's will be made cluster aware when you apply the config. If they are not in the config file, you have to do this manually: vgchange -c y vg...
Please note that the lock volume group, when used, must be added to the config file.

The surest sign that life exists elsewhere in the universe is that none of it has tried to contact us
Animesh Chakraborty
Honored Contributor

Re: MCSG:Must I declare vgxx .....

hi,
not really.
But in PKG config file if that vg is part of your package.

regards
animesh
Did you take a backup?
Stephen Doud
Honored Contributor

Re: MCSG:Must I declare vgxx .....

You must declare that VG in the cluster.ASCII or future cmapplyconf's will not load the current cluster ID on that VG - rendering it unactivatable by a vgchange command.
Sanjay_6
Honored Contributor

Re: MCSG:Must I declare vgxx .....

Hi Matrah,

You must declare the VG in the ascii configuration before before applying the cluster config if that VG is going to be part of the Cluster package. In case you miss a VG and want to do that, you can still add the VG once the cluster is running.

Have a look at the thread below to see what you can for reconfiguring a runnig cluster.

http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3936-90045/B3936-90045_top.html&con=/hpux/onlinedocs/B3936-90045/00/00/49-con.html&toc=/hpux/onlinedocs/B3936-90045/00/00/49-toc.html&searchterms=add%20vg&queryid=20010926-070444

Hope this helps.

thanks