- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cluster Fail to start automaticly
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-24-2010 04:41 AM
03-24-2010 04:41 AM
Cluster Fail to start automaticly
during the test, we power off both nodes and starting with only one.
We Remark that the Startup is not automatically.
and the service is not up.
but we can do it manually.
Any help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2010 04:48 AM
03-24-2010 04:48 AM
Re: Cluster Fail to start automaticly
set to 1 in the /etc/rc.config.d/cmcluster file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2010 04:51 AM
03-24-2010 04:51 AM
Re: Cluster Fail to start automaticly
/etc/rc.config.d/cmcluster
you can execute on both nodes:
#ch_rc -a -p AUTOSTART_CMCLD=1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2010 04:53 AM
03-24-2010 04:53 AM
Re: Cluster Fail to start automaticly
Any more suggestion pls.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2010 04:58 AM
03-24-2010 04:58 AM
Re: Cluster Fail to start automaticly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2010 04:58 AM
03-24-2010 04:58 AM
Re: Cluster Fail to start automaticly
If the AUTOSTART_CMCLD variable in that file is set to 0, the node won't join/form a cluster automatically. If the variable is set to 1, it will.
When the cluster is starting up, the package startup is determined by the auto_run setting in the package configuration (the name of the setting is AUTO_RUN in older Serviceguard versions).
Changing only the package configuration file is not enough: you must run "cmapplyconf -P
Using "cmmodpkg -e
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2010 06:24 AM
03-24-2010 06:24 AM
Re: Cluster Fail to start automaticly
Well, you're going to have to start debugging and the first place to look is always, always /var/adm/syslog/syslog.log. There will be something. Make sure you verify the TIMESTAMP.
There are other commands:
ps -ef | grep -i cmcld (* is this process started? *)
ps -ef | grep -i cm (* what other mc/sg processes do you see? There are 14 MC/SG daemons *)
cmgetconf -c cluster1 temp.ascii
cmcheckconf -C temp.ascii
cmviewcl (* will report if cmcld is up *)
cmscancl (* another debugging command *)
Question: Is this a new build?
Question: What did you do to cause this?
Question: Has this cluster ever been up and running or is this a new project?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2010 06:25 AM
03-24-2010 06:25 AM
Re: Cluster Fail to start automaticly
When starting only one node from a 2 nodes cluster, the cluster itself won't start.
The packages will be moved from one node to another in the cluster only when both nodes were functional and something was wrong with one node.
In order to use only one node, you have to run force (-f) cluster forming with only one node, calling cmruncl -f -n node1
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2010 06:47 AM
03-24-2010 06:47 AM
Re: Cluster Fail to start automaticly
The standard cmruncl command will not cause a cluster to form if any member nodes are not able to respond to the cluster formation request.
You also stated that you will only be starting one server, so since none of the above conditions will occur, editing the /etc/rc.config.d/cmcluster AUTOSTART_CMCLD parameter will serve no purpose.
If you want a one-node cluster to form after booting, watch the syslog.log for a message indicating cluster formation attempts failed (10 minutes after the first cmrunnode is issued by /sbin/init.d/cmcluster), then run 'cmruncl -n