- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- netstat hangs
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
10-21-2003 02:53 AM
10-21-2003 02:53 AM
We are running Tru64 v5.1A on three ES40s. We also have N class and L class HP-UX 11.00 systems. We recently installed a an internal gigabit network (alt0) in addition to the our existing 100baseT LAN (tu0). The gigabit network handles our NFS traffic. alt0 is assigned an 192.168.x.y IP address.
Ever since we added the gigibit network, netstat hangs or takes a long time (20 minutes) to time out. netstat -ai hangs. Also, this is causing a problem with syscheck hanging on one of our sysstesm where netstat won't run at all (just hangs with no output). Does anyone have any idea of why netstat is haning?
We also have fibre channel cards in the systems and these have not caused any netstat problems.
Any info will be appreciated.
Thanks,
Steven
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2003 06:42 PM
10-21-2003 06:42 PM
Re: netstat hangs
Another question is if you have tuned the machine for gigabit usage and if the adapter is plugged into the right slot/an idle bus.
Btw. fibrechannel is different to network, so why should a non network device interact with a network command?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2004 09:39 PM
01-22-2004 09:39 PM
Re: netstat hangs
have you checked in /etc/resolv.conf or HP-UX equivalent. It may be that you DNS is incorrectly set or down.
this happened to me before on T64 and this was where the problem was.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2004 11:09 PM
01-22-2004 11:09 PM
Re: netstat hangs
to check the naming resolution was my intension with the test of "netstat -r".
resolv.conf is the config file to specify which naming resolution subsystem will be used and is starter after netstat -r worked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 02:55 AM
04-02-2004 02:55 AM
Re: netstat hangs
This thread seems to have gone to sleep. That's a shame, as we too have a problem with netstat hanging under Tru64 v5.1A.
The server concerned does have an internal gigabit network (alt0), but I do not know if this is relevant.
We find that after rebooting the system the problem does not occur for several days, but then something happens (resource problem?), after which netstat hangs every time. No errors are logged anywhere, and the only solution we have found is to reboot. It does not appear to be a name resolution problem, as netstat hangs just the same when run with the -n option.
I wondered if Steven had made any progress on this one. If so, I'd be delighted to have any news.
Thanks, and best wishes,
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 03:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 05:35 AM
04-02-2004 05:35 AM
Re: netstat hangs
You can check the current count by running following command as root:
# dbx -k /vmunix
dbx> p cur_msghdrs
We never found out what was causing the message count to go up. Last month we upgraded to Tru64 5.1B and the problem seems to have gone way.
Hope this helps,
Steven
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2004 07:47 PM
06-08-2004 07:47 PM
Re: netstat hangs
We were faced to the same problem. From my investigations, one reason for netstat to hang is when a message queue becomes full. If, for some reason (like receiving process missing), a sending process overflows a message queue, then it causes netstat to hang.
For more information, please read my posts:
- on Tru64-UNIX-Managers list: "about netstat hangs", dated from 2004-05-05.
- on comp.unix.tru64: "netstat issue on Tru64. Kernel bug?" dated from 2004-06-08.
IMHO, this is a kernel bug. Opinions from Tru64 experts would be greatly appreciated.
Cheers,
Loic.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2004 10:12 PM
06-08-2004 10:12 PM