<?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: two cards on same subnet in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402803#M536038</link>
    <description>I have attached ioscan output</description>
    <pubDate>Tue, 21 Apr 2009 06:22:10 GMT</pubDate>
    <dc:creator>H_16</dc:creator>
    <dc:date>2009-04-21T06:22:10Z</dc:date>
    <item>
      <title>two cards on same subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402789#M536024</link>
      <description>&lt;BR /&gt;I have two btlan cards on the same subnet &lt;BR /&gt;&lt;BR /&gt;and carried out the following:&lt;BR /&gt;&lt;BR /&gt;#ifconfig lan1 ip_addr netmask_addr up&lt;BR /&gt;#ifconfig lan5 ip_addr netmaks_addr up&lt;BR /&gt;#lanadmin -x 1&lt;BR /&gt;Current Config      = 100 Full-Duplex AUTONEG&lt;BR /&gt;&lt;BR /&gt;# lanadmin -x 100FD 5&lt;BR /&gt;btlan: ERROR: Setting 100FD is unsupported&lt;BR /&gt;Current Config      = NO LINK  AUTONEG&lt;BR /&gt;&lt;BR /&gt;I am having problems with modifying the second card to 100 Full duplex&lt;BR /&gt;&lt;BR /&gt;Is this due to both cards on the same subnet is there are work around?</description>
      <pubDate>Fri, 17 Apr 2009 06:14:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402789#M536024</guid>
      <dc:creator>H_16</dc:creator>
      <dc:date>2009-04-17T06:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: two cards on same subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402790#M536025</link>
      <description>Having two or more cards on the same subnet should not cause any problems with duplex/speed settings, but it *will* cause problems with IP routing, unless you use APA and/or ServiceGuard.&lt;BR /&gt;&lt;BR /&gt;(With "ndd -set /dev/ip ip_strong_es_model 1" you can make it work somewhat, but having two NICs simultaneously active on the same network segment without APA is an unsupported configuration and is not recommended.)&lt;BR /&gt;&lt;BR /&gt;With APA you can get both cards active together. ServiceGuard can use APA if both are installed on the same server.&lt;BR /&gt;&lt;BR /&gt;With just ServiceGuard only one of the cards can be active at a time. If it fails, SG will switch the traffic (and the IP addresses) to another card.&lt;BR /&gt;&lt;BR /&gt;Without knowing the hardware type of your NICs and your HP-UX version &amp;amp; Quality Pack level, it's hard to guess what might be wrong.&lt;BR /&gt;&lt;BR /&gt;The output of commands "ioscan -fnkClan" and "lanscan -v" would be very informative. If one of the cards is built-in to the system board of your server, the output of "model" command might be useful too.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 17 Apr 2009 07:34:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402790#M536025</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-04-17T07:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: two cards on same subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402791#M536026</link>
      <description>You have to use the capital X to set the speet.. &lt;BR /&gt;lanadmin -X 100FD 5&lt;BR /&gt;if it does not work please check the cable (linkloop.) &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Apr 2009 07:37:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402791#M536026</guid>
      <dc:creator>F Verschuren</dc:creator>
      <dc:date>2009-04-17T07:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: two cards on same subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402792#M536027</link>
      <description>explanation for linkloop&lt;BR /&gt;use lanscan to find out the mac adress &lt;BR /&gt;to check the cable in lan 5&lt;BR /&gt;linkloop -i [mac of lan5] 5&lt;BR /&gt;to check the cable in lan 1&lt;BR /&gt;linkloop -i [mac of lan1] 1&lt;BR /&gt;to check if lan 1 and 5 are in the same vlan.&lt;BR /&gt;linkloop -i [mac of lan1] 5&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Apr 2009 07:39:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402792#M536027</guid>
      <dc:creator>F Verschuren</dc:creator>
      <dc:date>2009-04-17T07:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: two cards on same subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402793#M536028</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Could you provide the lan5 card details?&lt;BR /&gt;Is this card supports Full duplex?&lt;BR /&gt;&lt;BR /&gt;Look at the errors. &lt;BR /&gt;&amp;gt;&amp;gt;btlan: ERROR: Setting 100FD is unsupported&lt;BR /&gt;Current Config = NO LINK AUTONEG&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Apr 2009 08:02:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402793#M536028</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-04-17T08:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: two cards on same subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402794#M536029</link>
      <description>Just tested the ERROR it is the capital X verses the low letter x that is causing the error...&lt;BR /&gt;strange error code for this typo...&lt;BR /&gt;&lt;BR /&gt;:nl11588&amp;gt; lanadmin -x 3&lt;BR /&gt;Current Config                   = 100 Full-Duplex MANUAL&lt;BR /&gt;&lt;BR /&gt;nlxsms01:nl11588&amp;gt; lanadmin -x 100DF 3&lt;BR /&gt;btlan: ERROR: Setting 100DF is unsupported&lt;BR /&gt;Current Config                   = NO LINK  &lt;BR /&gt;&lt;BR /&gt;:nl11588&amp;gt; lanadmin -X 100DF 3&lt;BR /&gt;Must be super-user&lt;BR /&gt;:nl11588&amp;gt;</description>
      <pubDate>Fri, 17 Apr 2009 08:06:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402794#M536029</guid>
      <dc:creator>F Verschuren</dc:creator>
      <dc:date>2009-04-17T08:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: two cards on same subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402795#M536030</link>
      <description>As said did you try &lt;BR /&gt;#lanadmin -X 100DF 5&lt;BR /&gt;You should be set with that, If not check for a couple of things&lt;BR /&gt;1) Cabling&lt;BR /&gt;2) Duplex setting on your switch&lt;BR /&gt;3) You NIC card spec's</description>
      <pubDate>Fri, 17 Apr 2009 17:47:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402795#M536030</guid>
      <dc:creator>UVK</dc:creator>
      <dc:date>2009-04-17T17:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: two cards on same subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402796#M536031</link>
      <description>Did you both really type 100DF? Should be 100FD.&lt;BR /&gt;&lt;BR /&gt;JP</description>
      <pubDate>Fri, 17 Apr 2009 18:22:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402796#M536031</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2009-04-17T18:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: two cards on same subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402797#M536032</link>
      <description>Frankly, in this day and age, unless one is playing with ancient networking kit, there should be no need to hardcode duplex settings.  Your own output already shows that you were getting 100FD, which says the other side was doing autoneg, so unless you change the other side too, all setting a hardcode of FD will do is (not so subtly) break the link.</description>
      <pubDate>Mon, 20 Apr 2009 16:14:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402797#M536032</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2009-04-20T16:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: two cards on same subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402798#M536033</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;In early versions of 11.11 this plan was strictly forbidden. I tried it once and both NIC cards dropped of the network instantly.&lt;BR /&gt;&lt;BR /&gt;Later releases of 11.11 supposedly supported it.&lt;BR /&gt;&lt;BR /&gt;I think you need APA, Auto Port Aggregation to get any real benefit of increased band width out of this configuration. That is the tool designed to do the job.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 20 Apr 2009 16:37:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402798#M536033</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-04-20T16:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: two cards on same subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402799#M536034</link>
      <description>If by "same subnet" you mean "same IP subnet" then there are issues to be aware of involving configuring two NICs in the same system with IP addresses in the same subnet.  It may or may not do what you expect depending on what you expect.&lt;BR /&gt;&lt;BR /&gt;If by "same subnet" you simply meant the same set of switches, that issue with IP's wouldn't come into play, and in future it might be better to say "same broadcast domain"</description>
      <pubDate>Mon, 20 Apr 2009 17:22:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402799#M536034</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2009-04-20T17:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: two cards on same subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402800#M536035</link>
      <description>Indeed I used to set interfaces to 100FD because many times it ended up as 10HD (sometimes only at one end of the connection).&lt;BR /&gt;Nowadays (with 10/100/1000Mbps) I usually have autoneg with good results.&lt;BR /&gt;&lt;BR /&gt;JP</description>
      <pubDate>Mon, 20 Apr 2009 18:50:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402800#M536035</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2009-04-20T18:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: two cards on same subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402801#M536036</link>
      <description>&lt;BR /&gt;Rick,&lt;BR /&gt;&lt;BR /&gt;At the moment I have two cards going to different switchs&lt;BR /&gt;&lt;BR /&gt;one card ip is for example:&lt;BR /&gt;172.168.3.144 &lt;BR /&gt;&lt;BR /&gt;# lanadmin -x 1&lt;BR /&gt;Current Config    = 100 Full-Duplex AUTONEG &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The other card is&lt;BR /&gt;172.168.3.145&lt;BR /&gt;&lt;BR /&gt;# lanadmin -x 5&lt;BR /&gt;Current Config   = 100 Full-Duplex MANUAL&lt;BR /&gt;&lt;BR /&gt;My aim is to have the primary card .144 and then use the lan5 card as a failover secondary card only.&lt;BR /&gt;&lt;BR /&gt;Im also concerned when I rebooted I had to re-run the lanadmin -x 100FD 1 command.&lt;BR /&gt;&lt;BR /&gt;I did update my hpblanconf file with: &lt;BR /&gt;&lt;BR /&gt;HP_BTLAN_INTERFACE_NAME[0]=lan1&lt;BR /&gt;HP_BTLAN_STATION_ADDRESS[0]=0x001083F7D908&lt;BR /&gt;HP_BTLAN_SPEED[0]=100FD&lt;BR /&gt;HP_BTLAN_MTU[0]=""&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Is this correct??</description>
      <pubDate>Tue, 21 Apr 2009 06:09:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402801#M536036</guid>
      <dc:creator>H_16</dc:creator>
      <dc:date>2009-04-21T06:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: two cards on same subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402802#M536037</link>
      <description>If this is correct is depening on your lancart, please post a &lt;BR /&gt;ioscan -funC lan&lt;BR /&gt;&lt;BR /&gt;Also it is better not to use&lt;BR /&gt;HP_BTLAN_STATION_ADDRESS[0]=0x001083F7D908&lt;BR /&gt;This wil fix the mac adress, this is dangaros if you use ignite to reinstall servers.  After creating a clone whit this setting you will get a duplicated mac adress.&lt;BR /&gt;&lt;BR /&gt;Beter is to never configger the mac and let the system deside what the mac adress is.&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Apr 2009 06:17:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402802#M536037</guid>
      <dc:creator>F Verschuren</dc:creator>
      <dc:date>2009-04-21T06:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: two cards on same subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402803#M536038</link>
      <description>I have attached ioscan output</description>
      <pubDate>Tue, 21 Apr 2009 06:22:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402803#M536038</guid>
      <dc:creator>H_16</dc:creator>
      <dc:date>2009-04-21T06:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: two cards on same subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402804#M536039</link>
      <description>Don't you have a service guard license ?, or and media os that includes it ?&lt;BR /&gt;&lt;BR /&gt;As said above, for failover you can use a one node service guard cluster, you have one card as primary and the other on standy, when you loos the primary, the IP on the primary nic siwtches to the standby card. So you only need one IP to configure it.&lt;BR /&gt;&lt;BR /&gt;APA also works great, you need to purchase it do.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Apr 2009 06:52:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402804#M536039</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2009-04-21T06:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: two cards on same subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402805#M536040</link>
      <description>I have ServiceGuard installed..&lt;BR /&gt;&lt;BR /&gt;So if I create a cluster package I only need to specify just my primary IP address within the package or do I use a virtual IP??</description>
      <pubDate>Tue, 21 Apr 2009 06:59:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402805#M536040</guid>
      <dc:creator>H_16</dc:creator>
      <dc:date>2009-04-21T06:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: two cards on same subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402806#M536041</link>
      <description>to see if the hpblanconf  is correct please do a grep -v ^# /etc/rc.congig.d/hpblanconf &lt;BR /&gt;&lt;BR /&gt;questions&lt;BR /&gt;- The extra IP is that a cluster IP?&lt;BR /&gt;- are the lancarts already in the cluster?&lt;BR /&gt;    cmviewcl -v&lt;BR /&gt;- do you want (for input trafic) more performance ore higher availebility(for in and out trafic)? &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Apr 2009 07:46:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402806#M536041</guid>
      <dc:creator>F Verschuren</dc:creator>
      <dc:date>2009-04-21T07:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: two cards on same subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402807#M536042</link>
      <description>root@nmesito1:/&lt;BR /&gt;# grep -v ^# /etc/rc.config.d/hpbtlanconf&lt;BR /&gt;&lt;BR /&gt;HP_BTLAN_INTERFACE_NAME[0]=lan1&lt;BR /&gt;HP_BTLAN_STATION_ADDRESS[0]=0x001083F7D908&lt;BR /&gt;HP_BTLAN_SPEED[0]=100FD&lt;BR /&gt;HP_BTLAN_MTU[0]=""&lt;BR /&gt;HP_BTLAN_INTERFACE_NAME[0]=lan5&lt;BR /&gt;HP_BTLAN_STATION_ADDRESS[0]=0x001083F74A4D&lt;BR /&gt;HP_BTLAN_SPEED[0]=100FD&lt;BR /&gt;HP_BTLAN_MTU[0]=""&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HP_BTLAN_INIT_ARGS="HP_BTLAN_STATION_ADDRESS HP_BTLAN_SPEED HP_BTLAN_MTU"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Apr 2009 08:55:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402807#M536042</guid>
      <dc:creator>H_16</dc:creator>
      <dc:date>2009-04-21T08:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: two cards on same subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402808#M536043</link>
      <description>questions&lt;BR /&gt;- The extra IP is that a cluster IP?&lt;BR /&gt;&lt;BR /&gt;I have three IPs&lt;BR /&gt;&lt;BR /&gt;The first ip is for the first card&lt;BR /&gt;The second ip is for the second card&lt;BR /&gt;And I have a Virtual IP address&lt;BR /&gt;&lt;BR /&gt;- are the lancarts already in the cluster?&lt;BR /&gt;cmviewcl -v&lt;BR /&gt;&lt;BR /&gt;No....the cluster hasnt been built yet, just installed new OS and MC/SG&lt;BR /&gt;&lt;BR /&gt;- do you want (for input trafic) more performance ore higher availebility(for in and out trafic)?&lt;BR /&gt;&lt;BR /&gt;These servers are going to used for network node manager, so I want high network performance</description>
      <pubDate>Tue, 21 Apr 2009 09:03:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-cards-on-same-subnet/m-p/4402808#M536043</guid>
      <dc:creator>H_16</dc:creator>
      <dc:date>2009-04-21T09:03:57Z</dc:date>
    </item>
  </channel>
</rss>

