<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: DNS server reply timeout/retry in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-server-reply-timeout-retry/m-p/3663096#M554528</link>
    <description>Hi  A. Clay Stephenson,&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply! Do you know if it is possible to do the same with microsoft DNS client?&lt;BR /&gt;&lt;BR /&gt;Many thanks,&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;\Viseth</description>
    <pubDate>Wed, 02 Nov 2005 12:27:10 GMT</pubDate>
    <dc:creator>viseth</dc:creator>
    <dc:date>2005-11-02T12:27:10Z</dc:date>
    <item>
      <title>DNS server reply timeout/retry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-server-reply-timeout-retry/m-p/3663090#M554522</link>
      <description>Hi everyone,&lt;BR /&gt;&lt;BR /&gt;    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.&lt;BR /&gt;&lt;BR /&gt;    Many thanks for your feedback!&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;\Viseth</description>
      <pubDate>Wed, 02 Nov 2005 11:40:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-server-reply-timeout-retry/m-p/3663090#M554522</guid>
      <dc:creator>viseth</dc:creator>
      <dc:date>2005-11-02T11:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: DNS server reply timeout/retry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-server-reply-timeout-retry/m-p/3663091#M554523</link>
      <description>Do a man 4 resolver; it will explain how to do this.</description>
      <pubDate>Wed, 02 Nov 2005 11:44:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-server-reply-timeout-retry/m-p/3663091#M554523</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-11-02T11:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: DNS server reply timeout/retry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-server-reply-timeout-retry/m-p/3663092#M554524</link>
      <description>I should also add that in addition to changes in /etc/resolv.conf you can also set and export these environment variables:&lt;BR /&gt;&lt;BR /&gt;RES_RETRANS=3000 # milliseconds&lt;BR /&gt;RES_RETRY=5&lt;BR /&gt;&lt;BR /&gt;These are explained in the man 3n resolver man pages.&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Nov 2005 11:47:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-server-reply-timeout-retry/m-p/3663092#M554524</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-11-02T11:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: DNS server reply timeout/retry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-server-reply-timeout-retry/m-p/3663093#M554525</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;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??&lt;BR /&gt;&lt;BR /&gt;many thanks&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;\Viseth</description>
      <pubDate>Wed, 02 Nov 2005 12:09:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-server-reply-timeout-retry/m-p/3663093#M554525</guid>
      <dc:creator>viseth</dc:creator>
      <dc:date>2005-11-02T12:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: DNS server reply timeout/retry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-server-reply-timeout-retry/m-p/3663094#M554526</link>
      <description>Hi  A. Clay Stephenson,&lt;BR /&gt;&lt;BR /&gt;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?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;\Viseth&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Nov 2005 12:16:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-server-reply-timeout-retry/m-p/3663094#M554526</guid>
      <dc:creator>viseth</dc:creator>
      <dc:date>2005-11-02T12:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: DNS server reply timeout/retry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-server-reply-timeout-retry/m-p/3663095#M554527</link>
      <description>There is a difference between "man resolver" and "man 4 resolver" or "man 3n resolver".&lt;BR /&gt;&lt;BR /&gt;In any case, you can set the environment variables as I indicated or you can add these entries to /etc/resolv.conf.&lt;BR /&gt;&lt;BR /&gt;retry 6&lt;BR /&gt;retrans 6000&lt;BR /&gt;&lt;BR /&gt;Note: The values in /etc/resolv.conf have higher precedence than the corresponding environment variable settings.</description>
      <pubDate>Wed, 02 Nov 2005 12:16:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-server-reply-timeout-retry/m-p/3663095#M554527</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-11-02T12:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: DNS server reply timeout/retry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-server-reply-timeout-retry/m-p/3663096#M554528</link>
      <description>Hi  A. Clay Stephenson,&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply! Do you know if it is possible to do the same with microsoft DNS client?&lt;BR /&gt;&lt;BR /&gt;Many thanks,&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;\Viseth</description>
      <pubDate>Wed, 02 Nov 2005 12:27:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-server-reply-timeout-retry/m-p/3663096#M554528</guid>
      <dc:creator>viseth</dc:creator>
      <dc:date>2005-11-02T12:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: DNS server reply timeout/retry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-server-reply-timeout-retry/m-p/3663097#M554529</link>
      <description>One addition: These parameters are supported by all HP-UX versions &amp;gt;=11.11, for 11.00 You need two specific patches.&lt;BR /&gt;They're no hassle, but one requires a reboot.&lt;BR /&gt;&lt;BR /&gt;In any case it's worth the effort.</description>
      <pubDate>Wed, 02 Nov 2005 14:11:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-server-reply-timeout-retry/m-p/3663097#M554529</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-11-02T14:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: DNS server reply timeout/retry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-server-reply-timeout-retry/m-p/3663098#M554530</link>
      <description>Is this parameters supported as well for other plate-forms solaris, aix...&lt;BR /&gt;many thx&lt;BR /&gt;&lt;BR /&gt;\Viseth&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Nov 2005 03:45:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-server-reply-timeout-retry/m-p/3663098#M554530</guid>
      <dc:creator>viseth</dc:creator>
      <dc:date>2005-11-03T03:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: DNS server reply timeout/retry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-server-reply-timeout-retry/m-p/3663099#M554531</link>
      <description>Viseth,&lt;BR /&gt;&lt;BR /&gt;Solaris does support the retry/retrans also.  At 2.6, the syntax there is retry:1 retrans:1000.&lt;BR /&gt;&lt;BR /&gt;My typical recommended values for typical customer environment is 1 retry after 1 second / 1000msec.  Your milage will vary.&lt;BR /&gt;&lt;BR /&gt;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).  &lt;BR /&gt;No patch needed for 11.23, it's man page also has the info.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Brian Hackley</description>
      <pubDate>Thu, 03 Nov 2005 07:31:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-server-reply-timeout-retry/m-p/3663099#M554531</guid>
      <dc:creator>Brian Hackley</dc:creator>
      <dc:date>2005-11-03T07:31:22Z</dc:date>
    </item>
  </channel>
</rss>

