- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cmruncl error: Cluster is busy
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-22-2006 06:25 PM
03-22-2006 06:25 PM
cmruncl error: Cluster is busy
Getting Following Error while creating Single-Node Cluster.
cmruncl throws following error:
Waiting for cluster to form ....Cluster is busy right now, please try your request again later.
Syslog:
Mar 22 02:55:25 vmia3 cmcld[3765]: Reason: Ran out of time for manually starting
the cluster
Mar 22 02:55:22 vmia3 cmcld[3765]: Attempting to form a new cluster
Mar 22 02:55:25 vmia3 above message repeats 16 times
Mar 22 02:55:25 vmia3 cmsrvassistd[3768]: Unable to send 64 bytes (Software caus
ed connection abort).
Mar 22 02:55:22 vmia3 cmcld[3765]: Beginning standard election
Mar 22 02:55:25 vmia3 above message repeats 16 times
Mar 22 02:55:25 vmia3 cmsrvassistd[3768]: Unable to notify Serviceguard main dae
mon (cmcld): Software caused connection abort
Mar 22 02:55:25 vmia3 cmsrvassistd[3768]: The cluster daemon aborted our connect.
SG Version - A.11.17 on 11.23
Has anybody seen these errors before.Any help will be much appreciated.
-Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 06:30 PM
03-22-2006 06:30 PM
Re: cmruncl error: Cluster is busy
does it report anything. did cmquerycl report any errors?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 06:54 PM
03-22-2006 06:54 PM
Re: cmruncl error: Cluster is busy
cmquerycl and cmapplyconf doesn't throw any errors.
cmviewcl shows Single node Cluster as Down.
-Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 07:28 PM
03-22-2006 07:28 PM
Re: cmruncl error: Cluster is busy
It looks like the problem with SG required ports are not available. The message shows the "cmsrvassistd" daemon is not able to communicate with "cmcld". Check the ports used by SG in /etc/services specially hacl* ports. They should not be blocked.
http://docs.hp.com/en/B3935-90091/B3935-90091.pdf
Check if the ports are open at server and in "LISTEN" state using
# netstat -anf inet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 05:55 PM
03-23-2006 05:55 PM
Re: cmruncl error: Cluster is busy
tried to start up a single-node cluster like
# cmruncl -f -n nodeA
This gave a more detailed error message .
delete the /var/adm/cmcluster/.cm_start_time file and touch it.
# rm /var/adm/cmcluster/.cm_start_time
# touch /var/adm/cmcluster/.cm_start_time
reboot the node.
Hope this will solve this issue.
Dhananjay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 09:57 PM
03-23-2006 09:57 PM