<?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: Switch LAT to different Card in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/switch-lat-to-different-card/m-p/5030210#M53920</link>
    <description>You can do it with LATCP (CREATE LINK?) or use a logical name LAT$LINK ?&lt;BR /&gt;</description>
    <pubDate>Fri, 23 Feb 2007 08:08:04 GMT</pubDate>
    <dc:creator>Uwe Zessin</dc:creator>
    <dc:date>2007-02-23T08:08:04Z</dc:date>
    <item>
      <title>Switch LAT to different Card</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/switch-lat-to-different-card/m-p/5030209#M53919</link>
      <description>I have a couple of DE600 NICs in an ES80. Currently LAT and DECNET run through EWA &amp;amp; I need to move them to the EWB device. I know I can use NCP to force DECNET onto the B card, but how do I get LAT to move?</description>
      <pubDate>Fri, 23 Feb 2007 07:52:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/switch-lat-to-different-card/m-p/5030209#M53919</guid>
      <dc:creator>Aaron Lewis_1</dc:creator>
      <dc:date>2007-02-23T07:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Switch LAT to different Card</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/switch-lat-to-different-card/m-p/5030210#M53920</link>
      <description>You can do it with LATCP (CREATE LINK?) or use a logical name LAT$LINK ?&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Feb 2007 08:08:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/switch-lat-to-different-card/m-p/5030210#M53920</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2007-02-23T08:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Switch LAT to different Card</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/switch-lat-to-different-card/m-p/5030211#M53921</link>
      <description>Okay, I see in LATCP where LAT is currently running on LAT$LINK EWA3, Would I create it a new LAT$LINK on EWB3, or use EWB0 &amp;amp; LAT will create a new virtual port on the EWB card? Will this make it a permenant change, and prevent LAT from running on the EWA card.</description>
      <pubDate>Fri, 23 Feb 2007 08:16:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/switch-lat-to-different-card/m-p/5030211#M53921</guid>
      <dc:creator>Aaron Lewis_1</dc:creator>
      <dc:date>2007-02-23T08:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Switch LAT to different Card</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/switch-lat-to-different-card/m-p/5030212#M53922</link>
      <description>Aaron,&lt;BR /&gt;&lt;BR /&gt;see the LATCP section in the System Management Utilities manual (&lt;A href="http://h71000.www7.hp.com/doc/83final/6048/6048pro_039.html#startsubcommand_229" target="_blank"&gt;http://h71000.www7.hp.com/doc/83final/6048/6048pro_039.html#startsubcommand_229&lt;/A&gt; ):&lt;BR /&gt;&lt;BR /&gt;CREATE LINK /DEVICE&lt;BR /&gt;&lt;BR /&gt;If you enter the CREATE LINK command without the /DEVICE qualifier, LATCP attempts to find an available controller by using a list of possible LAT data link device names. HP recommends that you specify a default device name by defining the LAT$DEVICE logical name.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;  Martin</description>
      <pubDate>Fri, 23 Feb 2007 08:36:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/switch-lat-to-different-card/m-p/5030212#M53922</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2007-02-23T08:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Switch LAT to different Card</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/switch-lat-to-different-card/m-p/5030213#M53923</link>
      <description>perhaps my lat$systartup.com file is old ... but it does have:&lt;BR /&gt;&lt;BR /&gt;$! -------------------------  Start LAT Protocol  -----------------------------&lt;BR /&gt;$!&lt;BR /&gt;$! *** NOTE ***&lt;BR /&gt;$! If you have a system with multiple Ethernet/FDDI controllers, you may want&lt;BR /&gt;$! to create a link in this section of LAT$SYSTARTUP.COM before LAT is&lt;BR /&gt;$! started.&lt;BR /&gt;$!&lt;BR /&gt;$! When LAT is started on a system with multiple controllers, and no link is&lt;BR /&gt;$! is created, then the LAT driver will pick the first controller from the&lt;BR /&gt;$! LAN Data Structures as the default.  This controller may not be connected to&lt;BR /&gt;$! the wire.  LTDRIVER has no way of determining this condition.  As a result,&lt;BR /&gt;$! it will not display an error message and LAT will hang.&lt;BR /&gt;$!&lt;BR /&gt;$! To define a link for LAT, do the following:&lt;BR /&gt;$! 1.  Find out what controller is attached to the Ethernet/FDDI wire.&lt;BR /&gt;$!     (In this example we will use EXA0)&lt;BR /&gt;$! 2.  Insert the following command line before LCP SET NODE /STATE=ON command&lt;BR /&gt;$!     below:&lt;BR /&gt;$!&lt;BR /&gt;$!     LCP CREATE LINK 1ST$LINK /DEVICE=EXA0&lt;BR /&gt;$!&lt;BR /&gt;$! 3.  If you have more then one controller attached to the wire, then&lt;BR /&gt;$!     repeat the above command line, calling the next controller "2ND$LINK".&lt;BR /&gt;$!     i.e. -&lt;BR /&gt;$!     LCP CREATE LINK 1ST$LINK /DEVICE=EXA0&lt;BR /&gt;$!     LCP CREATE LINK 2ND$LINK /DEVICE="xxx0"&lt;BR /&gt;$!&lt;BR /&gt;$!     Where, xxx0 is the next controller attached to the wire&lt;BR /&gt;$!     ...&lt;BR /&gt;$!     etc&lt;BR /&gt;$!&lt;BR /&gt;$ lcp set node /state=on&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Love it when Engineering puts comments inside the DCL command procedures themselves :-)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Verne&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Feb 2007 09:40:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/switch-lat-to-different-card/m-p/5030213#M53923</guid>
      <dc:creator>Verne Britton</dc:creator>
      <dc:date>2007-02-23T09:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Switch LAT to different Card</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/switch-lat-to-different-card/m-p/5030214#M53924</link>
      <description>Hi,&lt;BR /&gt;How about defining the logical LAT$DEVICE ?&lt;BR /&gt;Greetz,&lt;BR /&gt;Kris (aka Qkcl)</description>
      <pubDate>Fri, 23 Feb 2007 09:52:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/switch-lat-to-different-card/m-p/5030214#M53924</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2007-02-23T09:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Switch LAT to different Card</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/switch-lat-to-different-card/m-p/5030215#M53925</link>
      <description>Verne gave you a solution.&lt;BR /&gt;Put&lt;BR /&gt;$ LCP CREATE LINK 1ST$LINK /DEVICE=EWB0 &lt;BR /&gt;before &lt;BR /&gt;$ lcp set node /state=on &lt;BR /&gt;in SYS$STARTUP:LAT$SYSTARTUP:COM&lt;BR /&gt;and it will work.</description>
      <pubDate>Fri, 23 Feb 2007 10:43:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/switch-lat-to-different-card/m-p/5030215#M53925</guid>
      <dc:creator>Vladimir Fabecic</dc:creator>
      <dc:date>2007-02-23T10:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Switch LAT to different Card</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/switch-lat-to-different-card/m-p/5030216#M53926</link>
      <description>Aaron,&lt;BR /&gt;&lt;BR /&gt;you can do all this by using explicit LATCP&amp;gt; CREATE LINK commands, but the simplest solution for moving LAT from EWA to EWB is:&lt;BR /&gt;&lt;BR /&gt;$ DEFINE/SYSTEM LAT$DEVICE EWB &lt;BR /&gt;&lt;BR /&gt;before invoking LAT$STARTUP&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 23 Feb 2007 10:46:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/switch-lat-to-different-card/m-p/5030216#M53926</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-02-23T10:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Switch LAT to different Card</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/switch-lat-to-different-card/m-p/5030217#M53927</link>
      <description>I will add the commands to lat$startup</description>
      <pubDate>Fri, 23 Feb 2007 11:09:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/switch-lat-to-different-card/m-p/5030217#M53927</guid>
      <dc:creator>Aaron Lewis_1</dc:creator>
      <dc:date>2007-02-23T11:09:10Z</dc:date>
    </item>
  </channel>
</rss>

