- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Retry and Retrans in resolv.conf
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
06-09-2008 06:37 AM
06-09-2008 06:37 AM
Retry and Retrans in resolv.conf
To test things out, I have put a non_DNS server at the top of the nameserver list in resolv.conf, then run nslookup under "time" and get a 75 second response. "time nslookup
This is consistent with a retrans = 5000 and retry = 4 (which I believe are the default values).
I have tried adding entries for retrans and retry to resolv.conf to reduce this, and also tried setting environment variables RES_RETRY and RES_RETRANS, but neither of these options seems to override the default settings.
The only way I seem to be able to reduce the timeout is to run nslookup with the retry option, which would not really help the application.
Any suggestions would be appreciated.
TIA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2008 06:59 AM
06-09-2008 06:59 AM
Re: Retry and Retrans in resolv.conf
If your problem is strictly DNS Active Dire ctory on Windows, then you might try also posting this on the Windows group.
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2008 08:28 AM
06-09-2008 08:28 AM
Re: Retry and Retrans in resolv.conf
retrans 2500
retry 2
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2008 06:59 AM
06-10-2008 06:59 AM
Re: Retry and Retrans in resolv.conf
Putting retrans and retry at the end of resolv.conf had the same effect as when I had put them at the beginning, I.e. None.
Thanks for the suggestions, but I still need to reduce the timeout for looking up DNS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2008 07:49 AM
06-10-2008 07:49 AM
Re: Retry and Retrans in resolv.conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2008 07:57 AM
06-10-2008 07:57 AM
Re: Retry and Retrans in resolv.conf
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2008 11:28 PM
06-10-2008 11:28 PM
Re: Retry and Retrans in resolv.conf
11.11 on PA-Risc
I have tried the following nsswitch.conf entries:
hosts: files dns
hosts: files dns [UNAVAIL=continue]
hosts: dns files
hosts: dns [UNAVAIL=continue] files
Thanks for the suggestions