- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 6600...cluster node crashes ..wen 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
10-25-2009 10:53 PM
10-25-2009 10:53 PM
I have a setup of a 2 - node cluster rx6600....dey both are my databse servers...
To check the HA wen v reboot one of the node i.e. wen v issue reboot command...
the Serviceguard issues a TOC and crashes...INIT...and den dumps the crash dumps...
We have sent the logs to HP..., dey say cmcld daemon is causing that TOC...
Still i would seek a clarification from you guys,,,
The serevr comes up fine wen issued
shutdown -ry 0 command.....
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2009 11:07 PM
10-25-2009 11:07 PM
Re: 6600...cluster node crashes ..wen rebooted..
Need to check the syslog.log and cluster.log file ...
Please post...
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2009 11:14 PM
10-25-2009 11:14 PM
Re: 6600...cluster node crashes ..wen rebooted..
* Heartbeat lost due to network congestion
* Network problem with cables, switch or hub.
* Software or hardware problem on node 2 causing it to crash
log entries on node1 and node2 - Needs to be Checked
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2009 11:22 PM
10-25-2009 11:22 PM
Re: 6600...cluster node crashes ..wen rebooted..
Unfortunately i wont be able to provide you the log s at this moment , but will try to post it as soon as possible....
since dey r in cluster afetr i reboot one node , the cluster/packages comes up fine in other node...But the node wer i issue "reboot" commands it crashes....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2009 11:27 PM
10-25-2009 11:27 PM
Re: 6600...cluster node crashes ..wen rebooted..
In this case , None can advice at the moment we can all keep guessing only , So please wait for HP feedback and advice.
Thanks,
JOhnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2009 12:59 AM
10-26-2009 12:59 AM
SolutionIf so, then this is expected behaviour.
Using the reboot command is not the normal way to shut a server down. Reboot issues a kill -9 signal to processes, as opposed to shutdown which issues kill -15.
The kill -9 is a SIGKILL which when called by reboot, does a kill -9 on the running cmcld daemon, and Serviceguard sees this as a failure.
This is also why you should halt a node with the cmhaltnode command prior to installing any patch that wants to reboot the server, as the same scenario will occur.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2009 10:22 PM
10-26-2009 10:22 PM
Re: 6600...cluster node crashes ..wen rebooted..
That was the reason i was looking for ...
thanks again ....