- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Network Problem on HP-UX
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
11-09-2003 06:41 PM
11-09-2003 06:41 PM
I have strange problem in my HP-Ux box running 11.x. The Network connection on the Hp-Ux box gets disconnected every 15 minutes and network resumes after 5 or 10 minutes.
Please let me know if there is a way to resolve this issue.
Thanx & Regards,
Robert
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2003 06:54 PM
11-09-2003 06:54 PM
Re: Network Problem on HP-UX
Try this and see if you can match an outage with an event in the file
netfmt -t 30 /var/adm/nettl.LOG00 > /tmp/netfmt.out
Anything in your syslog, dmesg etc
Any network events outside the server on the LAN/WAN
HTH
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2003 08:42 PM
11-09-2003 08:42 PM
Re: Network Problem on HP-UX
It needs to be set to the same speed on the switch its plugged in to. If they are not set the same then periodically they will autonegotiate, which drops the network, then when they have negotiated a new speed the network comes up again. You can prove it as there will be messages about this in /var/adm/syslog/syslog.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2003 08:46 PM
11-09-2003 08:46 PM
Re: Network Problem on HP-UX
If so make sure that the duplex and speed at both server and switch ends are set to the same value.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2003 06:20 AM
11-11-2003 06:20 AM
Re: Network Problem on HP-UX
If _all_ network connections, then yes, you might check the link-level statistics with lanadmin -g mibstats. If the interface description says full-duplex and you see FCS errors, or if it says half-duplex and you see _late_ collisions, then you _might_ have a duplex mismatch. Make sure that _both_ ends of the cable are set to the same - either both auto, both hd or both fd.
If just through a gateway are lost, you might see if it has some sort of ICMP rate limition going-on - by default HP-UX 11.X prefers that routers respond to ICMP echo requests.
You might compare the peroidicity of th etimeouts with the following ndd settings:
ip_ire_gw_probe_interval
ip_ire_flush_interval
ip_ire_cleanup_interval
arp_cleanup_interval
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2003 06:41 AM
11-11-2003 06:41 AM
SolutionThat would be one possible cause of this issue.
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
11-13-2003 01:52 PM
11-13-2003 01:52 PM
Re: Network Problem on HP-UX
The problem got resolved after i gave another IP to the Workstation. Since the IP was conflicting with the same IP.
Thank you all for your support.
Thanx & Regards,
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 03:10 PM
11-13-2003 03:10 PM
Re: Network Problem on HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 03:13 PM
11-13-2003 03:13 PM
Re: Network Problem on HP-UX
Sorry I didn't notice....
Thanx & Regards,
Robert