1846679 Members
3572 Online
110256 Solutions
New Discussion

Re: cmruncl error!!

 
한세진
Advisor

cmruncl error!!

please help me!!

"cmruncl -v " enter -> cluster form errror

# cmruncl -v
cmruncl : Validating network configuration...
Gathering configuration information ..
Gathering Network Configuration ....... Done
cmruncl : Network validation complete
cmruncl : Waiting for cluster to form............
cmruncl : Cluster did not form. Check the syslog file for information.

Jan 25 02:09:39 it211 CM-CMD[3715]: cmruncl -v
Jan 25 02:09:40 it211 cmclconfd[3717]: Request from root on node it211 to start the cluster on this node
Jan 25 02:09:40 it211 cmcld: Logging level changed to level 0.
Jan 25 02:09:40 it211 cmcld: Daemon Initialization - Maximum number of packages supported for this incar
nation is 8.
Jan 25 02:09:40 it211 cmcld: Global Cluster Information:
Jan 25 02:09:40 it211 cmcld: Heartbeat Interval is 1.00 seconds.
Jan 25 02:09:40 it211 cmcld: Logging level changed to level 0.
Jan 25 02:09:40 it211 cmcld: Node Timeout is 2.00 seconds.
Jan 25 02:09:40 it211 cmcld: Network Polling Interval is 2.00 seconds.
Jan 25 02:09:40 it211 cmcld: Auto Start Timeout is 600.00 seconds.
Jan 25 02:09:40 it211 cmcld: Failover Optimization is disabled.
Jan 25 02:09:40 it211 cmcld: Information Specific to node it211:
Jan 25 02:09:40 it211 cmcld: Cluster lock disk: /dev/dsk/c0t2d0.
Jan 25 02:09:40 it211 cmcld: lan1 0x080009da1806 192.168.1.211 bridged net:1
Jan 25 02:09:40 it211 cmcld: Heartbeat Subnet: 192.168.1.0
Jan 25 02:09:40 it211 cmcld: The maximum # of concurrent local connections to the daemon that will be su
pported is 1009.
Jan 25 02:09:40 it211 cmcld: bytes is 64
Jan 25 02:09:40 it211 cmlvmd[3723]: lvm online query ioctl invalid: fd: 3, Invalid argument, (22)
Jan 25 02:09:40 it211 cmlvmd[3723]: init_cdb_callback: starting
Jan 25 02:09:40 it211 cmcld: Waiting for connection request from CMGMSD
Jan 25 02:09:41 it211 cmcld: Service cmgmsd terminated due to a signal(6).
Jan 25 02:09:41 it211 cmcld: Daemon exiting to preserve data integrity
Jan 25 02:09:41 it211 cmcld: Reason: CMGMSD daemon failed
Jan 25 02:09:41 it211 cmsrvassistd[3721]: The cluster daemon aborted our connection.
Jan 25 02:09:41 it211 cmsrvassistd[3721]: Lost connection with Serviceguard cluster daemon (cmcld): Soft
ware caused connection abort
Jan 25 02:09:41 it211 cmlvmd[3723]: The cluster daemon aborted our connection.
Jan 25 02:09:41 it211 cmlvmd[3723]: Could not read messages from /usr/lbin/cmcld: Software caused connec
tion abort


HOW slove it?
5 REPLIES 5
Steven E. Protter
Exalted Contributor

Re: cmruncl error!!

Shalom,

I'd suggest cmcheckconf then cmapplyconf at the very least.

You may need to rebuild from the cmquerycl step.

Seems your something in your cluster has changed since it last ran properly.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Sameer_Nirmal
Honored Contributor

Re: cmruncl error!!

What is SG version?
What is HPUX version?

Was there any changes in the setup configuration ?

What is patch level (applied patches) of SG?

Re: cmruncl error!!

Cluster lock disk = c0t2d0

That looks suspiciously like an internal disk (maybe even a CD/DVD drive!)

Can you confirm that /dev/dsk/c0t2d0 is a normal disk/LUN, visible to all cluster nodes?

HTH

Duncan

I am an HPE Employee
Accept or Kudo
Carsten Krege
Honored Contributor

Re: cmruncl error!!

cmgmsd aborted with a segmentation violation. You will find a core file of cmgmsd in /var/adm/cmcluster/cmgmsd. I suggest you (re)install latest patches for SG and SGeRAC and adhere to the special installation instructions of the patch.
If you could derive a stack trace from cmgmsd you should post it here, otherwise you better open a support call with HP.

Carsten
-------------------------------------------------------------------------------------------------
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
Carsten Krege
Honored Contributor

Re: cmruncl error!!

I just remember that I dealt with a similar problem which was caused by cmgmsd using a function that does not exist in an npatched libc. It was fixed after installing latest libc patch.

A system call trace of cmgmsd using tusc showed the following:

08:46:03 mmap(NULL, 24576, PROT_READ|PROT_WRITE|PROT_EXEC,
MAP_PRIVATE|MAP_SHLIB
, 4, 0x3c000) = 0x7affb000
08:46:03 close(4) ........................................ = 0
08:46:03 write(2, 0x7f7f4800, 36) ........................ = 36
/ u s r / l i b / d l d . s l : U n r e s o l v e d s y m b
o l :
08:46:03 write(2, 0xc2b4554f, 15) ........................ = 15
g e t i p n o d e b y n a m e

Carsten
-------------------------------------------------------------------------------------------------
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG