<?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: Configuring DECnet in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/configuring-decnet/m-p/3305547#M2704</link>
    <description>Based on Uwe answer:&lt;BR /&gt; &lt;BR /&gt;$ MCR NCP&lt;BR /&gt;SET KNOWN LINE STATE OFF&lt;BR /&gt;SET KNOWN CIRC STATE OFF&lt;BR /&gt;SET EXECUTOR STATE SHUT&lt;BR /&gt;$ @ SYS$MANAGER:TCPIP$SHUTDOWN&lt;BR /&gt;$ @ SYS$MANAGER:NETCONFIG&lt;BR /&gt;$ @ SYS$STARTUP:TCPIP$STARTUP&lt;BR /&gt; &lt;BR /&gt;Then you can test&lt;BR /&gt;$ MCR NCP SHOW KNON CIRC&lt;BR /&gt;and you have to see all circuit running on&lt;BR /&gt;When network run, add in SYS$MANAGER:SYSTARTUP_VMS.COM&lt;BR /&gt;the follow line&lt;BR /&gt;@SYS$MANAGER:STARTNET&lt;BR /&gt;(you could find it, removing remark point)&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
    <pubDate>Tue, 15 Jun 2004 11:01:03 GMT</pubDate>
    <dc:creator>Antoniov.</dc:creator>
    <dc:date>2004-06-15T11:01:03Z</dc:date>
    <item>
      <title>Configuring DECnet</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/configuring-decnet/m-p/3305544#M2701</link>
      <description>Me again.  *sigh*&lt;BR /&gt;&lt;BR /&gt;Okay, this is my private network behind a router on Road Runner broadband.  I have two PCs and the Alphastation connected directly to the router.  I have two other OpenVMS VAX systems on thinwire, going through a CentreCOM MR122T thinwire to Cat 5 converter.&lt;BR /&gt;&lt;BR /&gt;I'm trying to set up DECnet Phase IV on this machine so that the three VMS machines can talk.  I do have TCP/IP running on all three as well - yes, I want both, please.  &lt;BR /&gt;&lt;BR /&gt;On the Alphastation, I had started to try setting up DECnet before I realized I should just use sys$manager:netconfig.com to set it up.  D'OH!  Anyhow.... now it's complaining when attempting to set up the circuit (EWA-0).  It shows with "LIST KNOWN CIRCUITS", but not in "SHOW KNOWN CIRCUITS".  If I attempt to manually set it, I get "%NCP-W-UNRCMP, Unrecognized component , Circuit" and back to the NCP prompt.&lt;BR /&gt;&lt;BR /&gt;How can I clean things back out, and start over again?  At this point, I'm not adverse to reformatting the drives, because so far I have nothing on the system drive to lose.&lt;BR /&gt;&lt;BR /&gt;And here I've been playing with VMS since about 198x... and thought I'd learned a lot.&lt;BR /&gt;&lt;BR /&gt;Thanks for the assist!</description>
      <pubDate>Tue, 15 Jun 2004 09:34:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/configuring-decnet/m-p/3305544#M2701</guid>
      <dc:creator>Rebecca Putman</dc:creator>
      <dc:date>2004-06-15T09:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring DECnet</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/configuring-decnet/m-p/3305545#M2702</link>
      <description>did you start to configure DECnet on a system already running TCP? DECnet has to be the first thing started. Try shutting  down TCPIP then starting DECnet.</description>
      <pubDate>Tue, 15 Jun 2004 09:53:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/configuring-decnet/m-p/3305545#M2702</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-06-15T09:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring DECnet</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/configuring-decnet/m-p/3305546#M2703</link>
      <description>Welcome back ;-)&lt;BR /&gt;&lt;BR /&gt;The LIST command shows the configuration from the 'permanent database' - what is stored in files like NETCIRC.DAT. The SHOW command shows the configuration from the 'volatile database' - this is the contents from the running system (volatile, because it's gone when you cut the power ;-)&lt;BR /&gt;&lt;BR /&gt;Ian has already mentioned that you need to start DECnet before TCP/IP, because DECnet Phase IV changes the MAC address of the ethernet interface. You should have received an error message when you stared DECnet.&lt;BR /&gt;&lt;BR /&gt;You can try this:&lt;BR /&gt;$ MCR NCP SET EXECUTOR STATE OFF&lt;BR /&gt;$ @ SYS$MANAGER:TCPIP$SHUTDOWN&lt;BR /&gt;&lt;BR /&gt;$ @ SYS$STARTUP:STARTNET&lt;BR /&gt;$ @ SYS$STARTUP:TCPIP$STARTUP&lt;BR /&gt;&lt;BR /&gt;If that does not work, then just edit SYSTARTUP_VMS.COM and reboot the system.&lt;BR /&gt;&lt;BR /&gt;Oh, and this is not Windows! You can run NETCONFIG.COM again and it will be able to PURGE your DECnet database before it starts all over.&lt;BR /&gt;&lt;BR /&gt;I have been play\yalp\working with VMS since 1982 and I have learned a lot, too, but I still learn something new every day - welcome to the club!</description>
      <pubDate>Tue, 15 Jun 2004 10:11:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/configuring-decnet/m-p/3305546#M2703</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-06-15T10:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring DECnet</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/configuring-decnet/m-p/3305547#M2704</link>
      <description>Based on Uwe answer:&lt;BR /&gt; &lt;BR /&gt;$ MCR NCP&lt;BR /&gt;SET KNOWN LINE STATE OFF&lt;BR /&gt;SET KNOWN CIRC STATE OFF&lt;BR /&gt;SET EXECUTOR STATE SHUT&lt;BR /&gt;$ @ SYS$MANAGER:TCPIP$SHUTDOWN&lt;BR /&gt;$ @ SYS$MANAGER:NETCONFIG&lt;BR /&gt;$ @ SYS$STARTUP:TCPIP$STARTUP&lt;BR /&gt; &lt;BR /&gt;Then you can test&lt;BR /&gt;$ MCR NCP SHOW KNON CIRC&lt;BR /&gt;and you have to see all circuit running on&lt;BR /&gt;When network run, add in SYS$MANAGER:SYSTARTUP_VMS.COM&lt;BR /&gt;the follow line&lt;BR /&gt;@SYS$MANAGER:STARTNET&lt;BR /&gt;(you could find it, removing remark point)&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Jun 2004 11:01:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/configuring-decnet/m-p/3305547#M2704</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-06-15T11:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring DECnet</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/configuring-decnet/m-p/3305548#M2705</link>
      <description>Ha!  Thank you, DECnet is now happily running on the Alphastation, and all is well.&lt;BR /&gt;&lt;BR /&gt;Not Windows??? *GASP*  LMAO - yes, I'm aware of that, and most happy about it! ;)  I'm just rather rusty on my VMS experience, and need to get myself back up to speed.  I haven't actually *managed* a system since somewhere around 1996, and hardly played with one between 1997 and the tail end of 2002.&lt;BR /&gt;&lt;BR /&gt;Now, with the phasing out of some of the older Alphastations, I'm able to become the owner of a few... and having fun with them!  Heck, I even have an MicroVAX 3400 and a MicroVAX 3100... both still work, too!</description>
      <pubDate>Tue, 15 Jun 2004 11:07:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/configuring-decnet/m-p/3305548#M2705</guid>
      <dc:creator>Rebecca Putman</dc:creator>
      <dc:date>2004-06-15T11:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring DECnet</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/configuring-decnet/m-p/3305549#M2706</link>
      <description>Ah yes, those oldies never die. I have a DEC3000-300 on my desk that is still running VMS V6.2-1H3. It is even the same physical disk where I did the install in late 1996 when I started work at my current employer.&lt;BR /&gt;&lt;BR /&gt;First there was a DEC3000-600 'around' that disk, but when I came back one day from a customer visit it was 'downgraded' ...</description>
      <pubDate>Tue, 15 Jun 2004 12:48:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/configuring-decnet/m-p/3305549#M2706</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-06-15T12:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring DECnet</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/configuring-decnet/m-p/3305550#M2707</link>
      <description>Downgraded - without your informed consent?  Eeeep!</description>
      <pubDate>Tue, 15 Jun 2004 13:33:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/configuring-decnet/m-p/3305550#M2707</guid>
      <dc:creator>Rebecca Putman</dc:creator>
      <dc:date>2004-06-15T13:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring DECnet</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/configuring-decnet/m-p/3305551#M2708</link>
      <description>Oh, well...&lt;BR /&gt;I was a new, little Indian without a feather and the system was needed for a project. Some time after this I was allowed to take it home for a couple of years.</description>
      <pubDate>Wed, 16 Jun 2004 02:30:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/configuring-decnet/m-p/3305551#M2708</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-06-16T02:30:26Z</dc:date>
    </item>
  </channel>
</rss>

