- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Re: Tru64 DNS client retrans and 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
09-06-2005 06:03 AM
09-06-2005 06:03 AM
Tru64 DNS client retrans and retry
Any knows how to set DNS client retrans and rerty to limit reverse lookup failures on Tru64 5.1B.I tried adding retrans:1 retry:1 in /etc/resolv.conf but didn't work. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 07:48 AM
09-06-2005 07:48 AM
Re: Tru64 DNS client retrans and retry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 05:23 AM
09-07-2005 05:23 AM
Re: Tru64 DNS client retrans and retry
The options are timeout:x and attempts:x
You can place them in the /etc/resolv.conf file as follows:
options timeout:1, attempts:2
Note that this only works on V8.2 and later of bind.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2005 11:00 PM
09-11-2005 11:00 PM
Re: Tru64 DNS client retrans and retry
Thanks for the help, I tried this as well, and still didn't work, the bind release is 8.2.2 with 5.1B. Have you tried this before and it worked, anyone? thanks .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2005 07:23 AM
09-12-2005 07:23 AM
Re: Tru64 DNS client retrans and retry
What isn't working ? I have done this with both v8.2.2 and V9 of bind and found it to reduce the timeout from the default of about 75 seconds to as low as about 10 seconds in both versions.
Al
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2005 04:22 PM
09-12-2005 04:22 PM
Re: Tru64 DNS client retrans and retry
We are having an issue with reverse lookup taking time for IP addresses that are not in the DNS, they are many we couldn't just add them at this point, this effect the starting time of certain applications that create sockets with other hosts, I used retrans=50 and retry=1 on my HP-UX servers and that took care of the issue, Solaris is looking ok as well, however Tru64 is not. The way I test this is simply by doing arp -a or netstat -a and I can see the output pause few times trying to do reverse lookups on unknown hotss, and then after the default timeout they proceed. So I added options attempts:1 timeout:1 in the resolv.conf and tried arp -a and the pauses and the default timeout seems to be the same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2005 10:50 PM
09-12-2005 10:50 PM
Re: Tru64 DNS client retrans and retry
So a suitable workaround is to use hosts=local,bind and to specify the hosts within /etc/hosts.
Another approach is to lower the timeout values. See manpage resolver or do a google on RES_OPTIONS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 12:42 AM
09-13-2005 12:42 AM
Re: Tru64 DNS client retrans and retry
resource to use for resolution ?
RE: can't resolve ip addresses to hostnames if these are within a domain overwhich you have control, why not simply create an empty
zone file for now. This will allow the server(s) to find the correct server that owns that zone quickly and will either find the entry it seeks or timeout with no entry found. In either case it should shorten
the waiting period.
As to the timeout periods, if you can show cases in which other unix platforms can be configure to timeout much quicker and you have a support contract with HP, you might want to contact your support center and have
them open a case with engineering to investigate this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 02:55 AM
09-13-2005 02:55 AM
Re: Tru64 DNS client retrans and retry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 04:52 AM
09-13-2005 04:52 AM
Re: Tru64 DNS client retrans and retry
When the request is received for that zone, but no record is found, the request should not be passed on to any other server and the search should stop.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 07:26 AM
09-13-2005 07:26 AM
Re: Tru64 DNS client retrans and retry
Yes, reverse lookup is configured and can return valid PTR for added hosts, however when we hit an entry that doesn't exist it waits for about 20 sec. before it times out, and again by adding retrans and retry options in /etc/resolv.conf for hp-ux we were able to limit this timeout wait. Is it possible for the DNS server to be configured to return PTR for existing names without creating a reverse lookup zone? and if we create an empty zone for a certain subnet, what would happen to the valid existing entries from the same subnet range, will it still return a valid name?
Thanks for the help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2005 01:31 AM
09-14-2005 01:31 AM
Re: Tru64 DNS client retrans and retry
You might want to check with the dns admin or if that's you, look at the existing zones and see what's in them.
You might also try this:
# nslookup
> ls -t PTR {c.b.a.in-addr.arpa.}
You would substitute your own network address or the address of that reverse zone for the c.b.a strings.....
If the dns server hasn't protected itself from such queries, you should see all of the existing records for that zone.
If you have conflicting zones, the server may refuse to serve either.....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2005 04:29 PM
09-17-2005 04:29 PM