Operating System - HP-UX
1777014 Members
2041 Online
109062 Solutions
New Discussion юеВ

Re: Network interface error while cluster statrtup

 
RAJESH GANGADHARAN
Regular Advisor

Network interface error while cluster statrtup

Hi

When ever I am starting my cluster I am getting the following error message,

CM-CMD[2058]: Error: lan4 is a slave device which you are not allowed to reference directly from a ServiceGuard configuration.

lan4 is configured as a standby

can any one suggest a solution for this

Thanks in adv
Raj
Let the choices you make today be the choices you can live with tomorrow.
4 REPLIES 4
Sridhar Bhaskarla
Honored Contributor

Re: Network interface error while cluster statrtup

Hi Raj,

I would check that the standby interface lan4 doesn't have an IP associated with it. If it is configured with the actual IP address, then reassign it to the primary interface.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Bharat Katkar
Honored Contributor

Re: Network interface error while cluster statrtup

Did you configured lan4 already for some other purpose and then trying to assign it as a standby in cluster.
check using
# ifconfig lan4
What status it show.
# lanscan
See if any secondary interfaces present on lan4.

All the best,
Regards,
You need to know a lot to actually know how little you know
Kent Ostby
Honored Contributor

Re: Network interface error while cluster statrtup

Check the /etc/rc.config.d/netconf file.

The lan should NOT be listed in this file even with an IP address of 0.0.0.0

Best regards,

Kent M. Ostby

"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
Stephen Doud
Honored Contributor

Re: Network interface error while cluster statrtup

After removing the lan4 reference from /etc/rc.config.d/netconf, do the following to set lan4 back to proper standby mode:

# ifconfig lan4 unplumb
# ifconfig lan4 plumb

-sd-