- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Soft for solving network problems
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
Discussions
Discussions
Discussions
Forums
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
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-30-2002 06:19 AM
тАО01-30-2002 06:19 AM
Soft for solving network problems
I have 10 A400 HP servers in a 100mb full-duplex private LAN. From time to time there are some troubles such as NFS timeout or low bandwith within this LAN.Is there any soft for HP-UX 11.00, which i can use to diagnose and resolve my problems?
I have a GlancePLus pack,but i have no idea of using it in such way.
Thanx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2002 06:34 AM
тАО01-30-2002 06:34 AM
Re: Soft for solving network problems
You can try to use the network trace tool that comes with the hp-ux software.
To enable:
nettl -start
Start tracing:
nettl -tn pduin pduout -e all -f /
Stop tracing:
nettl -tf -e all
Read the trace with:
netfmt -s -f /dir/out-file>
There are lots of options to use with netfmt, check the man page for details.
Kind reagrds,
Marcel Eken.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2002 06:37 AM
тАО01-30-2002 06:37 AM
Re: Soft for solving network problems
http://people.ee.ethz.ch/~oetiker/webtools/mrtg/
It uses SNMP to monitor the traffic on each interface in your LAN (including the hub/switch if it supports SNMP) and draws a really nice graph of usage during the day. Will help you determine who the heavy hitters are. It's not limited to just traffic. Can also monitor errors and drops.
Price is right. It's free.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2002 10:41 AM
тАО01-30-2002 10:41 AM
Re: Soft for solving network problems
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2002 02:02 PM
тАО01-30-2002 02:02 PM
Re: Soft for solving network problems
Try the hp-ux tuning guide,
http://docs.hp.com/hpux/onlinedocs/os/11.0/tuningwp.html
Here is the section on network,
http://docs.hp.com/hpux/onlinedocs/os/11.0/tuningwp.html#networks
hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-31-2002 02:46 AM
тАО01-31-2002 02:46 AM
Re: Soft for solving network problems
useful for the network analyze are tcpdump and tcptrace. You can download them from for example from : http://hpux.connect.org.uk/ .
Simple example :
tcpdump -w /tmp/log
tcptrace -l /tmp/log
By
e are tcpdump and tcptrace. You can download them from for example from : http://hpux.connect.org.uk/ .
Simple example :
tcpdump -w /tmp/log
tcptrace -l /tmp/log
By