- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to set up a "lan trace"
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
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
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
тАО12-17-2009 08:27 AM
тАО12-17-2009 08:27 AM
Is that anything like using traceroute?
the thing is aborting trying to resolve gethostbyname on the linux box. Ws working FINE before I put in SP3 on the 10th of December.
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-17-2009 08:32 AM
тАО12-17-2009 08:32 AM
Re: How to set up a "lan trace"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-17-2009 08:41 AM
тАО12-17-2009 08:41 AM
Re: How to set up a "lan trace"
I would think tcpdump or wireshark would do the job.
Wireshark is available free on Linux and on http://software.hp.com for HP-UX which is where you posted.
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
тАО12-17-2009 08:57 AM
тАО12-17-2009 08:57 AM
Re: How to set up a "lan trace"
A LAN trace on the HP side is via nettl. Wireshark is the tool of choice to format and view the trace and it knows more than 400 logfile formats. Note that when running Wireshark on a PC to look at the traffic, you'll need a dumb hub -- switches will block traffic from other connections.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-17-2009 09:48 AM
тАО12-17-2009 09:48 AM
Re: How to set up a "lan trace"
Would that be to use nettl if it has logging.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-17-2009 01:33 PM
тАО12-17-2009 01:33 PM
Solutionnettl -tn all -e all -mem 8192 -tm 99999 -f /var/tmp/dplog
This will start running and creating a file called: /var/tmp/dplog.TRC000. If your network (all LAN cards) are very busy, this file can grow very fast. If the file gets into the dozens of megabytes, you'll need to stop the trace:
nettl -traceoff -e all
The resultant file (/var/tmp/dplog.TRC000) is a binary file that Wireshark can read. Send that file to Novell. If they ask "What is a nettl log file?" tell them to use Wireshark to read it. If they don't have Wireshark, you can format the file with this command:
netfmt -N -n -l -f /var/tmp/dplog.TRC000 > /var/tmp/nettl.log
This will be an ASCII file which you can look at then send it to Novell.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2010 02:53 AM
тАО04-22-2010 02:53 AM