- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: monitoring IP Connections
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-08-2002 12:28 AM
10-08-2002 12:28 AM
It would be very much appreciated if somebody could advise on how I could set up monitoring source IP and destination IP address and port number of all the connections coming to the IP address of the server. We are currently in the process of re-locating a number of our servers, thus we will be allocating primary and secondary up address's to our servers. we then need to moniter connections to the current ip@ and once this is resolved we will remove the secondary ip @. Your advise would be very much appreciated guys!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 12:34 AM
10-08-2002 12:34 AM
Re: monitoring IP Connections
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 12:39 AM
10-08-2002 12:39 AM
Re: monitoring IP Connections
You can use lsof to do that and can be downloaded in
http://hpux.cs.utah.edu/
e.g. lsof -i tcp:9000
it can show you the IP address and also the process id that associated with the port 9000.
Regards,
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 12:54 AM
10-08-2002 12:54 AM
Re: monitoring IP Connections
I also found another utility called tcpdump... advise if this utility is sufficeint and whether by using these facilities my performance will have a slight glich?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 01:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 01:04 AM
10-08-2002 01:04 AM
Re: monitoring IP Connections
I think I have misunderstand your question before !! You need to monitor the packet between two IP address, right ? Then tcpdump can do what you want. However I am not familiar with it and so I can't make any advise to you ! :<
Regards,
Patrick