- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lan0 down after reboot
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
01-15-2004 04:38 AM
01-15-2004 04:38 AM
lan0 down after reboot
I have a peculiar problem at a customer site.
When the system is rebooted, the lan0 interface shows its status as up. However it is not pingable. We cannot telnet to it or anything. However when we reinitialise the card, changing the status from ifconfig to down and then back up again, it regains proper functionality.
The card is a gigabit ethernet card, and has some additonal advanced options e.g max input buffer, something (if I recall) peak coal.
Also I note that in the output of ifconfig lan0, the flags are as follows
1843
first time I see this CKO ... and the other cards have only 843 set.
BACKGROUND
The system is a high end 8430 or something with GSP. We connect to the lan console without problem.
This system is a disaster recovery system, therefore it was cloned with the system whose data it is to backup daily; and this problem appeared after this cloning.
Thanks a lot for any help.
Regards,
-Alvi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 04:55 AM
01-15-2004 04:55 AM
Re: lan0 down after reboot
man lanadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 05:10 AM
01-15-2004 05:10 AM
Re: lan0 down after reboot
I had a situation where my box kept falling back to half duplex upon a reboot and I had to hardcode it there to fix it. There might have been a patch as well, but I can't remember.
HP_BTLAN_INTERFACE_NAME[0]=lan0
HP_BTLAN_STATION_ADDRESS[0]=
HP_BTLAN_SPEED[0]=100FD
Also, do a lanadmin -x 0 for lan0. IT will show you the current speed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 06:48 AM
01-15-2004 06:48 AM
Re: lan0 down after reboot
http://www1.itrc.hp.com/service/patch/search.do?BC=patch.breadcrumb.main|&pageContextName=hpux:::
Dial in your OS and search for gigabit or the card's model number.
Could also be the subnet violates an obsolete RFC which 11.0 checks for. Should cause an error message but you can check it with:
ndd -get /dev/ip ip_check_subnet_addr
If it says 1 try turning it off:
Edit /etc/rc.config.d/nddconf
TRANSPORT_NAME[0]=ip
NDD_NAME[0]=ip_check_subnet_addr
NDD_VALUE[0]=0
Use the next higher integer in the brackets if you already have something there.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 07:27 AM
01-15-2004 07:27 AM
Re: lan0 down after reboot
Couple of things:
1) Check the /etc/rc.log - specifically the net start section for error msgs.
2) Verify that you don't have a MAC address hardcoded in a conf file. It would be in /etc/rc.config.d & named either hpigelanconf or hpgelanconf. If the system you cloned from had it - this one will have it.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 10:56 AM
01-15-2004 10:56 AM
Re: lan0 down after reboot
CKO is checksum offload. some checksum are made onboard.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 11:24 AM
01-15-2004 11:24 AM
Re: lan0 down after reboot
Check the lights on the switch or hub the box is connected to.
Change out the cables if practical.
Check with network administration and make sure the port is not set to autonegotiate. That will kill any 100 BT or 10 BT HP NIC.
check dmesg for failure message.
probe and exercize the card with mstm,cstm or my personal favorite xstm in X Windows.
Report back.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2004 05:20 AM
01-16-2004 05:20 AM
Re: lan0 down after reboot
I had checked the logfiles though, had no error messages in dmesg, rc.log, or syslog.log.
And setting for the lan card were full duplex, and auto negotiation off. The speed was set to 100 mbps because I think its connected using Cat5 UTP.
Thanks and Regards,
-Alvi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2004 05:41 AM
01-16-2004 05:41 AM
Re: lan0 down after reboot
Attaching a refernce file.
/etc/rc.config.d/hpbtlanconf
If the other folks have been helpful to you, please assign them some points.
I have enough though.
:-)
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2004 07:57 PM
01-18-2004 07:57 PM
Re: lan0 down after reboot
I've checked whether MAC address might have been hard coded, or half duplex is initialised insted of full duplex on startup, however, from this point of view it seems fine.
HP_BTLAN_SPEED[2]=AUTO_ON
HP_BTLAN_SPEED[1]=100FD
In the above settings, lan2 is configured for autoneg and lan1 isn't, right? We don't need to explicitly set autoneg of, do we?
Now the nature of the problem at present
lan1 and lan0 work fine when only one is configured. (lan2 is not connected)
both lans also work fine when both are configured and their cables are connected.
The problem occurs when both are configured but only one cable is connected. And the problem occurs only on rebooting; reboot itself becomes time consuming.
The ip addresses are (similar to) 10.2.3.15 and 10.2.3.16 for the gigabit and 100MB lan cards respectively.
Any ideas?
-Alvi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2004 08:46 PM
01-18-2004 08:46 PM
Re: lan0 down after reboot
Maybe you have something similar, with a clash between normal Eth and Gigabit?