- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DNS slow down performance
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
03-28-2001 05:30 PM
03-28-2001 05:30 PM
DNS slow down performance
My problem goes like this, after I configure the "nsswitch.conf" to use both "file" & "dns" to resolve domain name, I then have trouble to telnet to my HP11.0 UX server. It sometimes takes more than 1 minute to connect, and it also slow down other connections. How can I solve this problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2001 06:11 PM
03-28-2001 06:11 PM
Re: DNS slow down performance
Can you verify that your entry in /etc/nsswitch.conf is:
hosts: files [NOTFOUND=continue] dns
Can you also verify that your /etc/resolv.conf contains the correct domain field?
If the telnet client is not registered in /etc/hosts, is it registered in the DNS? Is it registered for both forward and reverse resolution?
To confirm, perform an nslookup of both the client hostname as well as the IP address. Check whether there is a time difference between the nslookups. If so, check your RR records in the DNS.
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2001 06:48 PM
03-28-2001 06:48 PM
Re: DNS slow down performance
However, can I skip this step? It's because I am using an external DNS, thus I have no control on it. I don't want to write all clients' IP into the hosts file (over 600, what a panic). Is there any other solution, or the only method I have left is to setup an internal DNS server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2001 09:02 PM
03-28-2001 09:02 PM
Re: DNS slow down performance
First try to run nslookup & check hwo much time it takes to find out to get host ip address. If it is too much then try to configure one secondery DNS server in your end. Becs your primary DNS server is external.
If your nslookup result is satisfactory then change your nsswitch.conf . Put DNS entry before file entry.
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2001 10:34 PM
03-28-2001 10:34 PM
Re: DNS slow down performance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2001 11:44 PM
03-28-2001 11:44 PM
Re: DNS slow down performance
In my case I was using NT as Primary DNS server and the problem lay there but I guess if reverse lookups are not working under an HP-UX DNS server then the issue might be the same.