Operating System - HP-UX
1833777 Members
2169 Online
110063 Solutions
New Discussion

can't ping mc/sg ip address

 
Victor Mendham
Regular Advisor

can't ping mc/sg ip address

Seems some boxes in our environment can't ping the mc/sg IP address. We run ITO as a pkg and the nodes can ping each server IP which make up the cluster, but not the cluster itself.

Any suggestions?
3 REPLIES 3
melvyn burnard
Honored Contributor

Re: can't ping mc/sg ip address

so what does netstat -in show on the cluster nodes?
Also check the output of the pacjkage startup in the package log on the node the package is running on to see if it added the ip address.

do cmscancl and read through the /tmp/scancl.out file to verify the configuration.

Have you patched the SG version you are using?
do what /usr/lbin/cmcld and check for the patch number .
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
John Waller
Esteemed Contributor

Re: can't ping mc/sg ip address

Victor, I presume you have done a cmviewcl and confirmed the package has started. Also as Melvyn said , look in your S/G startup log and check for a successful cmmodnet command. A "netstat -in" should show a line similar to:
lan0:1 1500 a.a.a.a b.b.b.b ...............

where b.b.b.b is your S/G package address.

Victor Mendham
Regular Advisor

Re: can't ping mc/sg ip address

Many Thanks, the problem was a new managed node which was flooding the network with incorrect information for the Cluster IP address.

Many Thanks for the help