- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Re: Serviceguard behavior
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
03-06-2008 04:31 AM
03-06-2008 04:31 AM
I have some very basic mcsg concept and hope you can help.
System: Two nodes cluster. Both HW identical. (rx6600)
SG version:Version 11.18 with latest patch
OS: HPUX11iv2 with QPK Dec-2007
AUTOSTART_CMCLD is set to 1
AUTOSTART_TIMEOUT is set to 60000000
Question: When two nodes reboot. The cluster will automatically re-form. What if when the secondary node keeps halt and primary node reboots. My concept is that it will wait until 60 seconds and form a single node cluster.
But the fact is that the cluster will not reform. Cluster will only run after manually type "#cmruncl -n node_name" to form a signle node cluster.
Is that expected behaviour?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2008 05:42 AM
03-06-2008 05:42 AM
SolutionSo this is normal behaviour
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2008 06:05 AM
03-06-2008 06:05 AM
Re: Re: Serviceguard behavior
You probably have not set your cluster to autostart.
See /etc/rc.config.d/cmcluster
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2008 06:11 AM
03-06-2008 06:11 AM
Re: Re: Serviceguard behavior
By the way, I think melvyn burnard had already answered my question. Thanks by the way
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2008 05:54 AM
03-07-2008 05:54 AM
Re: Re: Serviceguard behavior
The cluster will not start unless all nodes are available. The 10 minute period is meant to synchronize the boot of multiple nodes and allow them to form a cluster together.
You can only start a cluster with a subset of the nodes with the
cmruncl -n
command.