- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Slow Name Resolution
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
12-12-2002 02:58 AM
12-12-2002 02:58 AM
Slow Name Resolution
-
Your Name Services are performing poorly, likely misconfigured. The average for the past 101 lookups took 3846.2 milleseconds, expect less than 500 milleseconds.
-
However I have never managed to make it slow, eg interactive nslookup requests come back instantly: -
-
perseus:/root# timex nslookup priv_nt_server5
Name Server: ukls04.ukgfls
Address: 172.30.253.3
Trying DNS
Name: priv_nt_server5.ukgfls
Address: 172.28.66.76
real 0.02
user 0.01
sys 0.00
-
As far as I can see all my configs are fine: -
-
/etc/nsswitch.conf:
hosts: dns [ NOTFOUND=continue TRYAGAIN=continue ] files
/etc/nsswitch.conf:
domain ukgfls
nameserver 172.30.253.3
nameserver 191.254.176.237
-
Can anyone suggest what I can do to find out why these error messages are occuring?
TIA
Sy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2002 03:03 AM
12-12-2002 03:03 AM
Re: Slow Name Resolution
domain ukgfls
nameserver 172.30.253.3
nameserver 191.254.176.237
Change domain to fully qualified
domain ukgfls.co.uk
Which server has less Round Trip time ?
172.30.253.3 or
191.254.176.237 ?
( Measure the RTT using ping command )
Put the server with lowest RTT as the first nameserver entry in /etc/resolv.conf
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2002 03:09 AM
12-12-2002 03:09 AM
Re: Slow Name Resolution
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x2768c1c4ceddd61190050090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2002 03:10 AM
12-12-2002 03:10 AM
Re: Slow Name Resolution
The 172.30 address is on the same subnet, the other DNS server is on another site via ATM link.
The main thing I don't understand though is that my nslookups are as quick as I'd expect, but seemingly NNM is having problems resolving.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2002 07:03 AM
12-12-2002 07:03 AM
Re: Slow Name Resolution
Microsoft says its the NIC or HP-UX. HP says its Microsoft not complying with industry standard.
Steve
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-13-2002 01:44 AM
12-13-2002 01:44 AM
Re: Slow Name Resolution
Having run checkDNS I get about 1700 results of the form: -
172.30.253.10 took 4 seconds to resolve
131.12.0.253 took 4 seconds to resolve
172.30.3.253 took 4 seconds to resolve
172.30.4.251 took 4 seconds to resolve
172.30.5.253 took 5 seconds to resolve
...yada yada...
All of these are hosts without DNS entries. Obviously I don't want to add 1700 entries to my hosts file!
Now I presume all these "slow" lookups are impacting on NNMs ability to check all the rest in a timely fashion, so what would you suggest would be the best way to address this?
I think most of the addresses are printers, telephony switches, and virtual interfaces on VLANs etc. I presume I can't make NNM wait less than 4-5 seconds (I presume this timeout would be a global gethostbyname() issue) so is my only option to either unmanage all the addresses, or have the DNS guy add them all?!
Any other suggestions appreciated.
Sy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2002 02:37 AM
12-13-2002 02:37 AM