<?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: multiple NIC cards in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-nic-cards/m-p/2649463#M590445</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You set these cards up on different subnets to&lt;BR /&gt;get the best out of them. You need to set up&lt;BR /&gt;each NIC card individually in &lt;BR /&gt;/etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;INTERFACE_NAME[0]="lan0"&lt;BR /&gt;IP_ADDRESS[0]="10.53.105.13"&lt;BR /&gt;SUBNET_MASK[0]="255.255.0.0"&lt;BR /&gt;BROADCAST_ADDRESS[0]=""&lt;BR /&gt;INTERFACE_STATE[0]=""&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]="lan1"&lt;BR /&gt;IP_ADDRESS[0]="10.55.105.13"&lt;BR /&gt;SUBNET_MASK[0]="255.255.0.0"&lt;BR /&gt;BROADCAST_ADDRESS[0]=""&lt;BR /&gt;INTERFACE_STATE[0]=""&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael</description>
    <pubDate>Mon, 21 Jan 2002 22:10:23 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2002-01-21T22:10:23Z</dc:date>
    <item>
      <title>multiple NIC cards</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-nic-cards/m-p/2649459#M590441</link>
      <description>I am looking at running multiple NIC cards from a 9000 N class 11.00 server, has anyone done this and do you have any suggestions or warrings about it.&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Mon, 21 Jan 2002 21:54:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-nic-cards/m-p/2649459#M590441</guid>
      <dc:creator>Dottie Hamilton</dc:creator>
      <dc:date>2002-01-21T21:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: multiple NIC cards</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-nic-cards/m-p/2649460#M590442</link>
      <description>They need to be on different subnets unless you feel like running a reset on them each time the machine boots (trap for young players as I found out).&lt;BR /&gt;&lt;BR /&gt;If you're using service guard, this is quite good. I've had experience with that, and it works a treat.&lt;BR /&gt;&lt;BR /&gt;Apart from the subnets, not much that I can think of off the top of my head.&lt;BR /&gt;&lt;BR /&gt;If it's a database server, one place I worked at would split the traffic by card. For example, production instance 1 and 2 was card #1 and production instance 3 and 4 was card #2. This works well for keeping track of connections per instance to a database, but it's just a thought.&lt;BR /&gt;&lt;BR /&gt;Scott.</description>
      <pubDate>Mon, 21 Jan 2002 22:05:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-nic-cards/m-p/2649460#M590442</guid>
      <dc:creator>Scott Van Kalken</dc:creator>
      <dc:date>2002-01-21T22:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: multiple NIC cards</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-nic-cards/m-p/2649461#M590443</link>
      <description>great info, could you give me an example of how they setup the database server, that is what I am looking at&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Mon, 21 Jan 2002 22:10:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-nic-cards/m-p/2649461#M590443</guid>
      <dc:creator>Dottie Hamilton</dc:creator>
      <dc:date>2002-01-21T22:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: multiple NIC cards</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-nic-cards/m-p/2649462#M590444</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It's possible. Hp has somthing called Auto Port Aggregarion. (APA)&lt;BR /&gt;&lt;BR /&gt;I would rather request you to read it first.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/hpux/netcom/index.html#Auto%20Port%20Aggregation%20(APA)" target="_blank"&gt;http://www.docs.hp.com/hpux/netcom/index.html#Auto%20Port%20Aggregation%20(APA)&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Goodluck,&lt;BR /&gt;-USA..</description>
      <pubDate>Mon, 21 Jan 2002 22:10:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-nic-cards/m-p/2649462#M590444</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2002-01-21T22:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: multiple NIC cards</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-nic-cards/m-p/2649463#M590445</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You set these cards up on different subnets to&lt;BR /&gt;get the best out of them. You need to set up&lt;BR /&gt;each NIC card individually in &lt;BR /&gt;/etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;INTERFACE_NAME[0]="lan0"&lt;BR /&gt;IP_ADDRESS[0]="10.53.105.13"&lt;BR /&gt;SUBNET_MASK[0]="255.255.0.0"&lt;BR /&gt;BROADCAST_ADDRESS[0]=""&lt;BR /&gt;INTERFACE_STATE[0]=""&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]="lan1"&lt;BR /&gt;IP_ADDRESS[0]="10.55.105.13"&lt;BR /&gt;SUBNET_MASK[0]="255.255.0.0"&lt;BR /&gt;BROADCAST_ADDRESS[0]=""&lt;BR /&gt;INTERFACE_STATE[0]=""&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael</description>
      <pubDate>Mon, 21 Jan 2002 22:10:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-nic-cards/m-p/2649463#M590445</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-01-21T22:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: multiple NIC cards</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-nic-cards/m-p/2649464#M590446</link>
      <description>Hi Dottie,&lt;BR /&gt;&lt;BR /&gt;You may want to configure them with different subnets. &lt;BR /&gt;&lt;BR /&gt;If you want them to help you for fault tolerance, MC/ServiceGuard can easily take care of it.&lt;BR /&gt;&lt;BR /&gt;If you want to add the bandwidths, then you can use HP's APA (Autoport Aggregation).&lt;BR /&gt;&lt;BR /&gt;Here is the manual.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/J4240-90012/J4240-90012.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/J4240-90012/J4240-90012.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jan 2002 22:10:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-nic-cards/m-p/2649464#M590446</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-01-21T22:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: multiple NIC cards</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-nic-cards/m-p/2649465#M590447</link>
      <description>Hi Dottie:&lt;BR /&gt;&lt;BR /&gt;If you need very high throughput you can bond up to 4 NIC ports to the same IP and MAC address using a product called Auto Port Aggregation (APA). It works quite well but can only be used with certain switches. This also allows redundancy so that if one cable fails, the ip address stays active at reduced capacity.&lt;BR /&gt;&lt;BR /&gt;Without APA, the NIC's need to be on different subnets, this is a very common and reliable thing to do.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards, Clay&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jan 2002 22:11:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-nic-cards/m-p/2649465#M590447</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-01-21T22:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: multiple NIC cards</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-nic-cards/m-p/2649466#M590448</link>
      <description>If you want to run multiple ip's in the same subnet, then that can be done on the same nic. Also make sure that your /etc/rc.config.d/netconf file is setup properly, or else...&lt;BR /&gt;&lt;BR /&gt;GL,&lt;BR /&gt;C</description>
      <pubDate>Mon, 21 Jan 2002 22:11:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-nic-cards/m-p/2649466#M590448</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-01-21T22:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: multiple NIC cards</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-nic-cards/m-p/2649467#M590449</link>
      <description>Hi again Dottie:&lt;BR /&gt;&lt;BR /&gt;One last point: Whatever you do, do not run auto-negotiate either on the host ports or the associated switch ports. Auto-negotiation is one of those things that almost works well.&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jan 2002 22:13:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-nic-cards/m-p/2649467#M590449</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-01-21T22:13:20Z</dc:date>
    </item>
  </channel>
</rss>

