<?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: LAG configure in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/lag-configure/m-p/4302331#M6880</link>
    <description>Pieter, from man page of lagconfig:&lt;BR /&gt;&lt;BR /&gt;lagconfig: subsystem error: Invalid argument&lt;BR /&gt;      You attempted to add a port (interface) to a link aggregation group and&lt;BR /&gt;      the port is UP. Mark the interface DOWN with the ifconfig command and&lt;BR /&gt;      try to add the port again.&lt;BR /&gt;&lt;BR /&gt;And, of course interfaces have to be unconfigured. But maybe the problem is in autonegotiation between ee interfaces and cisco switch.&lt;BR /&gt;Did you try to fixate port and adapter speed?&lt;BR /&gt;If not, please do it.&lt;BR /&gt;And you can also try this:&lt;BR /&gt;ifconfig ee0 down speed 200&lt;BR /&gt;ifconfig ee2 down speed 200&lt;BR /&gt;lagconfig -c lag=lag0&lt;BR /&gt;lagconfig -c dist=roundrobin&lt;BR /&gt;lagconfig -p ee0 key=1&lt;BR /&gt;lagconfig -p ee2 key=1&lt;BR /&gt;ifconfig ee0 up&lt;BR /&gt;ifconfig ee2 up&lt;BR /&gt;ifconfig lag0 10.0.0.1 netmask 255.255.255.0&lt;BR /&gt;EOD&lt;BR /&gt;</description>
    <pubDate>Mon, 10 Nov 2008 12:00:12 GMT</pubDate>
    <dc:creator>Vladimir Fabecic</dc:creator>
    <dc:date>2008-11-10T12:00:12Z</dc:date>
    <item>
      <title>LAG configure</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/lag-configure/m-p/4302326#M6875</link>
      <description>Hi all.&lt;BR /&gt;&lt;BR /&gt;I'm configure LAG on ES45 with Tru64 5.1B, but it work _only_ if interface disabled on Cisco before server boot. /etc/inet.local :&lt;BR /&gt;&lt;BR /&gt;lagconfig -c dist=roundrobin&lt;BR /&gt;lagconfig -p ee1 key=1&lt;BR /&gt;lagconfig -p ee3 key=1&lt;BR /&gt;ifconfig lag0 x.x.x.x netmask 255.255.255.192 up&lt;BR /&gt;&lt;BR /&gt;I'm try to 'ifconfig ee1 down' prior to 'lagconfig -p ee1' without success, remove network cable after boot without success too.&lt;BR /&gt;&lt;BR /&gt;# lagconfig -p ee1 key=1&lt;BR /&gt;lagconfig: subsystem error: Invalid argument</description>
      <pubDate>Fri, 07 Nov 2008 12:42:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/lag-configure/m-p/4302326#M6875</guid>
      <dc:creator>dmitry76</dc:creator>
      <dc:date>2008-11-07T12:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: LAG configure</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/lag-configure/m-p/4302327#M6876</link>
      <description>I did not understand the question completely.&lt;BR /&gt;What do you mean "work _only_ if interface disabled on Cisco before server boot. /etc/inet.local"?&lt;BR /&gt;Do you have LAG option configured in kernel?&lt;BR /&gt;Does this Cisco switch support "LAG"?</description>
      <pubDate>Fri, 07 Nov 2008 15:12:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/lag-configure/m-p/4302327#M6876</guid>
      <dc:creator>Vladimir Fabecic</dc:creator>
      <dc:date>2008-11-07T15:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: LAG configure</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/lag-configure/m-p/4302328#M6877</link>
      <description>LAG configured in kernel:&lt;BR /&gt;# sysconfig -q lag&lt;BR /&gt;lag:&lt;BR /&gt;lag_debug = 0&lt;BR /&gt;lag_maxports = 8&lt;BR /&gt;&lt;BR /&gt;Cisco support "LAG" (Etherchannel in terms of Cisco). &lt;BR /&gt;&lt;BR /&gt;Good scenario:&lt;BR /&gt;1. disable port on Cisco.&lt;BR /&gt;2. reboot server and wait for system ready.&lt;BR /&gt;3. add eeX interfaces to LAG.&lt;BR /&gt;4. enable port on Cisco.&lt;BR /&gt;5. LAG work fine.&lt;BR /&gt;&lt;BR /&gt;Bad scenario:&lt;BR /&gt;1. enable port on Cisco.&lt;BR /&gt;2. reboot server and wait for system ready.&lt;BR /&gt;3. i can't add eeX interfaces to LAG (lagconfig: subsystem error: Invalid argument).&lt;BR /&gt;4. 'ifconfig eeX down' can't help.&lt;BR /&gt;5. LAG not work at all.</description>
      <pubDate>Fri, 07 Nov 2008 18:46:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/lag-configure/m-p/4302328#M6877</guid>
      <dc:creator>dmitry76</dc:creator>
      <dc:date>2008-11-07T18:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: LAG configure</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/lag-configure/m-p/4302329#M6878</link>
      <description>Good scenario:&lt;BR /&gt;1. disable port on Cisco.&lt;BR /&gt;&lt;BR /&gt;You realy mean "port" ? or "ports"&lt;BR /&gt;(lag suggests multiple ports used)&lt;BR /&gt;&lt;BR /&gt;I think the single interface must be "unconfigured" (not down) before adding to the lag.&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Nov 2008 08:59:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/lag-configure/m-p/4302329#M6878</guid>
      <dc:creator>Pieter 't Hart</dc:creator>
      <dc:date>2008-11-10T08:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: LAG configure</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/lag-configure/m-p/4302330#M6879</link>
      <description>i mean ports</description>
      <pubDate>Mon, 10 Nov 2008 09:10:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/lag-configure/m-p/4302330#M6879</guid>
      <dc:creator>dmitry76</dc:creator>
      <dc:date>2008-11-10T09:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: LAG configure</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/lag-configure/m-p/4302331#M6880</link>
      <description>Pieter, from man page of lagconfig:&lt;BR /&gt;&lt;BR /&gt;lagconfig: subsystem error: Invalid argument&lt;BR /&gt;      You attempted to add a port (interface) to a link aggregation group and&lt;BR /&gt;      the port is UP. Mark the interface DOWN with the ifconfig command and&lt;BR /&gt;      try to add the port again.&lt;BR /&gt;&lt;BR /&gt;And, of course interfaces have to be unconfigured. But maybe the problem is in autonegotiation between ee interfaces and cisco switch.&lt;BR /&gt;Did you try to fixate port and adapter speed?&lt;BR /&gt;If not, please do it.&lt;BR /&gt;And you can also try this:&lt;BR /&gt;ifconfig ee0 down speed 200&lt;BR /&gt;ifconfig ee2 down speed 200&lt;BR /&gt;lagconfig -c lag=lag0&lt;BR /&gt;lagconfig -c dist=roundrobin&lt;BR /&gt;lagconfig -p ee0 key=1&lt;BR /&gt;lagconfig -p ee2 key=1&lt;BR /&gt;ifconfig ee0 up&lt;BR /&gt;ifconfig ee2 up&lt;BR /&gt;ifconfig lag0 10.0.0.1 netmask 255.255.255.0&lt;BR /&gt;EOD&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Nov 2008 12:00:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/lag-configure/m-p/4302331#M6880</guid>
      <dc:creator>Vladimir Fabecic</dc:creator>
      <dc:date>2008-11-10T12:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: LAG configure</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/lag-configure/m-p/4302332#M6881</link>
      <description>I would go for Vladimir's suggestion to set the ports for fixed speed/duplex &lt;BR /&gt;&lt;BR /&gt;as  from page 2-34 in document : &lt;A href="http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V51B_HTML/ARH9CDTE/TITLE.HTM" target="_blank"&gt;http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V51B_HTML/ARH9CDTE/TITLE.HTM&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The interfaces must all be of the&lt;BR /&gt;same speed and operate in full duplex mode. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Nov 2008 12:39:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/lag-configure/m-p/4302332#M6881</guid>
      <dc:creator>Pieter 't Hart</dc:creator>
      <dc:date>2008-11-10T12:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: LAG configure</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/lag-configure/m-p/4302333#M6882</link>
      <description>'ifconfig ee0 down speed 200' work! Thank you.</description>
      <pubDate>Mon, 10 Nov 2008 13:15:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/lag-configure/m-p/4302333#M6882</guid>
      <dc:creator>dmitry76</dc:creator>
      <dc:date>2008-11-10T13:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: LAG configure</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/lag-configure/m-p/4302334#M6883</link>
      <description>I am glad it worked.&lt;BR /&gt;Since you are new in this forum, you can take a look at this:&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;</description>
      <pubDate>Tue, 11 Nov 2008 13:03:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/lag-configure/m-p/4302334#M6883</guid>
      <dc:creator>Vladimir Fabecic</dc:creator>
      <dc:date>2008-11-11T13:03:53Z</dc:date>
    </item>
  </channel>
</rss>

