Operating System - HP-UX
1838331 Members
3077 Online
110125 Solutions
New Discussion

what file lists the VG's that gets activated???

 
SOLVED
Go to solution
f. halili
Trusted Contributor

what file lists the VG's that gets activated???

On a ServiceGuard environment what file has the list of the cluster aware VG's that will be activated during bootup??

Thanks,
f. halili
derekh
5 REPLIES 5
Patrick Wallek
Honored Contributor

Re: what file lists the VG's that gets activated???

Cluster aware VG's should NOT be activated automatically at boot up.

Instead they should be activated when the appropriate packages start. You package control scripts should have all VG information in them for the VGs that they use.

Other non-MCSG VGs can be activated automatically via the /etc/lvmrc file.
Sandman!
Honored Contributor

Re: what file lists the VG's that gets activated???

/etc/lvmrc
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: what file lists the VG's that gets activated???

The VG's that are not under the control of MC/SG are activated by the /etc/lvmrc file. Those that are under control of MC/SG are not activated at boot by rc scripts but rather by the package control scripts (e.g. /etc/cmcluster/packagename/xxx.cntl. If
If it ain't broke, I can fix that.
Prashant Zanwar_4
Respected Contributor

Re: what file lists the VG's that gets activated???

package configuration file shall have it & also cluster ASCII file worth to check for..

/etc/cmcluster/pkgname.cntl

Thanks and regards
Prashant
"Intellect distinguishes between the possible and the impossible; reason distinguishes between the sensible and the senseless. Even the possible can be senseless."
f. halili
Trusted Contributor

Re: what file lists the VG's that gets activated???

thanks!
derekh