- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Volume groups in ServiceGuard
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 07:46 AM
01-22-2003 07:46 AM
Volume groups in ServiceGuard
In my cmclconf.ascii I have the following lines
regarding Volume Groups :
VOLUME_GROUP /dev/vg01
VOLUME_GROUP /dev/vg05
When I start up one of the package running in the cluster it does a vgchange -a e -q n on
/dev/vg01 and on /dev/vg02.
The package needs both volume groups to work, and it does. Now my question, why does this work ? Shouldn't /dev/vg02 be configured in cmclconf.ascii file in order to be activated ?
I'm running SG A.11.05 and HP-UX 11.0
Thanks
Arne
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 07:52 AM
01-22-2003 07:52 AM
Re: Volume groups in ServiceGuard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 08:02 AM
01-22-2003 08:02 AM
Re: Volume groups in ServiceGuard
I might first do a man on cmcheckconf and run this command to find any problems.
Make sure what you have is good before your apply it with the cmapplyconf command.
Then when all is said and done if you want a new ascii file then run your cmgetconf and save it to a new fresh clean file.
Just my thoughts,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 08:03 AM
01-22-2003 08:03 AM
Re: Volume groups in ServiceGuard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 08:05 AM
01-22-2003 08:05 AM
Re: Volume groups in ServiceGuard
Make sure that you aren't activating the volume group in 'etc/lvmrc'.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 08:06 AM
01-22-2003 08:06 AM
Re: Volume groups in ServiceGuard
The volume group entries in your cluster config file are there so that MC/SG can monitor them with the cmlvmd daemon to make sure that they don't get activated on two different nodes at the same time. When you [or your package] activates one of these VGs, the cmlvmd broadcasts a request to the cmlvmd daemons running on the other nodes to make sure that the VGs aren't activated on any other nodes.
You don't need your VGs in there for them to work, but it makes your cluster configuration much safer if they are. As the others have suggested you should make the change when you get the chance.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 08:07 AM
01-22-2003 08:07 AM
Re: Volume groups in ServiceGuard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 08:26 AM
01-22-2003 08:26 AM
Re: Volume groups in ServiceGuard
..
..
..
Verification completed with no errors found.
It's really not a problem since the package run's alright but......I wonder why !
/Arne
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 09:44 AM
01-22-2003 09:44 AM
Re: Volume groups in ServiceGuard
Find out whats *really* in your cluster binary file (rather than in its ascii equivalent) using cmgetconf :
cmgetconf /tmp/real_contents
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 10:11 AM
01-22-2003 10:11 AM
Re: Volume groups in ServiceGuard
To answer your questions:
It is not necessary that your vg02 needs to be present in your cluster ascii config file. Cluster ascii config file is referred only when you invoke cmapplyconf command. Once the cmmapply command is run it keeps the entire cluster related config information in /etc/cmcluster/cmclconfig (binary) file.
Any cluster operation will refer the said binary file for any cluster-related information.
All the VGs configured in a cluster must be cluster aware VGs. You can make VGs cluster aware by putting them in your cluster ascii file and then by running "cmapplyconf" command or by using "vgchange -c y
Cluster aware VGs can only be activated by using "vgchange -a e
To verify whether the activated VG is a cluster aware VG, do the following:
vgdisplay
Thanks,
Pramod
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 11:36 PM
01-22-2003 11:36 PM
Re: Volume groups in ServiceGuard
I ran cmgetconf -c cluster_name filename
and in the output file volume group /dev/vg02
occurred !
So I'll take that file and make it my cmclconfig.ascii file.
Thanks everyone for help and hints !
Regards Arne Wattman
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2003 06:40 AM
01-23-2003 06:40 AM
Re: Volume groups in ServiceGuard
vg02 entry is not required in cmclconf.ascii u can specify in ur package.cntl file whatever VG u require for that particular package you can specify in package.cntl file.Once you specify in cntl file then those VG's will get activated.I hope this will solve your problem.
Regards,
Rajesh G.