Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
08-30-2004 05:45 AM
08-30-2004 05:45 AM
1) what is a reasonable lookup time, (I guess In Milleseconds)
2) What command can I use to see how long an nslookup took? I tried `time` but I know there is another way, maybe with an ITO command.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 05:50 AM
08-30-2004 05:50 AM
Re: DNS
and yes, milli sec is good!
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 05:54 AM
08-30-2004 05:54 AM
Re: DNS
You should definitely be expecting subsecond response for DNS, anything else and there is likely an issue. (Not necessarily related to DNS though).
Are you timing this from a Unix box?
You could do: timex nslookup host
Everything comes back for me at .01
Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 05:57 AM
08-30-2004 05:57 AM
Re: DNS
http://eigen.ee.ualberta.ca/hppd/hpux/Networking/Admin/dig-2.0/
timex is the way to see how long a command takes...
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 07:12 AM
08-30-2004 07:12 AM
Re: DNS
1. nsswitch.conf
2. resolve.conf
In resolve.conf check if the domain name , and and dns server fqdn is given in correct order.
nsswitch.conf should have entries for DNS followed by files for the hosts entry for resolving adress.
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 07:58 AM
08-30-2004 07:58 AM
Re: DNS
take a look at this:
http://www.mit.edu/afs/net/project/bind/9.2.0/contrib/queryperf/
it allows you to do query testing.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 03:46 PM
08-30-2004 03:46 PM
SolutionIf you take hosts: entry means,
it will resolve in the order specified over there.
Example:
hosts: dns files ldap
hostname's are resolved as
dns --> /etc/resolv.conf
files --> /etc/hosts
ldap --> ldap data base
If you use some return types as like,
[NOTFOUND=return] then it will return when there is not entry out there.
And more if you are doing resolvation using DNS your /etc/resolv.conf settings for nameserver must be in order so that it can handle without taking time.
2) You can use nslookup and as well as nsquery to know the resolvation of entries there. You can use timex / time / times commdns to determine this.
timex command is good to do.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 08:24 PM
08-30-2004 08:24 PM
Re: DNS
dig is a good tool to figure out the time the dns needs to answer.
If dig is not available to you, maybe you can use the timex command as "timex nslookup ......"
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 09:43 PM
08-30-2004 09:43 PM
Re: DNS
There is Windows version 'dig' available. Check the following link:
http://pigtail.net/LRP/dig/
regards,
Richard