<?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: BIND Resolver keeps disabling in UCX in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/bind-resolver-keeps-disabling-in-ucx/m-p/4901608#M49195</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;this sounds pretty unusual...&lt;BR /&gt;&lt;BR /&gt;The state of the BIND resolver is kept in a couple of logical names:&lt;BR /&gt;&lt;BR /&gt;$ SHOW LOG UCX$BIND*&lt;BR /&gt;&lt;BR /&gt;You could analyze the state with a little DCL procedure to at least get an idea how often and when it is changing:&lt;BR /&gt;&lt;BR /&gt;$ x=F$TRNLNM("UCX$BIND_STATE")&lt;BR /&gt;$ x1=F$CVSI(0,32,x)&lt;BR /&gt;$ x2=F$CVSI(32,32,x)&lt;BR /&gt;&lt;BR /&gt;The state is maintained in 2 longwords, symbols x1 and x2 represent those longwords and you could check in a little loop, if and when there values are changing. &lt;BR /&gt;&lt;BR /&gt;x1 will changed from 3 to 2, if system-wide BIND resolver state is disabled.&lt;BR /&gt;&lt;BR /&gt;Only SYS$SHARE:UCX$ACCESS_SHR seems to access those logicals.&lt;BR /&gt;&lt;BR /&gt;You could also try to experiment with NSLOOKUP:&lt;BR /&gt;&lt;BR /&gt;$ MC UCX$NSLOOKUP&lt;BR /&gt;&amp;gt;set debug&lt;BR /&gt;&amp;gt;set d2&lt;BR /&gt;&amp;gt;ABBAPSFND01&lt;BR /&gt;..&lt;BR /&gt;&amp;gt;exit&lt;BR /&gt;&lt;BR /&gt;And also try tracing, if you spot anything unusual - maybe at about the same time, when the BIND resolver state changes to disabled:&lt;BR /&gt;&lt;BR /&gt;$ tcpiptrace WNDDCP01 /port=(remote=53)&lt;BR /&gt;&lt;BR /&gt;Do you have other OpenVMS systems connected to those DNS server, where this does NOT happen ? Are you running the most recent UCX patch level on those systems ?&lt;BR /&gt;&lt;BR /&gt;Hope this helps to shed some light on this problem.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
    <pubDate>Fri, 13 May 2005 02:20:14 GMT</pubDate>
    <dc:creator>Volker Halle</dc:creator>
    <dc:date>2005-05-13T02:20:14Z</dc:date>
    <item>
      <title>BIND Resolver keeps disabling in UCX</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/bind-resolver-keeps-disabling-in-ucx/m-p/4901607#M49194</link>
      <description>I have configured UCX to use our corporate DNS and enabled the BIND resolver. In UCX the resolver initially shows as enabled; All is well and host names can be resolved:&lt;BR /&gt;&lt;BR /&gt;UCX&amp;gt; show name&lt;BR /&gt; &lt;BR /&gt;BIND Resolver Parameters&lt;BR /&gt;   &lt;BR /&gt; Local domain: abglobal.com&lt;BR /&gt;  &lt;BR /&gt; System&lt;BR /&gt;   &lt;BR /&gt;  State:     Started, Enabled&lt;BR /&gt;   &lt;BR /&gt;  Transport: UDP&lt;BR /&gt;  Domain:    corp.abglobal.com&lt;BR /&gt;  Retry:     4&lt;BR /&gt;  Timeout:   4&lt;BR /&gt;  Servers:   WNDDCP01, WNDDCP02&lt;BR /&gt;&lt;BR /&gt;UCX&amp;gt; show host ABBAPSFND01  &lt;BR /&gt;       &lt;BR /&gt;     BIND database&lt;BR /&gt;  &lt;BR /&gt;Server:   159.222.182.100  WNDDCP01&lt;BR /&gt;  &lt;BR /&gt;Host address    Host name&lt;BR /&gt; &lt;BR /&gt;103.22.28.11     ABBAPSFND01.corp.abglobal.com&lt;BR /&gt;&lt;BR /&gt;A few minutes later the state will go to disabled and host names will stop being resolved:&lt;BR /&gt;&lt;BR /&gt;UCX&amp;gt; show name&lt;BR /&gt; &lt;BR /&gt;BIND Resolver Parameters&lt;BR /&gt;   &lt;BR /&gt; Local domain: abglobal.com&lt;BR /&gt;  &lt;BR /&gt; System&lt;BR /&gt;   &lt;BR /&gt;  State:     Started, Disabled&lt;BR /&gt;   &lt;BR /&gt;  Transport: UDP&lt;BR /&gt;  Domain:    corp.abglobal.com&lt;BR /&gt;  Retry:     4&lt;BR /&gt;  Timeout:   4&lt;BR /&gt;  Servers:   WNDDCP01, WNDDCP02&lt;BR /&gt;&lt;BR /&gt;UCX&amp;gt; show host ABBAPSFND01  &lt;BR /&gt;%UCX-E-HOSTERROR, Error processing HOST request&lt;BR /&gt;-UCX-W-NORECORD, Information not found&lt;BR /&gt;-RMS-E-RNF, record not found&lt;BR /&gt;&lt;BR /&gt;What is even more odd is that some minutes later it will enable itself again. &lt;BR /&gt;&lt;BR /&gt;I can find no reason for the state to change and no logfile entries which give any clues. The same thing happens on two unconnected systems, one Alpha and one VAX, running VMS 7.1-2.&lt;BR /&gt;&lt;BR /&gt;Any pointers appreciated, thanks.</description>
      <pubDate>Thu, 12 May 2005 07:07:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/bind-resolver-keeps-disabling-in-ucx/m-p/4901607#M49194</guid>
      <dc:creator>IST Windsor</dc:creator>
      <dc:date>2005-05-12T07:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: BIND Resolver keeps disabling in UCX</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/bind-resolver-keeps-disabling-in-ucx/m-p/4901608#M49195</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;this sounds pretty unusual...&lt;BR /&gt;&lt;BR /&gt;The state of the BIND resolver is kept in a couple of logical names:&lt;BR /&gt;&lt;BR /&gt;$ SHOW LOG UCX$BIND*&lt;BR /&gt;&lt;BR /&gt;You could analyze the state with a little DCL procedure to at least get an idea how often and when it is changing:&lt;BR /&gt;&lt;BR /&gt;$ x=F$TRNLNM("UCX$BIND_STATE")&lt;BR /&gt;$ x1=F$CVSI(0,32,x)&lt;BR /&gt;$ x2=F$CVSI(32,32,x)&lt;BR /&gt;&lt;BR /&gt;The state is maintained in 2 longwords, symbols x1 and x2 represent those longwords and you could check in a little loop, if and when there values are changing. &lt;BR /&gt;&lt;BR /&gt;x1 will changed from 3 to 2, if system-wide BIND resolver state is disabled.&lt;BR /&gt;&lt;BR /&gt;Only SYS$SHARE:UCX$ACCESS_SHR seems to access those logicals.&lt;BR /&gt;&lt;BR /&gt;You could also try to experiment with NSLOOKUP:&lt;BR /&gt;&lt;BR /&gt;$ MC UCX$NSLOOKUP&lt;BR /&gt;&amp;gt;set debug&lt;BR /&gt;&amp;gt;set d2&lt;BR /&gt;&amp;gt;ABBAPSFND01&lt;BR /&gt;..&lt;BR /&gt;&amp;gt;exit&lt;BR /&gt;&lt;BR /&gt;And also try tracing, if you spot anything unusual - maybe at about the same time, when the BIND resolver state changes to disabled:&lt;BR /&gt;&lt;BR /&gt;$ tcpiptrace WNDDCP01 /port=(remote=53)&lt;BR /&gt;&lt;BR /&gt;Do you have other OpenVMS systems connected to those DNS server, where this does NOT happen ? Are you running the most recent UCX patch level on those systems ?&lt;BR /&gt;&lt;BR /&gt;Hope this helps to shed some light on this problem.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 13 May 2005 02:20:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/bind-resolver-keeps-disabling-in-ucx/m-p/4901608#M49195</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-05-13T02:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: BIND Resolver keeps disabling in UCX</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/bind-resolver-keeps-disabling-in-ucx/m-p/4901609#M49196</link>
      <description>Thanks Volker, I used NSLOOKUP to determine that I can lookup the name in one window even when in another, at the same time, I cannot ping the node:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; nabva1&lt;BR /&gt;Server:  wnddcp01.corp.abglobal.com&lt;BR /&gt;Address:  159.222.180.100&lt;BR /&gt;&lt;BR /&gt;Non-authoritative answer:&lt;BR /&gt;Name:    nabva1.abglobal.com&lt;BR /&gt;Address:  159.222.88.89&lt;BR /&gt;&lt;BR /&gt;$ ucx ping nabva1&lt;BR /&gt;%UCX-E-GETHST, Error in getting host name&lt;BR /&gt;%RMS-E-RNF, record not found&lt;BR /&gt;$ ucx show host nabva1 /nolocal&lt;BR /&gt;%UCX-E-HOSTERROR, Error processing HOST request&lt;BR /&gt;-UCX-E-BINDDISABLE, BIND Resolver is disabled&lt;BR /&gt;-SYSTEM-S-NORMAL, normal successful completion&lt;BR /&gt;&lt;BR /&gt;TCPIPTRACE showed nothing apart from the pings going outand the replies coming back, there were no other messages when BIND disabled.&lt;BR /&gt;&lt;BR /&gt;I think this must be a image/version/patch problem, it's too wierd to be anything else!</description>
      <pubDate>Fri, 13 May 2005 05:51:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/bind-resolver-keeps-disabling-in-ucx/m-p/4901609#M49196</guid>
      <dc:creator>IST Windsor</dc:creator>
      <dc:date>2005-05-13T05:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: BIND Resolver keeps disabling in UCX</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/bind-resolver-keeps-disabling-in-ucx/m-p/4901610#M49197</link>
      <description>I have been pointed at a bit of code buried in a housekeeping batch procedure on our systems which manually stops and starts the BIND Resolver in order to work around a long-forgotten issue with SMTP mail. This is definitely the cause of the problem.&lt;BR /&gt;&lt;BR /&gt;Sorry to have bothered everyone with it; thanks to Volker for helping out, at least I learned how to NSLOOKUP and TCPIPTRACE.</description>
      <pubDate>Fri, 13 May 2005 11:19:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/bind-resolver-keeps-disabling-in-ucx/m-p/4901610#M49197</guid>
      <dc:creator>IST Windsor</dc:creator>
      <dc:date>2005-05-13T11:19:37Z</dc:date>
    </item>
  </channel>
</rss>

