<?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: decnet_register Question in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/decnet-register-question/m-p/5134821#M58567</link>
    <description>You definately don't have to have the remote node registered in your local database. You can even set host to an IP address if you want to. If you want to see how node name resolution is happening there are a couple of things you can look at;&lt;BR /&gt;&lt;BR /&gt;$ mc ncl show session control naming search path&lt;BR /&gt;&lt;BR /&gt;$ mc cdi$trace ! do this and then get another session going and set host to a remote node. You will see the process of nodename resolution unfold.</description>
    <pubDate>Fri, 10 Oct 2008 06:08:58 GMT</pubDate>
    <dc:creator>Martin Hughes</dc:creator>
    <dc:date>2008-10-10T06:08:58Z</dc:date>
    <item>
      <title>decnet_register Question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decnet-register-question/m-p/5134819#M58565</link>
      <description>We are currently moving from Alpha to blades, which, because of our DR config, has required us to use Decnet over IP.   We are using the TCPIP Services/DECnet Phase V combination.   &lt;BR /&gt;&lt;BR /&gt;My question is this, do I HAVE to register (using DECNET_REGISTER) every node which might be using DECnet communication, given that all of my decnet connectivity is via IP addresses and DNS Host names, and not Phase IV address or nodenames? &lt;BR /&gt;&lt;BR /&gt;Within my configuration, can I get away with just registering myself, i.e. the 'local' node.&lt;BR /&gt;&lt;BR /&gt;thanks \&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Thu, 09 Oct 2008 16:34:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decnet-register-question/m-p/5134819#M58565</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2008-10-09T16:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: decnet_register Question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decnet-register-question/m-p/5134820#M58566</link>
      <description>You will want to register any node you want found via its local name via the local database and (typically) using the decnet_register tool.  For those nodes you wish to reach using the IP host name and such, these can be registered via DNS/BIND entries.  Etc.&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Oct 2008 20:12:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decnet-register-question/m-p/5134820#M58566</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-10-09T20:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: decnet_register Question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decnet-register-question/m-p/5134821#M58567</link>
      <description>You definately don't have to have the remote node registered in your local database. You can even set host to an IP address if you want to. If you want to see how node name resolution is happening there are a couple of things you can look at;&lt;BR /&gt;&lt;BR /&gt;$ mc ncl show session control naming search path&lt;BR /&gt;&lt;BR /&gt;$ mc cdi$trace ! do this and then get another session going and set host to a remote node. You will see the process of nodename resolution unfold.</description>
      <pubDate>Fri, 10 Oct 2008 06:08:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decnet-register-question/m-p/5134821#M58567</guid>
      <dc:creator>Martin Hughes</dc:creator>
      <dc:date>2008-10-10T06:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: decnet_register Question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decnet-register-question/m-p/5134822#M58568</link>
      <description>You only need to register nodes using DECnet transports (NSP or OSI), where you need name to address resolution for the DECnet node names.&lt;BR /&gt;&lt;BR /&gt;From here on I'll assume that you're using LOCAL naming for DECnet and DOMAIN naming for DECnet over IP.&lt;BR /&gt;&lt;BR /&gt;I'll also assume you're using DECnet on the LAN and DECnet over IP across the WAN, or between LANS / VLANS where you only have IP routing as a means to communicate.&lt;BR /&gt;&lt;BR /&gt;With DECnet over IP you've jumped sideways into the IP stack for name resolution using BIND.&lt;BR /&gt;&lt;BR /&gt;So, use DECNET_REGISTER to set up a clean DECnet name to DECnet address lookup for all your nodes that will use DECnet, export that to a file and import it on all the others. That gets you a consistent DECnet naming scheme.&lt;BR /&gt;&lt;BR /&gt;Set your DOMAIN DNS server to be "127.0.0.1" (equates to "localhost") when you set up naming using NET$CONFIGURE in ADVANCED mode. That will cause the DECnet over IP name lookup to use the local BIND resolver, which will first try the HOSTS file, then use the list of DNS name servers you've set up in your IP stack's name resolution nameserver list. Means you don't have to go back to your DECnet configuration if you ever change your IP name servers.&lt;BR /&gt;&lt;BR /&gt;You should make consistent naming changes everywhere. In practice a destination node will accept inbound DECnet-over-IP connections without having all the naming in place, but you'll see "back translate" failures from the naming service until you have the naming consistent.&lt;BR /&gt;&lt;BR /&gt;All you then do is delete the 'old' DECnet style name from the local naming service (using DECNET_REGISTER) and insert the new name into the local HOSTS database, then move it out to your DNS if you ever need to.&lt;BR /&gt;&lt;BR /&gt;You'll also need to flush the naming caches everywhere too. NCL&amp;gt; FLUSH SESSION CONTROL NAMING CACHE ENTRY "*" is what you need.&lt;BR /&gt;&lt;BR /&gt;Don't forget to enable the PWIP driver and allow ports 102 and 399 through the firewalls. You can also control which IP subnets you accept inbound connections from if you're on a recent version (look at the NCL help for the rfc 1006 and rfc 1006-plus (aka rfc 1869) OSI transport templates.&lt;BR /&gt;&lt;BR /&gt;You might find the article I wrote some time ago for the VMS technical journal useful (V5 I think it was) plus some of the slide sets available at &lt;A href="http://www.xdelta.co.uk/seminars" target="_blank"&gt;www.xdelta.co.uk/seminars&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Don't forget that you can test the connectivity without relying on the naming by using things like set host ip$&lt;IP_ADDRESS&gt;. You can check the naming at each end by looking at the SYS$*NODE* logical names. Beware that proxies work by node fullname, so expect to have to re-add your proxies.&lt;BR /&gt;&lt;BR /&gt;Also use Martin's recommendation to view the whole name resolution process unfolding.&lt;BR /&gt;&lt;BR /&gt;Cheers, Colin (&lt;A href="http://www.xdelta.co.uk)." target="_blank"&gt;http://www.xdelta.co.uk).&lt;/A&gt;&lt;/IP_ADDRESS&gt;</description>
      <pubDate>Fri, 10 Oct 2008 07:45:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decnet-register-question/m-p/5134822#M58568</guid>
      <dc:creator>Colin Butcher</dc:creator>
      <dc:date>2008-10-10T07:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: decnet_register Question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decnet-register-question/m-p/5134823#M58569</link>
      <description>&lt;!--!*#--&gt;As long as you expect that DECnet-over-IP will be the predominant connection method you might as well instruct DECnet to look to domain prior to local for hostname translation if itsn't already set up that way. So using the myplace.com domain from the example of a previous posting of yours, you might create/replace something like the following in SYS$MANAGER and then execute them:&lt;BR /&gt;&lt;BR /&gt;$ CREATE NET$SESSION_STARTUP.NCL&lt;BR /&gt;!%  Custom Created&lt;BR /&gt;!%  NCL Script SYS$SPECIFIC:[SYSMGR]NET$SESSION_STARTUP.NCL;&lt;BR /&gt;!%  10-Oct-2008&lt;BR /&gt;!% &lt;BR /&gt;SET NODE 0 SESSION CONTROL MAINTAIN BACKWARD SOFT LINKS TRUE&lt;BR /&gt;SET NODE 0 SESSION CONTROL TRANSPORT PRECEDENCE (TP4,NSP)&lt;BR /&gt;^Z&lt;BR /&gt;$ CREATE NET$SEARCHPATH_STARTUP.NCL&lt;BR /&gt;!%  Custom Created&lt;BR /&gt;!%  NCL Script SYS$SPECIFIC:[SYSMGR]NET$SEARCHPATH_STARTUP.NCL;&lt;BR /&gt;!%  10-Oct-2008&lt;BR /&gt;!% &lt;BR /&gt;SET NODE 0 SESSION CONTROL NAMING SEARCH PATH -&lt;BR /&gt;        ([DIRECTORY SERVICE = DOMAIN, TEMPLATE = "*"], -&lt;BR /&gt;        [DIRECTORY SERVICE = DOMAIN, TEMPLATE = "*.myplace.com"], -&lt;BR /&gt;        [DIRECTORY SERVICE = LOCAL, TEMPLATE = "*"], -&lt;BR /&gt;        [DIRECTORY SERVICE = LOCAL, TEMPLATE = "local:*"], -&lt;BR /&gt;        [DIRECTORY SERVICE = LOCAL, TEMPLATE = "LOCAL:.*"])&lt;BR /&gt;SET NODE 0 SESSION CONTROL BACK SEARCH PATH -&lt;BR /&gt;        ([DIRECTORY SERVICE = DOMAIN, TEMPLATE = ""], -&lt;BR /&gt;        [DIRECTORY SERVICE = LOCAL, TEMPLATE = ""])&lt;BR /&gt;SET NODE 0 SESSION CONTROL NAMING CACHE TIMEOUT 30-00:00:00&lt;BR /&gt;SET NODE 0 SESSION CONTROL NAMING CACHE CHECKPOINT INTERVAL 08:00:00&lt;BR /&gt;^Z&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Oct 2008 10:27:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decnet-register-question/m-p/5134823#M58569</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2008-10-10T10:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: decnet_register Question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decnet-register-question/m-p/5134824#M58570</link>
      <description>Thanks for the help.</description>
      <pubDate>Thu, 20 Aug 2009 12:46:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decnet-register-question/m-p/5134824#M58570</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2009-08-20T12:46:18Z</dc:date>
    </item>
  </channel>
</rss>

