<?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: rx2600 LAN connections in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/rx2600-lan-connections/m-p/3361143#M47643</link>
    <description>Martin,&lt;BR /&gt;&lt;BR /&gt;I know that for auto-negotation to work, both sides have to support this feature. But that was not the question, we definitely want to turn auot-negotation off.&lt;BR /&gt;&lt;BR /&gt;Art,&lt;BR /&gt;&lt;BR /&gt;I don't think that the /AUTONEGOTIATE qualifier is positional or conflicts with the /SPEED or the /FULL (although the help on SET DEVICE in LANCP is not clear on this).&lt;BR /&gt;&lt;BR /&gt;Volker,&lt;BR /&gt;&lt;BR /&gt;Although I see this strange value for line speed after issuing the DEF DEV EIA0 /SPEED=100/NOAUTO/FULL, it seems to do the trick.&lt;BR /&gt;53 seconds into the boot, VMS reports that&lt;BR /&gt;"%EIA0, Auto-negotiation mode assumed set by console"&lt;BR /&gt;"%EIA0, Auto-negotation started, advertising 100BaseTX Full Duplex"&lt;BR /&gt;56 seconds into the boot, VMS reports:&lt;BR /&gt;"%EIA0, Link partner not auto-negotiation capable, using parallel detection"&lt;BR /&gt;"EIA0, Half Duplex 100BaseTX connection selected"&lt;BR /&gt;But then, 10 seconds later, the message&lt;BR /&gt;"%EIA0, Full Duplex 100BaseTX connection selected"&lt;BR /&gt;appears.&lt;BR /&gt;Somehow, then the LANCP parameters kick in (???)&lt;BR /&gt;&lt;BR /&gt;According to LANCP, the device EIA0 is then at 100 Mbit full duplex, and that is what we want.&lt;BR /&gt;&lt;BR /&gt;So thanx again for the suggestion.&lt;BR /&gt;I'm gonna assign points now.&lt;BR /&gt;&lt;BR /&gt;Greetz,&lt;BR /&gt;&lt;BR /&gt;Kris&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 23 Aug 2004 02:26:59 GMT</pubDate>
    <dc:creator>Kris Clippeleyr</dc:creator>
    <dc:date>2004-08-23T02:26:59Z</dc:date>
    <item>
      <title>rx2600 LAN connections</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rx2600-lan-connections/m-p/3361136#M47636</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;A question for those that can play with an rx2600 and VMS.&lt;BR /&gt;Our rx2600 is connected to the network via the LAN 10/100 jacket at the back.&lt;BR /&gt;When VMS boots, the device is seen as EIA0, and VMS tries to "auto-negotiate" with the other side, first at "100BaseTX Full Duplex". Although the port on the switch is set to 100Mb full duplex, the auto-negotation fails somehow, and VMS then forces the ethernet device to "Half Duplex 100BaseTX".&lt;BR /&gt;(VMS even tells me that "Link partner not auto-negotation capable".)&lt;BR /&gt;&lt;BR /&gt;Is there a possibility to tell either VMS, or EFI, or MP, to set the ethernet device to 100Mb full duplex? Something like the console variable "eia0_mode" on Alpha?&lt;BR /&gt;&lt;BR /&gt;Note that trying to change the settings with LANCP after VMS has booted, has the same effect as described above.&lt;BR /&gt;&lt;BR /&gt;Any suggestions highly appreciated.&lt;BR /&gt;&lt;BR /&gt;Kris&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Aug 2004 09:20:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rx2600-lan-connections/m-p/3361136#M47636</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2004-08-19T09:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: rx2600 LAN connections</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rx2600-lan-connections/m-p/3361137#M47637</link>
      <description>Kris,&lt;BR /&gt;&lt;BR /&gt;I don't know of any EIA0_MODE console environment variables on Itanium. The LANCP database should be the equivalent instrument on OpenVMS to set LAN interface attributes.&lt;BR /&gt;&lt;BR /&gt;Did you disable autonegotiation with LANCP ?&lt;BR /&gt;&lt;BR /&gt;I would expecte something like this to work across reboots:&lt;BR /&gt;&lt;BR /&gt;LANCP&amp;gt; DEF DEV EIA0/NOAUTO/SPEED=100/FULL&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 19 Aug 2004 13:23:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rx2600-lan-connections/m-p/3361137#M47637</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2004-08-19T13:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: rx2600 LAN connections</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rx2600-lan-connections/m-p/3361138#M47638</link>
      <description>Volker,&lt;BR /&gt;&lt;BR /&gt;Thanx for the suggestion.&lt;BR /&gt;However, if I do &lt;BR /&gt;LANCP&amp;gt; def dev eia0/speed=100/full&lt;BR /&gt;I get the following with a&lt;BR /&gt;LANCP&amp;gt; list dev eia0/char&lt;BR /&gt;&lt;BR /&gt;Device characteristics, Permanent Database, for EIA0:&lt;BR /&gt;                  Value  Characteristic&lt;BR /&gt;                  -----  --------------&lt;BR /&gt;                Enabled  Full duplex enable&lt;BR /&gt;                    100  Line speed&lt;BR /&gt;&lt;BR /&gt;which seems to be OK.&lt;BR /&gt;But if I do&lt;BR /&gt;LANCP&amp;gt; def dev eia0/speed=100/full/noauto&lt;BR /&gt;I get the following with a&lt;BR /&gt;LANCP&amp;gt; list dev eia0/char&lt;BR /&gt;&lt;BR /&gt;Device characteristics, Permanent Database, for EIA0:&lt;BR /&gt;                  Value  Characteristic&lt;BR /&gt;                  -----  --------------&lt;BR /&gt;                Enabled  Full duplex enable&lt;BR /&gt;                 131172  Line speed&lt;BR /&gt;&lt;BR /&gt;I also have seen the value 131072.&lt;BR /&gt;&lt;BR /&gt;Any ideas ??&lt;BR /&gt;&lt;BR /&gt;Since I cannot reboot the Itanium right now, I cannot verify if the autonegotiation is really turned off (so I'm gonna postpone assigning points).&lt;BR /&gt;&lt;BR /&gt;Thanx anyhow,&lt;BR /&gt;&lt;BR /&gt;Kris&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Aug 2004 01:44:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rx2600-lan-connections/m-p/3361138#M47638</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2004-08-20T01:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: rx2600 LAN connections</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rx2600-lan-connections/m-p/3361139#M47639</link>
      <description>Kris,&lt;BR /&gt;&lt;BR /&gt;the LANCP DEFINE commands seem to work fine with E8.2:&lt;BR /&gt;&lt;BR /&gt;LANCP&amp;gt; def dev eia0/speed=100/full&lt;BR /&gt;LANCP&amp;gt; lis dev/char eia0&lt;BR /&gt;&lt;BR /&gt;Device Characteristics, permanent database, for EIA0:&lt;BR /&gt;                  Value  Characteristic&lt;BR /&gt;                  -----  --------------&lt;BR /&gt;                Enabled  Full duplex enable&lt;BR /&gt;                    100  Line speed&lt;BR /&gt;LANCP&amp;gt; def dev/noauto eia0&lt;BR /&gt;LANCP&amp;gt; lis dev/char eia0&lt;BR /&gt;&lt;BR /&gt;Device Characteristics, permanent database, for EIA0:&lt;BR /&gt;                  Value  Characteristic&lt;BR /&gt;                  -----  --------------&lt;BR /&gt;                Enabled  Full duplex enable&lt;BR /&gt;                    100  Line speed&lt;BR /&gt;               Disabled  Auto-negotiation&lt;BR /&gt;LANCP&amp;gt; def dev eia0/speed=100/full/noauto&lt;BR /&gt;LANCP&amp;gt; lis dev/char eia0&lt;BR /&gt;&lt;BR /&gt;Device Characteristics, permanent database, for EIA0:&lt;BR /&gt;                  Value  Characteristic&lt;BR /&gt;                  -----  --------------&lt;BR /&gt;                Enabled  Full duplex enable&lt;BR /&gt;                    100  Line speed&lt;BR /&gt;               Disabled  Auto-negotiation&lt;BR /&gt;&lt;BR /&gt;I have not tested, whether disabling auto-negotiation would help. What version of OpenVMS I64 are you using ? If you're lucky, it's only a display problem.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 20 Aug 2004 01:55:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rx2600-lan-connections/m-p/3361139#M47639</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2004-08-20T01:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: rx2600 LAN connections</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rx2600-lan-connections/m-p/3361140#M47640</link>
      <description>Volker,&lt;BR /&gt;&lt;BR /&gt;We're using VMS 8.1.&lt;BR /&gt;So you could be right that it's a display problem.&lt;BR /&gt;I will let you know when I got the chance of rebooting the Itanium.&lt;BR /&gt;&lt;BR /&gt;Greetz,&lt;BR /&gt;&lt;BR /&gt;Kris&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Aug 2004 02:12:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rx2600-lan-connections/m-p/3361140#M47640</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2004-08-20T02:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: rx2600 LAN connections</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rx2600-lan-connections/m-p/3361141#M47641</link>
      <description>&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;When VMS boots, the device is seen as EIA0, and VMS tries to "auto-negotiate" with the other side, first at "100BaseTX Full Duplex". Although the port on the switch is set to 100Mb full duplex, the auto-negotation fails somehow, and VMS then forces the ethernet device to "Half Duplex 100BaseTX".&lt;BR /&gt;(VMS even tells me that "Link partner not auto-negotation capable".)&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;For Auto-Negotiation to work, *both* sides must be set to auto-negotiate!&lt;BR /&gt;&lt;BR /&gt;So I'd suggest to set the port on the switch to "auto-negotiate" too.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;  Martin</description>
      <pubDate>Fri, 20 Aug 2004 04:04:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rx2600-lan-connections/m-p/3361141#M47641</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2004-08-20T04:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: rx2600 LAN connections</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rx2600-lan-connections/m-p/3361142#M47642</link>
      <description>I see subtle differences between Kris's and Volker's command syntax.  Could the /noauto switch be positional, or need to be set apart from also specifying the speed at the same time?&lt;BR /&gt;&lt;BR /&gt;Just a guess,&lt;BR /&gt;Art</description>
      <pubDate>Fri, 20 Aug 2004 13:36:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rx2600-lan-connections/m-p/3361142#M47642</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2004-08-20T13:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: rx2600 LAN connections</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rx2600-lan-connections/m-p/3361143#M47643</link>
      <description>Martin,&lt;BR /&gt;&lt;BR /&gt;I know that for auto-negotation to work, both sides have to support this feature. But that was not the question, we definitely want to turn auot-negotation off.&lt;BR /&gt;&lt;BR /&gt;Art,&lt;BR /&gt;&lt;BR /&gt;I don't think that the /AUTONEGOTIATE qualifier is positional or conflicts with the /SPEED or the /FULL (although the help on SET DEVICE in LANCP is not clear on this).&lt;BR /&gt;&lt;BR /&gt;Volker,&lt;BR /&gt;&lt;BR /&gt;Although I see this strange value for line speed after issuing the DEF DEV EIA0 /SPEED=100/NOAUTO/FULL, it seems to do the trick.&lt;BR /&gt;53 seconds into the boot, VMS reports that&lt;BR /&gt;"%EIA0, Auto-negotiation mode assumed set by console"&lt;BR /&gt;"%EIA0, Auto-negotation started, advertising 100BaseTX Full Duplex"&lt;BR /&gt;56 seconds into the boot, VMS reports:&lt;BR /&gt;"%EIA0, Link partner not auto-negotiation capable, using parallel detection"&lt;BR /&gt;"EIA0, Half Duplex 100BaseTX connection selected"&lt;BR /&gt;But then, 10 seconds later, the message&lt;BR /&gt;"%EIA0, Full Duplex 100BaseTX connection selected"&lt;BR /&gt;appears.&lt;BR /&gt;Somehow, then the LANCP parameters kick in (???)&lt;BR /&gt;&lt;BR /&gt;According to LANCP, the device EIA0 is then at 100 Mbit full duplex, and that is what we want.&lt;BR /&gt;&lt;BR /&gt;So thanx again for the suggestion.&lt;BR /&gt;I'm gonna assign points now.&lt;BR /&gt;&lt;BR /&gt;Greetz,&lt;BR /&gt;&lt;BR /&gt;Kris&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Aug 2004 02:26:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rx2600-lan-connections/m-p/3361143#M47643</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2004-08-23T02:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: rx2600 LAN connections</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rx2600-lan-connections/m-p/3361144#M47644</link>
      <description>Kris,&lt;BR /&gt;&lt;BR /&gt;during boot, the LAN driver first is 'on its own'. The definitions from the LANCP database will only be used once LANACP has been started. You may be able to match the time stamps from SYS$MANAGER:LAN$ACP.LOG against the EIA0 events reported on the console.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Mon, 23 Aug 2004 02:45:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rx2600-lan-connections/m-p/3361144#M47644</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2004-08-23T02:45:28Z</dc:date>
    </item>
  </channel>
</rss>

