Operating System - HP-UX
1837227 Members
2394 Online
110115 Solutions
New Discussion

Re: WARNING while halting the package/cluster.

 
Rajesh SB
Esteemed Contributor

WARNING while halting the package/cluster.

Hi,

We are using MCSG on HP K570 servers. When we are halting the package, we are getting the following error:

WARNING: IP 193.1.1.9 is already configured on the subnet 193.1.1.0

here, 193.1.1.9 is our package IP & 193.1.1.0 is the subnet.

Thanks in advance for the valuable tips,
Regards,
Rajesh.S.B.
3 REPLIES 3
Dirk Wiedemann
Respected Contributor

Re: WARNING while halting the package/cluster.

Hi,

starting and stoping packages is controlled by the script
/etc/cmcluster/pack_name/pack_name.cntl
check in the same directory the logfile packagename.cntl.log for further informations.
regards
Dirk
John Palmer
Honored Contributor

Re: WARNING while halting the package/cluster.

Hi,

The package control script only outputs this message when it attempts to ADD the IP address at package start (see function add_ip_address).

Are you sure that this message was produced at package close?

If it was then I suggest that you check the control script for possible typos that could affect the logic. Have you modified it recently?

Please post your package control script and the relevant section of the package log file.

Regards,
John
Jeff Schussele
Honored Contributor

Re: WARNING while halting the package/cluster.

Hi Rajesh,

You need to check your control file for that package. /etc/cmcluster/pkg_name
Look for the remove_ip_address function & verify that the cmmodnet command is using -r (remove) & NOT -a (add) in that function.

I suspect that's your culprit.

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!