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
тАО05-14-2008 01:42 PM
тАО05-14-2008 01:42 PM
i have a rp3440 server..i need to install tcp dump on these.what are the steps
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-14-2008 01:46 PM
тАО05-14-2008 01:46 PM
SolutionGoto http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111
download and swinstall
If you prefer to compile your own then search the web for all the pre-requisites. ( hpux porting center ). and good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-14-2008 01:47 PM
тАО05-14-2008 01:47 PM
Re: tcp dump
For HP-UX 11.11 go here and download:
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111
For HP-UX 11.23 go here and download:
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1123
For HP-UX 11.31 go here and download:
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1131
You should then be able to install via swinstall.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-14-2008 01:48 PM
тАО05-14-2008 01:48 PM
Re: tcp dump
2. Search for tcpdump
3. Select the Internet Express for your version of HP-UX from the resulting list
4. Download tcpdump from it
5. Follow the installation instructions that are available from the download page (should be a simple swinstall command)
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-14-2008 02:00 PM
тАО05-14-2008 02:00 PM
Re: tcp dump
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-14-2008 02:50 PM
тАО05-14-2008 02:50 PM
Re: tcp dump
Then, if you have further questions you can post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-14-2008 11:56 PM
тАО05-14-2008 11:56 PM
Re: tcp dump
and then use wireshark to analyse it.
Else on HPUX you have a tool named nettl.
It is more precise than tcpdump.
to use it:
nettl -tn all -e selecteur -f /tmp/myresult -m 80
selecteur can me a combination of subsystems:
it can be
'all' -all subsys
NS_LS_IP to trace IP layer only
NS_LS_TCP to trace IP layer only
IGELAN for igelan lan interface
ILAN, GELAN, BTLAN IETHER
nettl -ss to have the full list
for instance if you have igelan interface and want to trace IP and interface layer :
nettl -tn all -e NS_LS_IP IGELAN -f /tmp/myresult -m 80
-m 80 option is to limit the part of the data acquired to the 80 first byte of message, to limit nettl overhead, and avoid to lose messages.
-tm can be used to specify the size of the trace.
to stop the tracing
nettl -tf -e all
to analyse:
wireshark or netfmt.
http://www.wireshark.org/download.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-15-2008 01:26 AM
тАО05-15-2008 01:26 AM
Re: tcp dump
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-15-2008 03:23 AM
тАО05-15-2008 03:23 AM
Re: tcp dump
Wireshark also available from the Internet Express bundle:
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1123
kind regards
yogeeraj