Operating System - HP-UX
1829750 Members
1385 Online
109992 Solutions
New Discussion

cmruncl error: Cluster is busy

 
Chauhan Amit
Respected Contributor

cmruncl error: Cluster is busy

Hello Experts,

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
If you are not a part of solution , then you are a part of problem
5 REPLIES 5
RAC_1
Honored Contributor

Re: cmruncl error: Cluster is busy

cmviewcl
does it report anything. did cmquerycl report any errors?
There is no substitute to HARDWORK
Chauhan Amit
Respected Contributor

Re: cmruncl error: Cluster is busy

RAC

cmquerycl and cmapplyconf doesn't throw any errors.

cmviewcl shows Single node Cluster as Down.

-Amit
If you are not a part of solution , then you are a part of problem
Sameer_Nirmal
Honored Contributor

Re: cmruncl error: Cluster is busy

Hi Amit,

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
dhananjay_1
Frequent Advisor

Re: cmruncl error: Cluster is busy

Hello Amit ,

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
DJ
Chauhan Amit
Respected Contributor

Re: cmruncl error: Cluster is busy

Re-Installing SG and the Required Patches did the trick. Closing the Thread. Thanks for your suggestions.
If you are not a part of solution , then you are a part of problem