- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ServiceGuard node rebooted
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-03-2012 06:33 AM
01-03-2012 06:33 AM
ServiceGuard node rebooted
Hi Gurus,
Yesterday I did a failover simulation test by unplugging the Primary and Standby LAN cable on the node 1. Node 1 holding the package. The package able to failover to node 2.
After that I attached the Primary and Standby LAN cable to the NIC, I waited for while and than I bring up node 1 by entering the cmrunnode command. Once it is up, I unplugged node 2 Primary and Standby LAN cable to simulate failover. The package on node 2 did not move to node 1. Futhermore node 1 auto reboot the server.
Anyone know what went wrong?
HPUX 11.31
ServiceGuard A.11.20.00.01
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2012 06:37 AM
01-03-2012 06:37 AM
Re: ServiceGuard node rebooted
The likely scenario is that since the network went down SG sensed the failure and then the 2 server both tried to acquire the lock disk. Server 2 probably succeeded which caused server 1 to TOC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2012 06:40 AM
01-03-2012 06:40 AM
Re: ServiceGuard node rebooted
any resolution for this? because I want to test the ServiceGuard by having a total node failure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2012 02:41 AM
01-04-2012 02:41 AM
Re: ServiceGuard node rebooted
Jason,
It would help if you posted the syslog and cluster package logs for both nodes - otherwise we are just guessing about what actually happened...
You say you removed the primary and standby network connection - is there a 3rd (heatbeat) network connection between these nodes? It's not an absolute _requirement_ of Serviceguard, but it is recommended.
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2012 06:48 AM
01-04-2012 06:48 AM
Re: ServiceGuard node rebooted
Hi Duncan,
There are a total of 4 Network Links per node for this config.
LAN-0 = Primary Data LAN
LAN-3 = Standby Data LAN
LAN-1 = Heartbeat-1
LAN-2 = Heartbeat-2
Questions:
1) When both Primary & Standby Data LAN gets disconnected what is the expected results/behavior?
2) When both Heartbeat gets disconnected what is the expected results/behavior?
- Jason's apprentice
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2012 08:07 AM
01-04-2012 08:07 AM
Re: ServiceGuard node rebooted
Hi,
Well Serviceguard will behave how you tell it to behave, and we don't know how you have it configured... so as I said previously the syslog and package logs would help explain this, and so we know how things are configured it would help if you could also post the following:
mkdir /tmp/clustercfg
cmgetconf /tmp/clustercfg/cmclconfig.ascii
cmgetconf -P /tmp/clustercfg
Then post the contents of the /tmp/clustercfg directory (there should be one file there for the cluster itself and then one per package)
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2012 11:54 AM
01-10-2012 11:54 AM
Re: ServiceGuard node rebooted
When a package fails over to an adoptive node, it will not be allowed to move back to the primary node until it is authorized to do so.
Use the following command to inspect the value of AUTO_RUN and SWITCHING
cmviewcl -v -f <pkg_name>
When AUTO_RUN is flagged as 'disabled', the package is not allowed to run or move to _any_ node.
To re-enable it, use:
cmmodpkg -e <pkg_name>
When SWITCHING is flagged as 'disabled', the package is not allowed to run or move to the identified node.
To re-enable this value, use:
cmmodpkg -e -n <node_name> <pkg_name>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2012 09:02 PM - edited 01-12-2012 09:03 PM
01-12-2012 09:02 PM - edited 01-12-2012 09:03 PM
Re: ServiceGuard node rebooted
I too had the same problem and quickly discovered that it wasn't allowed to switch back after a failure.