<?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: Message in OPCOM in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/message-in-opcom/m-p/3155638#M46815</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;Tanks for all your relpies.  The TCPIP startup comes almost immediately after I mount all volumes.  The mount can take some time especially if the volumes needs to be rebuild after a "bad shutdown".&lt;BR /&gt;&lt;BR /&gt;Torfi.</description>
    <pubDate>Mon, 05 Jan 2004 05:17:10 GMT</pubDate>
    <dc:creator>Torfi Olafur Sverrisson_1</dc:creator>
    <dc:date>2004-01-05T05:17:10Z</dc:date>
    <item>
      <title>Message in OPCOM</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/message-in-opcom/m-p/3155634#M46811</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I am getting alot of the following messages in OPCOM:&lt;BR /&gt;&lt;BR /&gt;Message from user SYSTEM on LERKI&lt;BR /&gt;Event: Unrecognized Individual Destination PDU from: Node  CSMA-CD Station CSMA,&lt;BR /&gt;        at: 2004-01-04-08:13:34.425+00:00Iinf&lt;BR /&gt;        Data Link Header='00606D211B9E0000F805014D0800'H&lt;BR /&gt;        eventUid   E404B2AF-3E8D-11D8-A464-AA0004001104&lt;BR /&gt;        entityUid  4CACC6A8-3E7F-11D8-845D-AA0004001104&lt;BR /&gt;        streamUid  4FC68293-3E7F-11D8-850B-AA0004001104&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can any one tell me where these messages come from and how I can get rid of them?&lt;BR /&gt;&lt;BR /&gt;Regards, Torfi</description>
      <pubDate>Sun, 04 Jan 2004 04:03:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/message-in-opcom/m-p/3155634#M46811</guid>
      <dc:creator>Torfi Olafur Sverrisson_1</dc:creator>
      <dc:date>2004-01-04T04:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Message in OPCOM</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/message-in-opcom/m-p/3155635#M46812</link>
      <description>The NCL manual defines this message as:&lt;BR /&gt;&lt;BR /&gt;unrecognized individual destination pdus&lt;BR /&gt;&lt;BR /&gt;Number of times a received PDU with an individual destination MAC address was discarded because there was no port with the correct Ethernet protocol type, SNAP protocol identifier, or link logical control SAP address enabled.&lt;BR /&gt;&lt;BR /&gt;How to block it:&lt;BR /&gt;&lt;BR /&gt;DECnet-Plus can report many events, and this one is supposed to be blocked (not reported) by default on most versions. On your system it must not be. I recommend you block the event by adding the following command to SYS$MANAGER:NET$EVENT_LOCAL.NCL&lt;BR /&gt;&lt;BR /&gt;BLOCK EVENT DISPATCHER OUTBOUND STREAM * GLOBAL FILTER -         &lt;BR /&gt;((NODE,CSMA-CD,STATION), Unrecognized Individual Destination PDU)&lt;BR /&gt;&lt;BR /&gt;If you find you do not have a SYS$MANAGER:NET$EVENT_LOCAL.NCL, follow the instructions in SYS$MANAGER:NET$EVENT_LOCAL.TEMPLATE by issuing the following command first:&lt;BR /&gt;&lt;BR /&gt;$ COPY SYS$MANAGER:NET$EVENT_LOCAL.TEMPLATE SYS$COMMON:[SYSMGR]*.NCL&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;BR /&gt;\Aage</description>
      <pubDate>Sun, 04 Jan 2004 06:19:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/message-in-opcom/m-p/3155635#M46812</guid>
      <dc:creator>Åge Rønning</dc:creator>
      <dc:date>2004-01-04T06:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Message in OPCOM</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/message-in-opcom/m-p/3155636#M46813</link>
      <description>Does your system have a network card with no connection to the network ? Mostly that's when I see these message's.</description>
      <pubDate>Mon, 05 Jan 2004 03:32:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/message-in-opcom/m-p/3155636#M46813</guid>
      <dc:creator>DICTU OpenVMS</dc:creator>
      <dc:date>2004-01-05T03:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Message in OPCOM</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/message-in-opcom/m-p/3155637#M46814</link>
      <description>I am not absolutely sure but judging from &lt;BR /&gt;&lt;BR /&gt; Data Link Header='00606D211B9E0000F805014D0800'H&lt;BR /&gt;&lt;BR /&gt;I would expect that the associated destination protocol would IP. &lt;BR /&gt;&lt;BR /&gt;Typically this happens because your are booting your system and DECnet starts early and TCPIP later on. Other systems/routers may remember your ethernet address and try to communicate with you already though TCPIP stack is not yet&lt;BR /&gt;functional on your end.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I would follow previous recommancations and also try to put TCPIP stack startup pretty much early in SYSTARTUP_VMS.COM rather than late.&lt;BR /&gt;&lt;BR /&gt;_veli</description>
      <pubDate>Mon, 05 Jan 2004 04:28:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/message-in-opcom/m-p/3155637#M46814</guid>
      <dc:creator>Veli Körkkö</dc:creator>
      <dc:date>2004-01-05T04:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Message in OPCOM</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/message-in-opcom/m-p/3155638#M46815</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Tanks for all your relpies.  The TCPIP startup comes almost immediately after I mount all volumes.  The mount can take some time especially if the volumes needs to be rebuild after a "bad shutdown".&lt;BR /&gt;&lt;BR /&gt;Torfi.</description>
      <pubDate>Mon, 05 Jan 2004 05:17:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/message-in-opcom/m-p/3155638#M46815</guid>
      <dc:creator>Torfi Olafur Sverrisson_1</dc:creator>
      <dc:date>2004-01-05T05:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Message in OPCOM</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/message-in-opcom/m-p/3155639#M46816</link>
      <description>Hi again&lt;BR /&gt;&lt;BR /&gt;The mount is the first thing that is done.&lt;BR /&gt;&lt;BR /&gt;Torfi</description>
      <pubDate>Mon, 05 Jan 2004 05:18:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/message-in-opcom/m-p/3155639#M46816</guid>
      <dc:creator>Torfi Olafur Sverrisson_1</dc:creator>
      <dc:date>2004-01-05T05:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Message in OPCOM</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/message-in-opcom/m-p/3155640#M46817</link>
      <description>that message is a IP packet arriving on a network card on which IP is not (yet) running. If it occurs during system startup then it can be ignored as the messages will stop when TCPIP Services for OpenVMS (or equivilent) is started. If it keeps occuring then you have IP packets arriving on a network card on which you have not configured IP. Do you have multiple network cards? Is the Data Link Header always the same - if so you can use the source MAC address 0000F805014D to determine where the packets are coming from.</description>
      <pubDate>Mon, 05 Jan 2004 12:12:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/message-in-opcom/m-p/3155640#M46817</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-01-05T12:12:40Z</dc:date>
    </item>
  </channel>
</rss>

