- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- serviceguard cluster configuration problem (vgchan...
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
07-14-2005 01:59 AM
07-14-2005 01:59 AM
I have made some changes to my cluster config file, checked them with cmcheckconf, and now want to apply the changes with cmapplyconf. To do this I need to activate the volume group.
When I attempt the command 'vgchange -a y /dev/vgprod', I get the following error:
vgchange: Activation mode requested for the volume group "/dev/vgprod" conflicts with configured mode.
What have I done wrong?
cheers ... rob
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2005 02:04 AM
07-14-2005 02:04 AM
Re: serviceguard cluster configuration problem (vgchange)
I think you need to use a -c to tell it to mark the vg as a member of high availability cluster, e.g.
vgchange -c y vgprod
See if it works
Neil.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2005 02:04 AM
07-14-2005 02:04 AM
Re: serviceguard cluster configuration problem (vgchange)
vgchange -c y /dev/vgprod
And then try again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2005 02:09 AM
07-14-2005 02:09 AM
Re: serviceguard cluster configuration problem (vgchange)
This means that to activate the vg the clluster daemon cmcld needs to be running, i.e your cluster must be running.
If you need to activate the vg outside of the cluster, do:
vgchange -c n vgprod
vgchange -a y vgprod
Remember to mark the vg as cluster aware again before using it inside the cluster
vgchange -c y
Out of interest, why create a single node cluster for SGeRAC? as this is designed to be used on multiple nodes at the same time.
Also, for a single node cluster you do not need a cluster lock disc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2005 02:13 AM
07-14-2005 02:13 AM
Re: serviceguard cluster configuration problem (vgchange)
# vgchange -c y /dev/vgprod
vgchange: Cluster Services not available or unreachable on this system, for volume group "/dev/vgprod".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2005 02:15 AM
07-14-2005 02:15 AM
Re: serviceguard cluster configuration problem (vgchange)
I currently only have one node to work with. The other node has not been released to me yet, so I am attempting to set up a one one cluster, and add the other node later.
cheers .. rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2005 02:19 AM
07-14-2005 02:19 AM
SolutionYou will still need to mark the vg as not part of a cluster to activate it while Servcieguard is not running.
vgchange -c n vgprod
vgchange -a y vgprod
Leave it activated while doing the cmapplyconf and this will mark it as cluster aware again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2005 02:25 AM
07-14-2005 02:25 AM
Re: serviceguard cluster configuration problem (vgchange)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2005 02:31 AM
07-14-2005 02:31 AM