<?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: How to get detailed interface info in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/how-to-get-detailed-interface-info/m-p/5129883#M91080</link>
    <description>OK. Then how to learn what is the duplex setting using LANCP?</description>
    <pubDate>Mon, 15 Sep 2008 19:14:18 GMT</pubDate>
    <dc:creator>Zbigniew Filek</dc:creator>
    <dc:date>2008-09-15T19:14:18Z</dc:date>
    <item>
      <title>How to get detailed interface info</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-get-detailed-interface-info/m-p/5129881#M91078</link>
      <description>I need to get info about duplex setting on an interface under V7.3-2. I seem to remember there was a wonderful utility to give you everything you ever wanted to know about LAN and LAN interfaces (NOT LANCP). What is it?</description>
      <pubDate>Mon, 15 Sep 2008 16:07:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-get-detailed-interface-info/m-p/5129881#M91078</guid>
      <dc:creator>Zbigniew Filek</dc:creator>
      <dc:date>2008-09-15T16:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to get detailed interface info</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-get-detailed-interface-info/m-p/5129882#M91079</link>
      <description>What's wrong with LANCP? You can also do a :&lt;BR /&gt;&lt;BR /&gt;$ anal/System&lt;BR /&gt;SDA&amp;gt; SHOW LAN&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Mon, 15 Sep 2008 18:03:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-get-detailed-interface-info/m-p/5129882#M91079</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2008-09-15T18:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to get detailed interface info</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-get-detailed-interface-info/m-p/5129883#M91080</link>
      <description>OK. Then how to learn what is the duplex setting using LANCP?</description>
      <pubDate>Mon, 15 Sep 2008 19:14:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-get-detailed-interface-info/m-p/5129883#M91080</guid>
      <dc:creator>Zbigniew Filek</dc:creator>
      <dc:date>2008-09-15T19:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to get detailed interface info</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-get-detailed-interface-info/m-p/5129884#M91081</link>
      <description>For V8.3, I added an enhancement to $ SHOW DEVICE /FULL for Ethernet devices that will display something like . . .&lt;BR /&gt;&lt;BR /&gt;$ sho dev/ful ewa0&lt;BR /&gt;&lt;BR /&gt;Device EWA0:, device type DE500, is online, network device, error logging is&lt;BR /&gt;    enabled, device is a template only.&lt;BR /&gt;&lt;BR /&gt;    Error count                    3    Operations completed                  0&lt;BR /&gt;    Owner process                 ""    Owner UIC                      [SYSTEM]&lt;BR /&gt;    Owner process ID        00000000    Dev Prot              S:RWPL,O:RWPL,G,W&lt;BR /&gt;    Reference count                0    Default buffer size                 512&lt;BR /&gt;&lt;BR /&gt;Operating characteristics: Link up, Full duplex, Autonegotiation.&lt;BR /&gt;&lt;BR /&gt;    Speed (Mbits/sec)            100&lt;BR /&gt;    Def. MAC addr  08-00-2B-86-AD-95    Current MAC addr      AA-00-04-00-0C-2C&lt;BR /&gt;&lt;BR /&gt;The above is for the "template" device.  For a device that's running a specific protocol, you get . . .&lt;BR /&gt;&lt;BR /&gt;$ sho dev/ful ewa2&lt;BR /&gt;&lt;BR /&gt;Device EWA2:, device type DE500, is online, network device, error logging is&lt;BR /&gt;    enabled.&lt;BR /&gt;&lt;BR /&gt;    Error count                    0    Operations completed             124661&lt;BR /&gt;    Owner process           "NETACP"    Owner UIC                      [SYSTEM]&lt;BR /&gt;    Owner process ID        0000041D    Dev Prot              S:RWPL,O:RWPL,G,W&lt;BR /&gt;    Reference count                2    Default buffer size                1498&lt;BR /&gt;&lt;BR /&gt;Operating characteristics: Full duplex, Autonegotiation.&lt;BR /&gt;&lt;BR /&gt;    Speed (Mbits/sec)            100&lt;BR /&gt;    Def. MAC addr  08-00-2B-86-AD-95    Current MAC addr      AA-00-04-00-0C-2C&lt;BR /&gt;    Protocol name             DECNET    Protocol type                     60-03&lt;BR /&gt;&lt;BR /&gt;All of the above information is available by $GETDVI item codes that were added for V8.3 and unofficially backported to 7.3-2.  To use those backported item codes via DCL, you'd also need a DCL kit that was built such that it contains the backported codes.  The easiest way to see if you've got them is to do something ugly like&lt;BR /&gt;&lt;BR /&gt;search sys$system:dcl.exe "LAN_DEFAULT_MAC_ADDRESS"&lt;BR /&gt;&lt;BR /&gt;and see if anything matches.  If it does, all the LAN item codes are available.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;See the V8.3 System Services reference manual for information about the LAN item codes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-- Rob&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Sep 2008 19:34:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-get-detailed-interface-info/m-p/5129884#M91081</guid>
      <dc:creator>Robert Brooks_1</dc:creator>
      <dc:date>2008-09-15T19:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to get detailed interface info</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-get-detailed-interface-info/m-p/5129885#M91082</link>
      <description>Duplex?  How?  With LANCP?&lt;BR /&gt;&lt;BR /&gt;LANCP&amp;gt; SHOW DEVICE /CHAR&lt;BR /&gt;..&lt;BR /&gt;                     No  Full duplex enable&lt;BR /&gt;                     No  Full duplex operational&lt;BR /&gt;..&lt;BR /&gt;&lt;BR /&gt;Alternatively, ANALYZE /SYSTEM (SDA), and tap forward on SDA&amp;gt; SHOW LAN [/DEVICE=...] /FULL or use the ddc part of the ddcu: device name on SDA&amp;gt; SHOW LAN [/DEVICE=ddc] /FULL, or...&lt;BR /&gt;&lt;BR /&gt;There are other ways to garner this information.  Connect in on a managed switch and ask it, for instance.</description>
      <pubDate>Mon, 15 Sep 2008 21:09:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-get-detailed-interface-info/m-p/5129885#M91082</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-09-15T21:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to get detailed interface info</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-get-detailed-interface-info/m-p/5129886#M91083</link>
      <description>Thank you, Rob. According to your explanation, I used:&lt;BR /&gt;$ x=f$getdvi("EWA4", "LAN_FULL_DUPLEX")&lt;BR /&gt;and it worked, even though my VMS version is 7.3-2.&lt;BR /&gt;Ziggy</description>
      <pubDate>Mon, 15 Sep 2008 21:11:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-get-detailed-interface-info/m-p/5129886#M91083</guid>
      <dc:creator>Zbigniew Filek</dc:creator>
      <dc:date>2008-09-15T21:11:26Z</dc:date>
    </item>
  </channel>
</rss>

