- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sleepy network interfaces on some 10.20 machines
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
07-12-2002 07:41 AM
07-12-2002 07:41 AM
HP-UX hpetst4 B.10.20 A 9000/745. Three of the machines seem to act very consistently. They are always alive and kicking on the network. The other 4, however, suffer from what I call sleepy interfaces. If they are not sending network traffic of any sort they fall off the network completely. They are not pingable or anything. If someone hops on the console, though, and pings a machine that is alive then the interface wakes up and it acts perfectly normally. At that point I can log into it start a ping back to machine and work on it without problems. Should I happen to stop the ping it shuts back down immediately. All the HPs are essentially identical. I have looked at all sorts of conf files and most if not all are identical across machines. Clearly, I am missing something. Does anyone have any clue as to what this might be? It is causing a work stoppage for these folks. Oh, apparently, this has been the case since these machines were installed years ago, but it never really mattered until now. Any help would be greatly appreciated. Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 07:59 AM
07-12-2002 07:59 AM
Re: Sleepy network interfaces on some 10.20 machines
It is possible that the keepalive status of the router at the remote ends is not set up, in which case you could get the problem that you're seeing here (link drops after a pre-set time). Depending on how the link is set up, it is possible that it can only be re-activated by traffic from a specfic side of the link.
I'd suggest you get your network support guys to check out the routers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 08:03 AM
07-12-2002 08:03 AM
Re: Sleepy network interfaces on some 10.20 machines
tcp_keepstart
and
tcp_keepstop
Do this on these boxes to see the the current value.
nettune -l tcp_keepstart.
Man nettune for details; the equivalent (more or less) command for 11x is ndd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 08:09 AM
07-12-2002 08:09 AM
Re: Sleepy network interfaces on some 10.20 machines
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 08:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 11:09 AM
07-12-2002 11:09 AM
Re: Sleepy network interfaces on some 10.20 machines
So, the question now is how do I fix it? Specifically, is there a way to tell it to use its default address or must I just hardcode something in there that's different from the others? That option seems a little less elegant. If I do have to just pick a new random address what is the convention here? Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 11:13 AM
07-12-2002 11:13 AM
Re: Sleepy network interfaces on some 10.20 machines
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 11:14 AM
07-12-2002 11:14 AM
Re: Sleepy network interfaces on some 10.20 machines
Leave the address portion empty. It's not necessary to specify it.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 11:49 AM
07-12-2002 11:49 AM
Re: Sleepy network interfaces on some 10.20 machines
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 11:56 AM
07-12-2002 11:56 AM
Re: Sleepy network interfaces on some 10.20 machines
Taking the appropriate lan down should work. You should be able to use 'lanadmin'. My choice has always been to reboot when changing network parameters, though.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 11:57 AM
07-12-2002 11:57 AM
Re: Sleepy network interfaces on some 10.20 machines
I can think of one reason someone hardset the address. It's possible that some license is tied to that MAC address; I would check that out before I called this puppy whipped.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 06:26 AM
07-15-2002 06:26 AM
Re: Sleepy network interfaces on some 10.20 machines
FWIW, I couldn't get lanadmin to flush the old address for me. Seems like a reboot is the only way to get back to the machine's default hardware addr.
Thanks again!
Alan