- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DNS server reply timeout/retry
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
11-02-2005 03:40 AM
11-02-2005 03:40 AM
DNS server reply timeout/retry
Does someone know how to change the DNS reply timeout and the DNS number of retries? I have a DNS client that does not wait long enough for a answer from a given DNS server and does not attempt to retry it query to the given DNS server, so that it send that query to another DNS server.
Many thanks for your feedback!
regards,
\Viseth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 03:44 AM
11-02-2005 03:44 AM
Re: DNS server reply timeout/retry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 03:47 AM
11-02-2005 03:47 AM
Re: DNS server reply timeout/retry
RES_RETRANS=3000 # milliseconds
RES_RETRY=5
These are explained in the man 3n resolver man pages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 04:09 AM
11-02-2005 04:09 AM
Re: DNS server reply timeout/retry
But I do not find thoses parameters when I do a man resolver... Besides, do those parameters need to be set directly in the /etc/resolv.conf??
many thanks
regards,
\Viseth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 04:16 AM
11-02-2005 04:16 AM
Re: DNS server reply timeout/retry
Thanks for the answer, I've found on internet the man 3n resolver pages. On my unix (solaris 2.8) the man does not states thoses parameters... maybe the version of the resolver is not the same, isn't it?
Regards,
\Viseth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 04:16 AM
11-02-2005 04:16 AM
Re: DNS server reply timeout/retry
In any case, you can set the environment variables as I indicated or you can add these entries to /etc/resolv.conf.
retry 6
retrans 6000
Note: The values in /etc/resolv.conf have higher precedence than the corresponding environment variable settings.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 04:27 AM
11-02-2005 04:27 AM
Re: DNS server reply timeout/retry
Thanks for the reply! Do you know if it is possible to do the same with microsoft DNS client?
Many thanks,
Regards,
\Viseth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 06:11 AM
11-02-2005 06:11 AM
Re: DNS server reply timeout/retry
They're no hassle, but one requires a reboot.
In any case it's worth the effort.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 07:45 PM
11-02-2005 07:45 PM
Re: DNS server reply timeout/retry
many thx
\Viseth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 11:31 PM
11-02-2005 11:31 PM
Re: DNS server reply timeout/retry
Solaris does support the retry/retrans also. At 2.6, the syntax there is retry:1 retrans:1000.
My typical recommended values for typical customer environment is 1 retry after 1 second / 1000msec. Your milage will vary.
For those of you missing the info from the HP-UX resolver() man page it is because it was missing until the libc man page patch is installed. 11.0 patch PHCO_24904 (latest is PHCO_31919) 11.11 patch PHCO_24915 (latest is PHCO_29829).
No patch needed for 11.23, it's man page also has the info.
HTH,
Brian Hackley