<?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: Multiple NIC's with DECnet and TCPIP in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/multiple-nic-s-with-decnet-and-tcpip/m-p/3017824#M46496</link>
    <description>Hello,&lt;BR /&gt;post result of command NCP SHOW KN LINE and NCP SHOW KN CIRC&lt;BR /&gt;I can help you, perhaps</description>
    <pubDate>Tue, 08 Jul 2003 14:57:47 GMT</pubDate>
    <dc:creator>Antoniov.</dc:creator>
    <dc:date>2003-07-08T14:57:47Z</dc:date>
    <item>
      <title>Multiple NIC's with DECnet and TCPIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/multiple-nic-s-with-decnet-and-tcpip/m-p/3017823#M46495</link>
      <description>I've just read the posting about multiple NIC's and TCPIP (limited to 2), and it caused some thoughts.  Is there any limit on NIC's with DECnet?&lt;BR /&gt;I've taken on a system with 3 NIC's, running both TCPIP and DECnet (Phase IV).  We are seeing system hangs with DECnet windows, but not with TCPIP windows, which suggests that DECnet isn't happy somewhere along the line.</description>
      <pubDate>Tue, 08 Jul 2003 12:27:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/multiple-nic-s-with-decnet-and-tcpip/m-p/3017823#M46495</guid>
      <dc:creator>Neil Roberts</dc:creator>
      <dc:date>2003-07-08T12:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple NIC's with DECnet and TCPIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/multiple-nic-s-with-decnet-and-tcpip/m-p/3017824#M46496</link>
      <description>Hello,&lt;BR /&gt;post result of command NCP SHOW KN LINE and NCP SHOW KN CIRC&lt;BR /&gt;I can help you, perhaps</description>
      <pubDate>Tue, 08 Jul 2003 14:57:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/multiple-nic-s-with-decnet-and-tcpip/m-p/3017824#M46496</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2003-07-08T14:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple NIC's with DECnet and TCPIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/multiple-nic-s-with-decnet-and-tcpip/m-p/3017825#M46497</link>
      <description>In addition to that, how about the output from:&lt;BR /&gt;&lt;BR /&gt;NCP&amp;gt; SHOW KNOWN NODE COUNT&lt;BR /&gt;&lt;BR /&gt;Might give a few clues as well.&lt;BR /&gt;&lt;BR /&gt;Art</description>
      <pubDate>Tue, 08 Jul 2003 15:11:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/multiple-nic-s-with-decnet-and-tcpip/m-p/3017825#M46497</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2003-07-08T15:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple NIC's with DECnet and TCPIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/multiple-nic-s-with-decnet-and-tcpip/m-p/3017826#M46498</link>
      <description>Hi Gents,&lt;BR /&gt;&lt;BR /&gt;Many thanks for the advice - no errors showing on the SHO KNO NOD COUNT.  However what I did find was that by doing a SHO KNO CIRC I got only 1 network card showing, whereas by doing a LIST KNO CIRC I got all three network cards showing.  Can I bring these other network card live be doing a SET STATE command - or do I need to do something in NETCONFIG as well?&lt;BR /&gt;&lt;BR /&gt;      Thanks in advance&lt;BR /&gt;&lt;BR /&gt;              Neil&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Jul 2003 08:18:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/multiple-nic-s-with-decnet-and-tcpip/m-p/3017826#M46498</guid>
      <dc:creator>Neil Roberts</dc:creator>
      <dc:date>2003-07-11T08:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple NIC's with DECnet and TCPIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/multiple-nic-s-with-decnet-and-tcpip/m-p/3017827#M46499</link>
      <description>If you see three card wih LIST KN CIRC and only one using SH KN CIRC means thera are really 3 card but who have some problem.&lt;BR /&gt;You have to known what problem inhibit copy data from permanet database (you see using LIST KN CIRC) into volatile database (you see using SH KN CIRC). I believe there is a hardware problem because disable line and/or circuit show it as disabled when you type SH KN LINE.&lt;BR /&gt;If you can, shutdown Decnet as following:&lt;BR /&gt;NCP&amp;gt;&lt;BR /&gt;SET KN LINE STATE OFF&lt;BR /&gt;SET KN CIRC STATE OFF&lt;BR /&gt;SET EXEC STATE SHUT&lt;BR /&gt;EXIT&lt;BR /&gt;Warning: this command disable access form other host using decnet; TCP/IP and pathwork continue working.&lt;BR /&gt;Now you can startup Decnet (better from console) and watch all messages: some message say you the problem.&lt;BR /&gt;NETCONFIG is last solution.&lt;BR /&gt;Try using @SYS$UPDATE:NETCONFIG_UPDATE.&lt;BR /&gt;&lt;BR /&gt;HTH :)&lt;BR /&gt;Antoniov&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Jul 2003 09:06:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/multiple-nic-s-with-decnet-and-tcpip/m-p/3017827#M46499</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2003-07-11T09:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple NIC's with DECnet and TCPIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/multiple-nic-s-with-decnet-and-tcpip/m-p/3017828#M46500</link>
      <description>If all the NIC's are connected to the same LAN-cable/Bridge-domain, then only one DECnet Phase IV circuit can/will become active.&lt;BR /&gt;This one uses the Phase IV address (AA-00-04-00-xx-yy)as it's MAC-address on the LAN.&lt;BR /&gt;The others NIC's/circuits would have to use the same address on the LAN and that is not allowed.&lt;BR /&gt;&lt;BR /&gt;I assume that during startup of DECnet, messages were logged, probably something like&lt;BR /&gt;Invalid Media Address?&lt;BR /&gt;&lt;BR /&gt;With DECnet-Plus (Phase V), you can have multiple circuits active, of which only&lt;BR /&gt;one uses the Phase IV compatible address.</description>
      <pubDate>Tue, 15 Jul 2003 11:02:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/multiple-nic-s-with-decnet-and-tcpip/m-p/3017828#M46500</guid>
      <dc:creator>Pim van Velzen</dc:creator>
      <dc:date>2003-07-15T11:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple NIC's with DECnet and TCPIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/multiple-nic-s-with-decnet-and-tcpip/m-p/3017829#M46501</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I think Pim has answered my question.  I only get to use a single card with DECnet phase IV - and need to move to Phase V if I want to use more network cards on the same LAN.&lt;BR /&gt;&lt;BR /&gt;I haven't looked for - and hence haven't seen the error messages mentioned, but this would explain a great deal.&lt;BR /&gt;&lt;BR /&gt;Many thanks for all your assistance with this issue.&lt;BR /&gt;&lt;BR /&gt;          Neil&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jul 2003 07:22:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/multiple-nic-s-with-decnet-and-tcpip/m-p/3017829#M46501</guid>
      <dc:creator>Neil Roberts</dc:creator>
      <dc:date>2003-07-16T07:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple NIC's with DECnet and TCPIP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/multiple-nic-s-with-decnet-and-tcpip/m-p/3017830#M46502</link>
      <description>Assignment Points Will Be Appreciate&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jul 2003 12:51:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/multiple-nic-s-with-decnet-and-tcpip/m-p/3017830#M46502</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2003-07-16T12:51:35Z</dc:date>
    </item>
  </channel>
</rss>

