<?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 Proactive Failover!!!! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/proactive-failover/m-p/5076504#M542633</link>
    <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I've a question about LAN Failover.&lt;BR /&gt;I want to create LAN monitor failover group using an HP APA link agregation as the active link and one physical link as a standby link.&lt;BR /&gt;Is somebody already have a similar working configuration? Please give me a set where to start or some example configuration.&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 26 Oct 2007 09:10:29 GMT</pubDate>
    <dc:creator>Delcho Tuhchiev</dc:creator>
    <dc:date>2007-10-26T09:10:29Z</dc:date>
    <item>
      <title>Proactive Failover!!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proactive-failover/m-p/5076504#M542633</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I've a question about LAN Failover.&lt;BR /&gt;I want to create LAN monitor failover group using an HP APA link agregation as the active link and one physical link as a standby link.&lt;BR /&gt;Is somebody already have a similar working configuration? Please give me a set where to start or some example configuration.&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Oct 2007 09:10:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proactive-failover/m-p/5076504#M542633</guid>
      <dc:creator>Delcho Tuhchiev</dc:creator>
      <dc:date>2007-10-26T09:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Proactive Failover!!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proactive-failover/m-p/5076505#M542634</link>
      <description>For more  clearness :))) what I want please see the attached file &lt;BR /&gt;10x in advance</description>
      <pubDate>Fri, 26 Oct 2007 09:20:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proactive-failover/m-p/5076505#M542634</guid>
      <dc:creator>Delcho Tuhchiev</dc:creator>
      <dc:date>2007-10-26T09:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Proactive Failover!!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proactive-failover/m-p/5076506#M542635</link>
      <description>Not an expert but I did this about 4 years ago. Here's the config from a server I configured:&lt;BR /&gt;&lt;BR /&gt;Obtain info from ioscan:&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;(hostname:root)# ioscan -fuC lan     &lt;BR /&gt;Class     I  H/W Path        Driver   S/W State   H/W Type     Description&lt;BR /&gt;===========================================================================&lt;BR /&gt;lan       0  1/0/1/1/0/4/0   igelan   CLAIMED     INTERFACE    HP A6794-60001 PCI 1000Base-T&lt;BR /&gt;lan       1  1/0/8/1/0/6/0   igelan   CLAIMED     INTERFACE    HP A9782-60001 PCI/PCI-X 1000Base-SX FC/GigE Combo Adapter&lt;BR /&gt;lan       2  1/0/10/1/0/6/0  igelan   CLAIMED     INTERFACE    HP A9782-60001 PCI/PCI-X 1000Base-SX FC/GigE Combo Adapter&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You need to edit the following files:&lt;BR /&gt;&lt;BR /&gt;/etc/lanmon/lanconfig.ascii&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;FAILOVER_GROUP                  lan900&lt;BR /&gt;        STATIONARY_IP   &lt;IP address=""&gt;&lt;BR /&gt;        PRIMARY         lan1    5&lt;BR /&gt;        STANDBY         lan2    1&lt;BR /&gt;~&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/etc/rc.config.d/hp_apaconf&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;HP_APA_START_LA_PPA=900&lt;BR /&gt;HP_APA_DEFAULT_PORT_MODE=MANUAL&lt;BR /&gt;&lt;BR /&gt;HP_APA_INIT_ARGS="HP_APA_LOAD_BALANCE_MODE HP_APA_GROUP_CAPABILITY HP_APA_HOT_STANDBY HP_APA_MANUAL_LA HP_APA_INIT HP_APA_KEY"&lt;BR /&gt;&lt;BR /&gt;# End of hp_apaconf configuration file&lt;BR /&gt;&lt;BR /&gt;/etc/rc.config.d/hp_apaportconf&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;#####################################################################&lt;BR /&gt;HP_APAPORT_INTERFACE_NAME[0]=lan1&lt;BR /&gt;HP_APAPORT_CONFIG_MODE[0]=LAN_MONITOR&lt;BR /&gt;HP_APAPORT_INTERFACE_NAME[1]=lan2&lt;BR /&gt;HP_APAPORT_CONFIG_MODE[1]=LAN_MONITOR&lt;BR /&gt;&lt;BR /&gt;###########################################################################&lt;BR /&gt;#  The HP_APAPORT_INIT_ARGS are reserved by HP.  They are NOT user changable.&lt;BR /&gt;&lt;BR /&gt;HP_APAPORT_INIT_ARGS="HP_APAPORT_GROUP_CAPABILITY HP_APAPORT_PRIORITY HP_APAPORT_CONFIG_MODE HP_APAPORT_KEY HP_APAPORT_SYSTEM_PRIORITY&lt;BR /&gt;"&lt;BR /&gt;&lt;BR /&gt;# End of hp_apaportconf configuration file&lt;BR /&gt;&lt;BR /&gt;Lanscan -q shows I have 2 cards in my lan failover group&lt;BR /&gt;&lt;BR /&gt;(hostname:root)# lanscan -q          &lt;BR /&gt;0            &lt;BR /&gt;900        1 2&lt;BR /&gt;&lt;BR /&gt;&lt;/IP&gt;</description>
      <pubDate>Sat, 27 Oct 2007 04:11:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proactive-failover/m-p/5076506#M542635</guid>
      <dc:creator>Ian P Smith</dc:creator>
      <dc:date>2007-10-27T04:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Proactive Failover!!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proactive-failover/m-p/5076507#M542636</link>
      <description>Found a useful document in this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1170348" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1170348&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Explains it much better than I can :o)</description>
      <pubDate>Sat, 27 Oct 2007 08:29:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proactive-failover/m-p/5076507#M542636</guid>
      <dc:creator>Ian P Smith</dc:creator>
      <dc:date>2007-10-27T08:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Proactive Failover!!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proactive-failover/m-p/5076508#M542637</link>
      <description>&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;firstly , configure your sistem as normal network configuration&lt;BR /&gt;&lt;BR /&gt;ioscan -funC lan &lt;BR /&gt;gives you lan0 and lan1 as netwok cards and lan0 configured. &lt;BR /&gt; &lt;BR /&gt;lan0 is configured in /etc/rc.config.d/netconf as &lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[1]="lan0"&lt;BR /&gt;IP_ADDRESS[1]="192.168.x.x"&lt;BR /&gt;SUBNET_MASK[1]="255.255.255.0"&lt;BR /&gt;BROADCAST_ADDRESS[1]=""&lt;BR /&gt;INTERFACE_STATE[1]="up"&lt;BR /&gt;DHCP_ENABLE[1]=0&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;APA configuration&lt;BR /&gt; &lt;BR /&gt;1. /etc/rc.config.d/hp_apaportconf file  &lt;BR /&gt; &lt;BR /&gt;HP_APAPORT_INIT_ARGS="HP_APAPORT_GROUP_CAPABILITY HP_APAPORT_PRIORITY HP_APAPORT_CONFIG_MODE HP_APAPORT_KEY HP_APAPORT_SYSTEM_PRIORITY"&lt;BR /&gt; &lt;BR /&gt;HP_APAPORT_INTERFACE_NAME[0]=lan0&lt;BR /&gt;HP_APAPORT_CONFIG_MODE[0]=LAN_MONITOR&lt;BR /&gt;HP_APAPORT_INTERFACE_NAME[1]=lan1&lt;BR /&gt;HP_APAPORT_CONFIG_MODE[1]=LAN_MONITOR&lt;BR /&gt; &lt;BR /&gt;2. /etc/rc.config.d/hp_apaconf file &lt;BR /&gt; &lt;BR /&gt;HP_APA_START_LA_PPA=900&lt;BR /&gt;HP_APA_DEFAULT_PORT_MODE=MANUAL&lt;BR /&gt; &lt;BR /&gt;HP_APA_INIT_ARGS="HP_APA_LOAD_BALANCE_MODE HP_APA_GROUP_CAPABILITY HP_APA_HOT_STANDBY HP_APA_MANUAL_LA HP_APA_INIT HP_APA_KEY"&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;execute the commands&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/hplm stop &lt;BR /&gt;/sbin/init.d/hpapa stop&lt;BR /&gt;/sbin/init.d/hpapa start&lt;BR /&gt;/sbin/init.d/hplm start&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;lanqueryconf -s&lt;BR /&gt;lancheckconf&lt;BR /&gt;lanapplyconf&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;ifconfig lan900 &lt;BR /&gt;ifconfig lan901 &lt;BR /&gt; &lt;BR /&gt;at this point you will see lan900 interface as configured &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ifconfig lan900&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Sat, 27 Oct 2007 12:50:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proactive-failover/m-p/5076508#M542637</guid>
      <dc:creator>Hasan  Atasoy</dc:creator>
      <dc:date>2007-10-27T12:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Proactive Failover!!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proactive-failover/m-p/5076509#M542638</link>
      <description>10x to all</description>
      <pubDate>Mon, 29 Oct 2007 02:01:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proactive-failover/m-p/5076509#M542638</guid>
      <dc:creator>Delcho Tuhchiev</dc:creator>
      <dc:date>2007-10-29T02:01:21Z</dc:date>
    </item>
  </channel>
</rss>

