- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DNS questions
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
05-03-2004 11:10 AM
05-03-2004 11:10 AM
I know which servers are the culprits, but I have many apps running on these servers and would like to single them out.
Also on a side note, without loading a sniffer or other externel tool is there an easy way to see what ip is connecting to a port on a server?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 11:14 AM
05-03-2004 11:14 AM
Re: DNS questions
Its downloaded anywhere, but I cannot remeber where. Perhaps somebody knows the URL......
A standard Hp-UX command is : netstat -an
listing all incoming and outgoping used ports with IP Adress, but there is no easy way to indicated the related proccess ....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 11:17 AM
05-03-2004 11:17 AM
Re: DNS questions
# netstat -an | grep -i EST
This should give you the established TCP connections. Here you can find both the local and the remote sockets (IP:port)
For the first question, as far as I can reach, I dont believe there is a way - my understanding is that application use the resolver libraries gethostbyaddr() and gethostbyname() for reverse and forward lookups. I would be curious to know if there is an alternate to this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 12:59 PM
05-03-2004 12:59 PM
Re: DNS questions
Thanks for your replies.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2004 12:41 AM
05-04-2004 12:41 AM
Re: DNS questions
http://hpux.ee.ualberta.ca/hppd/hpux/Sysadmin/lsof-4.70/
Here's the online man page:
http://hpux.ee.ualberta.ca/hppd/hpux/Sysadmin/lsof-4.70/man.html
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2004 12:59 AM