- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: why the cluster can't be formed until another ...
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
12-10-2005 05:50 AM
12-10-2005 05:50 AM
Node A is back to service first, but why the cluster can't be formed, or started until the Node B is coming back to service?
I would expect, the node would form the cluster first by itself, and then when the Node B is back to service, it will join the cluster.
thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2005 06:31 AM
12-10-2005 06:31 AM
Re: why the cluster can't be formed until another nodes is up ?
The purpose of sevice guard is to avoid single-point failure and in the event of one node missing you are allready have something failed. So there will be no point in providing the option to start it normally when one machine is missing.
Allthough you can form it manually even with single node by specifyinh the nodename. Try this
#cmruncl -n nodename
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2005 07:16 AM
12-10-2005 07:16 AM
SolutionAt the time of cluster formation after a whole cluster reboot, you need to have more than 50% of the node available to form the cluster. Otherwise it will timeout and you'll have to manually form the cluster with the available number of nodes.
the command should be,
cmruncl -f -n node1
where node1 is the node that is available for cluster formation after the reboot of a two node cluster.
In a 2 node cluster, you must have both the nodes available to start the cluster automatically after reboot. The requirement is (n/2)+1 where n is the number of nodes in the cluster.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2005 08:57 AM
12-10-2005 08:57 AM
Re: why the cluster can't be formed until another nodes is up ?
The default time allowed for al nodes to become available is 10 minutes.
There is a configurable parameter in the cluster ascii file that allows you to modify this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2005 11:12 AM
12-10-2005 11:12 AM
Re: why the cluster can't be formed until another nodes is up ?
It is possible to configure SG to a single node cluster.
I've seen it done at work.
It is a lot of work and defeats the purpose of SG.
The explanations above need no duplication.
Your cluster is working correctly.
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
12-10-2005 02:36 PM
12-10-2005 02:36 PM
Re: why the cluster can't be formed until another nodes is up ?
We have an MC/SG cluster where we reboot the machines weekly. The reboots are schedules to start 30 minutes apart. So far (knock on wood) we have not had any trouble with the cluster coming up.