<?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: LANCP counters in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/lancp-counters/m-p/3514625#M48967</link>
    <description>Unless it has changed recently, the DECnet LINE and LANCP DEVICE counters are the same (modulo some minor differences...) - they come from the hardware interface.&lt;BR /&gt;&lt;BR /&gt;Tried it on V6.2-1H3 and a:&lt;BR /&gt;NCP&amp;gt; ZERO KNOWN LINES COUNTERS&lt;BR /&gt;&lt;BR /&gt;did reset the numbers in LANCP's display, too.</description>
    <pubDate>Wed, 30 Mar 2005 14:36:46 GMT</pubDate>
    <dc:creator>Uwe Zessin</dc:creator>
    <dc:date>2005-03-30T14:36:46Z</dc:date>
    <item>
      <title>LANCP counters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lancp-counters/m-p/3514620#M48962</link>
      <description>I've been trying to isolate some networking issues and was wondering how much I can "trust" the counters displayed with a SHOW DEVICE xxxx /COUNTERS ?&lt;BR /&gt;&lt;BR /&gt;They "seem" legitimate on some Alpha's (VMS v7.2-2) but are very suspicious on some VAX's (VMS v6.2).  There is a LANACP process running on these systems.&lt;BR /&gt;&lt;BR /&gt;There doesn't seem to be a command to ZERO the counters which would be handy (assuming the counters are accurate).  Is there a way to do so other than reboot?&lt;BR /&gt;&lt;BR /&gt;Art</description>
      <pubDate>Wed, 30 Mar 2005 13:43:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lancp-counters/m-p/3514620#M48962</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2005-03-30T13:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: LANCP counters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lancp-counters/m-p/3514621#M48963</link>
      <description>BTW, the counts in the attachment are from two systems that have been up for 108 days.&lt;BR /&gt;&lt;BR /&gt;Art</description>
      <pubDate>Wed, 30 Mar 2005 13:44:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lancp-counters/m-p/3514621#M48963</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2005-03-30T13:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: LANCP counters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lancp-counters/m-p/3514622#M48964</link>
      <description>Art,&lt;BR /&gt;&lt;BR /&gt;In my experience, too, these counters have been quite reliable on the Alpha. It's too far back for me to remember such experience from Vax usage, but I wonder if they might be 16 bit counters on the Vax implementation?&lt;BR /&gt;&lt;BR /&gt;I don't believe there is a way to clear these counters short of maybe re-initializing the device with the appropriate $QIO function code. But that would mean shutting down whatever was using it first.&lt;BR /&gt;&lt;BR /&gt;If you are running DECnet Phase IV you can use NCP like this:&lt;BR /&gt;&lt;BR /&gt;$ RUN SYS$SYSTEM:NCP&lt;BR /&gt;NCP&amp;gt;SHOW LINE EWA-0 COUNTERS  ! To see the counters for EWA0:&lt;BR /&gt;NCP&amp;gt;ZERO LINE EWA-0 COUNTERS  ! To zero them&lt;BR /&gt;NCP&amp;gt;SET LINE EWA-0 COUNTER TIMER 1000 ! To zero them every 1000 secs&lt;BR /&gt;&lt;BR /&gt;To make the counters always reset every 1000 seconds even after you restart DECnet or reboot use:&lt;BR /&gt;&lt;BR /&gt;NCP&amp;gt;DEFINE LINE EWA-0 COUNTER TIMER 1000&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;-- &lt;BR /&gt;Galen&lt;BR /&gt;&lt;BR /&gt;P.S. I have some code that lets you monitor counters over the LAN provided that the device speaks MOP. All the DEC heritage devices I've ever tried do. I can't make it available any time in the near future but hope I can some day.</description>
      <pubDate>Wed, 30 Mar 2005 14:02:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lancp-counters/m-p/3514622#M48964</guid>
      <dc:creator>Galen Tackett</dc:creator>
      <dc:date>2005-03-30T14:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: LANCP counters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lancp-counters/m-p/3514623#M48965</link>
      <description>Thanks, I'm aware of the Decnet line/circuit/node counters, but the majority of traffic is not Decnet so I was looking for some "higher level" counters.  Majority of interactive users use KEA (Telnet) and file transfers are mainly FTP, although  Decnet transfers are also done.&lt;BR /&gt;&lt;BR /&gt;Art</description>
      <pubDate>Wed, 30 Mar 2005 14:11:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lancp-counters/m-p/3514623#M48965</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2005-03-30T14:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: LANCP counters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lancp-counters/m-p/3514624#M48966</link>
      <description>It sound like you may want to try $TCPIP SHOW PROTOCOL to focus on TCP/IP traffic.</description>
      <pubDate>Wed, 30 Mar 2005 14:28:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lancp-counters/m-p/3514624#M48966</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2005-03-30T14:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: LANCP counters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lancp-counters/m-p/3514625#M48967</link>
      <description>Unless it has changed recently, the DECnet LINE and LANCP DEVICE counters are the same (modulo some minor differences...) - they come from the hardware interface.&lt;BR /&gt;&lt;BR /&gt;Tried it on V6.2-1H3 and a:&lt;BR /&gt;NCP&amp;gt; ZERO KNOWN LINES COUNTERS&lt;BR /&gt;&lt;BR /&gt;did reset the numbers in LANCP's display, too.</description>
      <pubDate>Wed, 30 Mar 2005 14:36:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lancp-counters/m-p/3514625#M48967</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-03-30T14:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: LANCP counters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lancp-counters/m-p/3514626#M48968</link>
      <description>Something that has just popped up from the depth of the grey mass ;-)&lt;BR /&gt;&lt;BR /&gt;How is the VAX connected to the network? If I recall correctly, 'Collision detect check failure' can be a symptom of a bad 'heartbeat' setting on those mini transceivers.</description>
      <pubDate>Wed, 30 Mar 2005 14:42:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lancp-counters/m-p/3514626#M48968</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-03-30T14:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: LANCP counters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lancp-counters/m-p/3514627#M48969</link>
      <description>Andy:&lt;BR /&gt;&lt;BR /&gt;You mean NETCU SHOW COUNT (We're a TCPware env), but yes thanks.  I'm trying to correlate what they report to what LANCP shows.&lt;BR /&gt;&lt;BR /&gt;Uwe 1):&lt;BR /&gt;&lt;BR /&gt;Really?! So theoretically if I zero the Decnet line counters, I should see that reflected in the LANCP counters?  Lets try that...&lt;BR /&gt;&lt;BR /&gt;Uwe 2):&lt;BR /&gt;&lt;BR /&gt;The VAX's are connected with transceivers and cat 5.  I've been doing some reading about Collision Detect circuitry and how the switch pack is set on the transceiver... it doesn't appear to matter if these systems are on a network switch, only if they're on a hub.  If they're set the "wrong" way on a switch it increases the count of Collision Detect Check "Failures" but it's not really a problem.&lt;BR /&gt;&lt;BR /&gt;Art</description>
      <pubDate>Wed, 30 Mar 2005 15:54:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lancp-counters/m-p/3514627#M48969</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2005-03-30T15:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: LANCP counters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lancp-counters/m-p/3514628#M48970</link>
      <description>Hey Uwe, reply once more...you shall receive many points for your first tip!!  See attached.&lt;BR /&gt;&lt;BR /&gt;So then if that's the case, IP counters are over and above what LANCP/Decnet line counters are showing?  Is that because we're using TCPware and not "native" TCPIP ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Art</description>
      <pubDate>Wed, 30 Mar 2005 16:22:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lancp-counters/m-p/3514628#M48970</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2005-03-30T16:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: LANCP counters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lancp-counters/m-p/3514629#M48971</link>
      <description>On VAX VMS 6.2, and on Alpha VMS 6.2 without ECO ALPLAN06_062 installed, the LANCP counters are the same 32bit counters that NCP uses, so NCP ZERO KNOWN LINE COUNTERS will zero them both.&lt;BR /&gt;&lt;BR /&gt;But I would *not* trust the LANCP SHOW DEVICE /COUNTERS display on these system because there is no indication when the numbers overflow 32 bits, unlike the NCP SHOW KNOWN LINE COUNTERS display which use a "&amp;gt;" before numbers that have overflowed.  At our site the bytes sent/received counters can overflow in less than an hour.&lt;BR /&gt;&lt;BR /&gt;On VMS 7.2+ Alpha (I don't know about VMS 7.0, 7.1, or VAX 7.2) the LANCP counters are separate from the NCP counters and use 64 bit cells so overflow isn't a problem.  On these systems the command to zero them is (from FAQ):&lt;BR /&gt;&lt;BR /&gt;LANCP SET DEVICE/ALL/DEVICE=FUNCTION="CCOU"&lt;BR /&gt;&lt;BR /&gt;On Alpha VMS 6.2 with ECO ALPLAN06_062 installed the LANCP counters are 64 bit, but there is apparently no way to zero them out.</description>
      <pubDate>Wed, 30 Mar 2005 18:53:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lancp-counters/m-p/3514629#M48971</guid>
      <dc:creator>Jess Goodman</dc:creator>
      <dc:date>2005-03-30T18:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: LANCP counters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lancp-counters/m-p/3514630#M48972</link>
      <description>For info about those functions pls. see&lt;BR /&gt;SYS$HELP:LAN_COUNTERS_AND_FUNCTIONS.TXT (VMS V8.2).&lt;BR /&gt;&lt;BR /&gt;mf Kalle</description>
      <pubDate>Wed, 30 Mar 2005 23:52:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lancp-counters/m-p/3514630#M48972</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2005-03-30T23:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: LANCP counters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lancp-counters/m-p/3514631#M48973</link>
      <description>I'm not sure what the earliest version of OpenVMS/Alpha(probably V7.3?) is that supports this, but &lt;BR /&gt;&lt;BR /&gt;ANALYZE/SYSTEM&lt;BR /&gt;SDA&amp;gt; LAN COUNTERS [/DEV=&lt;DEVICENAME&gt;] &lt;BR /&gt;&lt;BR /&gt;is another nice way to look at the information.&lt;BR /&gt;There is HELP for it in SYS$HELP:LAN$HELP.HLB.&lt;BR /&gt;&lt;BR /&gt;SDA&amp;gt; LAN CONFIG &lt;BR /&gt;shows the current settings on each port.&lt;BR /&gt;&lt;BR /&gt;SDA&amp;gt; LAN INTERNAL_COUNTERS &lt;BR /&gt;also has some interesting things to look at.&lt;BR /&gt;&lt;BR /&gt;Robert&lt;/DEVICENAME&gt;</description>
      <pubDate>Thu, 31 Mar 2005 09:02:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lancp-counters/m-p/3514631#M48973</guid>
      <dc:creator>Robert_Boyd</dc:creator>
      <dc:date>2005-03-31T09:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: LANCP counters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lancp-counters/m-p/3514632#M48974</link>
      <description>The LAN SDA extention is not present in V7.2-1 :-(&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Mar 2005 15:26:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lancp-counters/m-p/3514632#M48974</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-03-31T15:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: LANCP counters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lancp-counters/m-p/3514633#M48975</link>
      <description>Nor in v7.2-2 :-(</description>
      <pubDate>Sat, 02 Apr 2005 09:03:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lancp-counters/m-p/3514633#M48975</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2005-04-02T09:03:40Z</dc:date>
    </item>
  </channel>
</rss>

