Operating System - HP-UX
1832379 Members
2725 Online
110041 Solutions
New Discussion

system crash when I config my cluster

 
Summery
Occasional Advisor

system crash when I config my cluster

Hi,there:
when I config a new cluster with ServiceGuard,system abort the process and create a crash file.
The VG configuration is correct ,both of two nodes could access the storage normally.
could any one help me ?
I paste the log for you reference.
==============================================
# cmquerycl -n rx1600 -n rx2620 -v -C /etc/cmcluster/cluster.ascii
Warning: Unable to determine local domain name for rx1600
Looking for other clusters ... Done
Gathering storage information
Assertion failed: num_to_add > 0, file: config/config_storage.c, line: 1146
Abort(coredump)

=========================================
any suggestion is appreciated.

thank you very much!!
9 REPLIES 9
Turgay Cavdar
Honored Contributor

Re: system crash when I config my cluster

It will be good if you give OS versions, service guard version...
Kapil Jha
Honored Contributor

Re: system crash when I config my cluster

can you see if you have these node names in /etc/nodename file.
and they are getting resolved.

BR,
Kapil+
I am in this small bowl, I wane see the real world......
Rita C Workman
Honored Contributor

Re: system crash when I config my cluster

The cmquerycl command begins running it's check on storage...and failed. I know what you wrote, but that is where the error is pointing, .. storage.

1. Did you set your vg's to being owned by the cluster?
2. Did you run vgexport mapfiles on primary node?
3. Did you copy said mapfiles from primary node to all secondary nodes and run vgimport?


Rgrds,
Rita
Steven E. Protter
Exalted Contributor

Re: system crash when I config my cluster

Shalom,

Check the following:
1) network connectivity with ping.
2) Heartbeat connectivity, because no heartbeat will lead to TOC, a common and healthy software response to an incorrect cluster.
3) consider giving your hosts meaningful names. model numbers as hostnames can cause system administrators to get confused.
4) Comply with previously posted requests to provide OS and SG information. uname -a,swlist -l product | grep -i service

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
Stephen Doud
Honored Contributor

Re: system crash when I config my cluster

A command core dump is not the same thing as a system crash! A command abort produces a core file, in this case, probably in /var/adm/cmcluster. A system crash will reboot the server and place a system memory dump in /var/adm/crash.

The core dump you experienced occurs during storage investigation. I suggest you perform an 'insf -e' and try again.
WayneHP
Frequent Advisor

Re: system crash when I config my cluster

Please post your cluster config ascii file, this error is occuring during cmapplyconf?

Please post the syntax you are using also.
melvyn burnard
Honored Contributor

Re: system crash when I config my cluster

more importantly, do as already asked and provide OS version, use:
uname -a
and SG version and patch version.
use:
what /usr/lbin/cmcld
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Summery
Occasional Advisor

Re: system crash when I config my cluster

OS version:HPUX 11.23
SG version:11.17

thanks a lot!
melvyn burnard
Honored Contributor

Re: system crash when I config my cluster

and which SG patch do you have installed?
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!