- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: is there any command like 'snoop' in solaris t...
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
тАО04-29-2004 01:54 AM
тАО04-29-2004 01:54 AM
is there any command like 'snoop' in solaris to check the dns requests in HP-UX.
regds
vinu
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2004 01:59 AM
тАО04-29-2004 01:59 AM
Re: is there any command like 'snoop' in solaris to check the dns requests in HP-UX.
Try ethereal.
http://hpux.connect.org.uk/hppd/hpux/Gtk/Applications/ethereal-0.9.15/
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2004 02:25 AM
тАО04-29-2004 02:25 AM
Re: is there any command like 'snoop' in solaris to check the dns requests in HP-UX.
Not sure I understand your question fully, but if all you're looking for is packet sniffer software. etherreal is a fine product but it's a 3rd party product.
HP-UX has a built in command called nettl
man nettl for details. Not real difficult to use but can produce a *large* amount of output in a short time period.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2004 03:06 AM
тАО04-29-2004 03:06 AM
Re: is there any command like 'snoop' in solaris to check the dns requests in HP-UX.
You might also consider tcpdump.
It comes with a lot a frontend and interpretation tools.
Cheers
Nicolas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2004 03:11 AM
тАО04-29-2004 03:11 AM
Re: is there any command like 'snoop' in solaris to check the dns requests in HP-UX.
kill -SIGUSR1 $(cat /var/run/named.pid)
If you have a very busy nameserver (named is consuming a lot of time), then the logfile /var/tmp/named.run will grow vary rapidly. Usually only a few seconds are needed to find boxes that are slamming your nameserver. Often you'll find commercial backup programs will generate thousands of queries, once for every file). The fix is easy: change the boxes that are running the backup software to look at /etc/hosts first and put the common machine names in that file. Then change /eetc/nsswitch.conf to look at files, then dns and both your DNS server and the backup programs will be much happier.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2004 03:23 AM
тАО04-29-2004 03:23 AM
Re: is there any command like 'snoop' in solaris to check the dns requests in HP-UX.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2004 05:15 AM
тАО04-30-2004 05:15 AM
Solutionother tools include ethereal and tcpdump - tcpdump is available from www.tcpdump.org, or you can install it from the "HP Internet Express" software from software.hp.com.
further, if you know the PID of the process issuing DNS requests, you could get some idea of what it was doing by running tusc (ftp.cup.hp.com:/dist/networking/tools/) in verbose mode and looking at the system calls. that will also show you if it is say reading /etc/hosts or perhaps even if it is trying NIS or whatnot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2004 05:17 AM
тАО04-30-2004 05:17 AM