- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Service Guard cluster startup
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-25-2003 05:49 AM
03-25-2003 05:49 AM
Service Guard cluster startup
We had a case where building power was lost - UPS didn't work, all servers crashed. When power was returned only 3 of the 4 servers came up but the cluster could not form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2003 05:54 AM
03-25-2003 05:54 AM
Re: Service Guard cluster startup
you have to forcibly start the cluster in that sort of situation.
cmruncl -f -n node1 -n node2 -n node3.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2003 06:02 AM
03-25-2003 06:02 AM
Re: Service Guard cluster startup
Do you have to wait for the cluster to fail forming before you can issue this command ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2003 06:10 AM
03-25-2003 06:10 AM
Re: Service Guard cluster startup
If you have configured the cluster to start automatically during system startup, i.e if you have the variable AUTOSTART_CMCLD set to 1 in the file /etc/rc.config.d/cmcluster on all servers then you have to wait for some time, say 10 minutes before the automatic cluster startup fails in your situation. Most of the time what i do is I login on the servers, kill the process "cmcld" and "cmclconfd" ( I forgot which process are there, but i kill all SG processes) and then manually force the cluster to start with less number of nodes than the original cluster using the command syntax i gave before.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2003 12:22 PM
03-25-2003 12:22 PM
Re: Service Guard cluster startup
The default time they will try to continue to do a formation os set by the AUTO_START_TIMEOUT parameter in thre cluster ascii file, and is default 10 minutes.
There is NO way to allow just three nodes to autostart if the cluster expects 4 nodes.
You will have to wait until the above timeout has expired BEFORE you can issue the manual overide command of:
cmruncl -v -n node1 -n node2 -n node3
You may want to read the Managing MC/ServiceGuard manual at
http://docs.hp.com/hpux/ha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2003 09:03 AM
03-26-2003 09:03 AM
Re: Service Guard cluster startup
Custom programming would be necessary to cause the right set of nodes to form a reduced cluster.
-S.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2003 10:43 AM
03-26-2003 10:43 AM
Re: Service Guard cluster startup
Let's see, you COULD write a script that checks for the presence of the other servers at boot time, and then have it build the cluster and packages from scratch, and then bring up the cluster. That would be kind of fun. A self creating cluster! Old number four doesn't show up? No problem. We just won't invite him to our new cluster. :)
Probably your instances of losing a server are so rare that you really don't need to worry about it. Sometimes the hardware just fails and there isn't much you can do about it, except to call HP and keep your maintenance at the right level. We've run MC/SG for several years now, and doing the 'cmruncl -n ...' has been the way out of similar problems for the very few times it has happened.
JP
P.S. You HP guys probably either cringe or laugh when you read my posts. :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2003 01:51 PM
03-26-2003 01:51 PM
Re: Service Guard cluster startup
Larry, there is a Failover policy that sounds similar to this startup delimma.
In a four node cluster you can list out the order of failing over in the package configuration file or you can choose to have the cluster sense which node has the lightest load / fewest packages and fail to. The latter is called MIN_PACKAGE_NODE and the former is called CONFIGURED_NODE and is the default.