- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ifconfig
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2003 11:29 PM
03-23-2003 11:29 PM
ifconfig
Iam getting a following error after reboot and server is not coming online after that
lo0 interface:ifconfig :check plumbing error: bad file number
ANy help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2003 11:40 PM
03-23-2003 11:40 PM
Re: ifconfig
The first thing I would be checking is whether this symbolic link exists:
/dev/lan to /dev/dlpi
If it is not, then run:
# ln -s /dev/dlpi /dev/lan
Regards
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 01:00 AM
03-24-2003 01:00 AM
Re: ifconfig
The link is already present.Iam getting errors in rc.log for net.link and net scripts.
Never seen Bad file number ? error
Rgds,
Sajesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 01:06 AM
03-24-2003 01:06 AM
Re: ifconfig
check the numbers ( between brackets [] ) in the /etc/rc.config.d/netconf file.
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 02:30 AM
03-24-2003 02:30 AM
Re: ifconfig
You check you /etc/rc.config.d/netconf file
the interface number specified inside [] may be wrong.
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 02:34 AM
03-24-2003 02:34 AM
Re: ifconfig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 03:08 AM
03-24-2003 03:08 AM
Re: ifconfig
Do you get any further errors when starting the networking manually ? # /sbin/init.t/net start
I found a similar problem relating to a missing /dev/sad.
Fix is insf -ev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 03:17 AM
03-24-2003 03:17 AM
Re: ifconfig
Check this...
# lsdev -d sad
Character Block Driver Class
74 -1 sad pseudo
# lsdev -d tcp
Character Block Driver Class
79 -1 tcp pseudo
# insf -ed sad
insf: Installing special files for pseudo driver sad
# insf -ed tcp
insf: Installing special files for pseudo driver tcp
Then try to run the net.init script and post the results, if it still fails:
# sh -x /sbin/init.d/net.init start
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 05:45 AM
03-24-2003 05:45 AM
Re: ifconfig
Even tried that, but i get same error "check plumbing error :Bad File name"
rgds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 08:40 AM
03-24-2003 08:40 AM
Re: ifconfig
What does SAM say when you try to configure a LAN card, it sometimes give you a better error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 08:44 AM
03-24-2003 08:44 AM
Re: ifconfig
Do you have a "real" script call /sbin/init.d/net.init?.
What does "sh -x /sbin/init.d/net.init" give?. It should printout the debugging output.
Make sure it is not of 0 bytes size. Compare it with another server.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 08:36 PM
03-24-2003 08:36 PM
Re: ifconfig
---------------------
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.
----------------------
Jon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2003 07:11 PM
04-08-2003 07:11 PM
Re: ifconfig
Thanxs a lot , but i found that the kernel was corrupt and hence rebuilt the server. Now itis ok, but dont know what made it behave like that.
Rgds,