Operating System - HP-UX
1819795 Members
3055 Online
109607 Solutions
New Discussion юеВ

cfg lan - ifconfig: check plumbing error

 
Paulo Afonso Bruno
Occasional Advisor

cfg lan - ifconfig: check plumbing error

Hi

I have B1000 Server with HPUX 11.0 and when I try cfg lan0 with ifconfig the problem happen ...
#ifconfig lan0 (ip)
ifconfig:check plumbing error

the patches bundle are installed:
XSWECO223
XSWECO224
SWGR110
SWHWCR1100

Obs: the lanscan and ioscan -nfC lan
it's OK

thanks
3 REPLIES 3
f. halili
Trusted Contributor

Re: cfg lan - ifconfig: check plumbing error

This problem is caused by not starting /sbin/init.d/net.init before the /sbin/init.d/net script.

HP-UX versions prior to 10.30 did not have an /sbin/init.d/net.init startup script.


derekh
Steffi Jones_1
Esteemed Contributor

Re: cfg lan - ifconfig: check plumbing error

Hello,

problem is that the lancards have not been initialized correctly before
assigning IP addresses
You can manually get around it by running the following commands:
/sbin/init.d/net.init start
/sbin/init.d/net start

Check if someione changes the sh to ksh. It might be that the shell is changed before the scripts are called

Steffi Jones

Dan Hetzel
Honored Contributor

Re: cfg lan - ifconfig: check plumbing error

Hi,

Make sure you have a link called S008net.init
in the /sbin/rc2.d directory.

This should point to /sbin/init.d/net.init

In this case, when entering init mode 2, your system should automatically configure the network interfaces.

Make sure that your default run level is set properly; check for "initdefault" in /etc/inittab (should be 3)

Dan
Everybody knows at least one thing worth sharing -- mailto:dan.hetzel@wildcroft.com