- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How change HP Serviceguard Secondary node to prima...
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
09-16-2010 09:01 AM
09-16-2010 09:01 AM
How change HP Serviceguard Secondary node to primary
I have a variation on that theme.
My primary node is down and unable to boot.
When I try to make the other node the primary I get the following error:
ads02> cmcheckconf -v -P node.conf
Checking existing configuration ... Done
Gathering configuration information ... Done
Parsing package file: node.conf.
cmcheckconf : Error found in package file: node.conf.
Package irqads already exists. It will be modified.
Error: Unable to communicate with node ads01
I am changing the primary to ads02 because ads01 is down.
Is there a way around this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2010 09:19 AM
09-16-2010 09:19 AM
Re: How change HP Serviceguard Secondary node to primary
then try to apply the change
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2010 11:16 AM
09-17-2010 11:16 AM
Re: How change HP Serviceguard Secondary node to primary
I did cmqueyrcl and see the node is returned from the query. From there I noticed that the node name is in the binary cmclustert file in /etc/cmcluster. I moved that file to see what would happen and when I tried to cmcheckconf I get Checking existing configuration ... Done
Warning: Unable to get local cluster configuration.
cmcheckconf : Cluster is not currently configured. -C option is required.
What does "-C option required" mean? What is the software asking me to do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2010 11:21 AM
09-17-2010 11:21 AM
Re: How change HP Serviceguard Secondary node to primary
Now you need to edit your cluster ascii file, and comment out the entires that are for that node, an dredo the cmapplyconf this time using the -C option and specifying the cluster ascii file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2010 11:30 AM
09-17-2010 11:30 AM
Re: How change HP Serviceguard Secondary node to primary
cmapplyconf -v -C ads.conf
Will that create a new binary?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2010 11:39 AM
09-17-2010 11:39 AM
Re: How change HP Serviceguard Secondary node to primary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2010 07:39 AM
09-18-2010 07:39 AM
Re: How change HP Serviceguard Secondary node to primary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2010 01:24 PM
09-18-2010 01:24 PM
Re: How change HP Serviceguard Secondary node to primary
That previous thread:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1420406
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2010 03:25 AM
09-19-2010 03:25 AM
Re: How change HP Serviceguard Secondary node to primary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2010 03:43 AM
09-19-2010 03:43 AM
Re: How change HP Serviceguard Secondary node to primary
It this sounds like a viable solution, can you tell me how to change the IP address and node name on an HP-UX box?
Thanks for your help so far.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2010 09:03 AM
09-19-2010 09:03 AM
Re: How change HP Serviceguard Secondary node to primary
What are you ACTUALLY trying to achieve here? Would it not be simpler just to run the package on the current running node, rather than try to fiddle with the configuration?
I assume the second node is running as a cluster?
If not, restore your cmclconfig binary file to /etc/cmcluster, then start the cluster with just the one node using:
cmruncl -v -n ads02
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2010 09:07 AM
09-19-2010 09:07 AM
Re: How change HP Serviceguard Secondary node to primary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2010 03:20 AM
09-20-2010 03:20 AM
Re: How change HP Serviceguard Secondary node to primary
# cmruncl -n ads02 <--- will start a one-node cluster on ads02
If the package does not start, use
# cmmodpkg -e -n ads02
# cmmodpkg -e
These should start the package on the ads02 node if that node was ever an adoptive node of the package.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2010 04:37 AM
09-21-2010 04:37 AM
Re: How change HP Serviceguard Secondary node to primary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2010 05:40 AM
09-21-2010 05:40 AM
Re: How change HP Serviceguard Secondary node to primary
If the node was a member of the cluster but someone deleted cmclconfig, copy if from the other node or an archive. You can use strings on the binary file to ascertain node membership.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2010 08:07 AM
09-21-2010 08:07 AM
Re: How change HP Serviceguard Secondary node to primary
cmapplyconf -v -C adscluster.conf
Error: node ads02 is refusing Serviceguard communication.....
cmapplyconf: Failed to gather configuration information
If I try to start cmclconfd by hand, I get an error that something is already bound to port5302
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2010 10:44 AM
09-21-2010 10:44 AM
Re: How change HP Serviceguard Secondary node to primary
To create a one-node cluster configuration file, use
# cmquerycl -C
Edit the output file to customize it as needed, then cmapplyconf it.
This assumes that no other system on the network contains a reference to the one-node cluster nodename in it's cluster binary file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2010 05:29 PM
09-21-2010 05:29 PM
Re: How change HP Serviceguard Secondary node to primary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2010 04:10 AM
09-22-2010 04:10 AM
Re: How change HP Serviceguard Secondary node to primary
What is the current error message that you get, and any related syslog.log messages?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2010 04:47 AM
09-22-2010 04:47 AM
Re: How change HP Serviceguard Secondary node to primary
I did cmqueyrcl and see the node is returned from the query. From there I noticed that the node name is in the binary cmclustert file in /etc/cmcluster. I moved that file to see what would happen
Have you restored the cmclconfig binary you moved back into /etc/cmcluster?
If so, the cmruncl -v -n ads02 should run
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2010 09:47 AM
09-22-2010 09:47 AM
Re: How change HP Serviceguard Secondary node to primary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2010 11:20 AM
09-22-2010 11:20 AM
Re: How change HP Serviceguard Secondary node to primary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2010 12:25 AM
09-23-2010 12:25 AM
Re: How change HP Serviceguard Secondary node to primary
The FAQ has more info about it:
http://forums.itrc.hp.com/service/forums/helptips.do?#33
http://forums.itrc.hp.com/service/forums/helptips.do?#28