<?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: HP Auto Port Aggregation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-auto-port-aggregation/m-p/4048743#M304032</link>
    <description>One of the functions of this software allows us to remove the network interface cards (NICâ  s) as single points of failure without using MC/ServiceGuard.Multple NICs are combined combined into one network instance by the APA software.  In the event that any part of the one cardâ  s connection is broken, the software switches the IP address(es) running on the failed card to the other healthy card.&lt;BR /&gt;&lt;BR /&gt;To setup this scenario, each card of the pairs should be connected to a separate switch (eliminating the switch as a single point of failure) and be on the same network segment (same VLAN).&lt;BR /&gt;&lt;BR /&gt;You must also install the APA software from HP which requires a reboot.  Once the machine comes back up, follow the directions below to setup the APA software.&lt;BR /&gt;&lt;BR /&gt;LAN_MONITOR port configuration mode &lt;BR /&gt;LAN_MONITOR is the mode equal to NIC card failover w/ MCSG.&lt;BR /&gt; &lt;BR /&gt;Assign an IP address to the primary link by typing, for example: ifconfig lan1 192.5.5.138 &lt;BR /&gt;To preserve the IP address across reboots, you need to add the IP address for the primary port to /etc/rc.config.d/netconf. &lt;BR /&gt;&lt;BR /&gt;Edit the failover group and configuration mode in the /etc/rc.config.d/hp_apaportconf file. Example, to put lan1 and lan2 into a failover group: HP_APAPORT_INTERFACE_NAME[0]=lan1 HP_APAPORT_CONFIG_MODE[0]=LAN_MONITOR HP_APAPORT_INTERFACE_NAME[1]=lan2 HP_APAPORT_CONFIG_MODE[1]=LAN_MONITOR &lt;BR /&gt;&lt;BR /&gt;, to activate the configuration, type: /sbin/init.d/hplm stop {optional--for failover groups} /sbin/init.d/hpapa stop and then /sbin/init.d/hpapa start /sbin/init.d/hplm start {optional--for failover groups} &lt;BR /&gt;&lt;BR /&gt;optional--for failover groups} &lt;BR /&gt;To query which link aggregates are possible, type: lanqueryconf -s &lt;BR /&gt;________________________________________&lt;BR /&gt; &lt;BR /&gt;Running lanqueryconf -s will overwrite the original /etc/lanmon/lanconfig.ascii. &lt;BR /&gt;________________________________________&lt;BR /&gt;This command will query the system and network for all possible link aggregates. The results of the query will be placed in the configuration file /etc/lanmon/lanconfig.ascii. This file should contain data similar to: &lt;BR /&gt;&lt;BR /&gt;NODE_NAME hpxyz6e POLLING_INTERVAL 10000000 DEAD_COUNT 3 FAILOVER_GROUP lan900 STATIONARY_IP 192.5.5.138 PRIMARY lan1 5 STANDBY lan2 3 &lt;BR /&gt;&lt;BR /&gt;You can manually edit this file and change the number of ports in the failover groups, the dead count, or the poll interval. &lt;BR /&gt;To verify that the configuration in /etc/lanmon/lanconfig.ascii is still valid, type: lancheckconf &lt;BR /&gt;&lt;BR /&gt;To verify that the configuration in /etc/lanmon/lanconfig.ascii is still valid, type: lancheckconf &lt;BR /&gt;To create the link aggregates specified in the configuration file, type: lanapplyconf &lt;BR /&gt;This command will create the specified link aggregates in the binary configuration file /etc/lanmon/lanconfig. &lt;BR /&gt;Note: if you later want to delete all the link aggregates specified in the /etc/lanmon/lanconfig.ascii configuration file, type: landeleteconf &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 02 Aug 2007 21:47:38 GMT</pubDate>
    <dc:creator>skt_skt</dc:creator>
    <dc:date>2007-08-02T21:47:38Z</dc:date>
    <item>
      <title>HP Auto Port Aggregation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-auto-port-aggregation/m-p/4048742#M304031</link>
      <description>I'm looking for an easy to follow step by step instruction on how to configure APA for use in the "Enterprise Intranet Client/Server Environment" section on the following doc: &lt;A href="http://docs.hp.com/en/J4240-90035/ch01s08.html#c1063687" target="_blank"&gt;http://docs.hp.com/en/J4240-90035/ch01s08.html#c1063687&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;We'll be starting from scratch and assume we're not very sharp with Unix.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 02 Aug 2007 14:55:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-auto-port-aggregation/m-p/4048742#M304031</guid>
      <dc:creator>Gene Laoyan</dc:creator>
      <dc:date>2007-08-02T14:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: HP Auto Port Aggregation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-auto-port-aggregation/m-p/4048743#M304032</link>
      <description>One of the functions of this software allows us to remove the network interface cards (NICâ  s) as single points of failure without using MC/ServiceGuard.Multple NICs are combined combined into one network instance by the APA software.  In the event that any part of the one cardâ  s connection is broken, the software switches the IP address(es) running on the failed card to the other healthy card.&lt;BR /&gt;&lt;BR /&gt;To setup this scenario, each card of the pairs should be connected to a separate switch (eliminating the switch as a single point of failure) and be on the same network segment (same VLAN).&lt;BR /&gt;&lt;BR /&gt;You must also install the APA software from HP which requires a reboot.  Once the machine comes back up, follow the directions below to setup the APA software.&lt;BR /&gt;&lt;BR /&gt;LAN_MONITOR port configuration mode &lt;BR /&gt;LAN_MONITOR is the mode equal to NIC card failover w/ MCSG.&lt;BR /&gt; &lt;BR /&gt;Assign an IP address to the primary link by typing, for example: ifconfig lan1 192.5.5.138 &lt;BR /&gt;To preserve the IP address across reboots, you need to add the IP address for the primary port to /etc/rc.config.d/netconf. &lt;BR /&gt;&lt;BR /&gt;Edit the failover group and configuration mode in the /etc/rc.config.d/hp_apaportconf file. Example, to put lan1 and lan2 into a failover group: HP_APAPORT_INTERFACE_NAME[0]=lan1 HP_APAPORT_CONFIG_MODE[0]=LAN_MONITOR HP_APAPORT_INTERFACE_NAME[1]=lan2 HP_APAPORT_CONFIG_MODE[1]=LAN_MONITOR &lt;BR /&gt;&lt;BR /&gt;, to activate the configuration, type: /sbin/init.d/hplm stop {optional--for failover groups} /sbin/init.d/hpapa stop and then /sbin/init.d/hpapa start /sbin/init.d/hplm start {optional--for failover groups} &lt;BR /&gt;&lt;BR /&gt;optional--for failover groups} &lt;BR /&gt;To query which link aggregates are possible, type: lanqueryconf -s &lt;BR /&gt;________________________________________&lt;BR /&gt; &lt;BR /&gt;Running lanqueryconf -s will overwrite the original /etc/lanmon/lanconfig.ascii. &lt;BR /&gt;________________________________________&lt;BR /&gt;This command will query the system and network for all possible link aggregates. The results of the query will be placed in the configuration file /etc/lanmon/lanconfig.ascii. This file should contain data similar to: &lt;BR /&gt;&lt;BR /&gt;NODE_NAME hpxyz6e POLLING_INTERVAL 10000000 DEAD_COUNT 3 FAILOVER_GROUP lan900 STATIONARY_IP 192.5.5.138 PRIMARY lan1 5 STANDBY lan2 3 &lt;BR /&gt;&lt;BR /&gt;You can manually edit this file and change the number of ports in the failover groups, the dead count, or the poll interval. &lt;BR /&gt;To verify that the configuration in /etc/lanmon/lanconfig.ascii is still valid, type: lancheckconf &lt;BR /&gt;&lt;BR /&gt;To verify that the configuration in /etc/lanmon/lanconfig.ascii is still valid, type: lancheckconf &lt;BR /&gt;To create the link aggregates specified in the configuration file, type: lanapplyconf &lt;BR /&gt;This command will create the specified link aggregates in the binary configuration file /etc/lanmon/lanconfig. &lt;BR /&gt;Note: if you later want to delete all the link aggregates specified in the /etc/lanmon/lanconfig.ascii configuration file, type: landeleteconf &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Aug 2007 21:47:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-auto-port-aggregation/m-p/4048743#M304032</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-08-02T21:47:38Z</dc:date>
    </item>
  </channel>
</rss>

