<?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: APA software in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/apa-software/m-p/3192141#M164980</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You could probably do an active/passive with your own scripts. But as far as HP goes and my knowledge goes, there isn't any free way of doing either of active/passive and active/active.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Fri, 13 Feb 2004 17:14:29 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2004-02-13T17:14:29Z</dc:date>
    <item>
      <title>APA software</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apa-software/m-p/3192138#M164977</link>
      <description>Is there another HP supported way to provide active/passive and active/active network fail over capabilities without this APA software?&lt;BR /&gt;&lt;BR /&gt;It seems that IBM and SUN have this feature for free, while HP charge money for the APA sw. &lt;BR /&gt;&lt;BR /&gt;thx in advance&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Feb 2004 16:32:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apa-software/m-p/3192138#M164977</guid>
      <dc:creator>Jimmy Tom_2</dc:creator>
      <dc:date>2004-02-13T16:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: APA software</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apa-software/m-p/3192139#M164978</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Only otherway I know is with ServiceGuard which does Active/passive failover. And you will have to pay for it too. You can setup a single node cluster which can take care of active - standby lan card failure.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 13 Feb 2004 16:39:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apa-software/m-p/3192139#M164978</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-02-13T16:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: APA software</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apa-software/m-p/3192140#M164979</link>
      <description>Sridhar, are you saying I have to paid HP for either the apa sw or ServiceGuard sw to get this feature?  There is no other way?&lt;BR /&gt;&lt;BR /&gt;thx</description>
      <pubDate>Fri, 13 Feb 2004 17:12:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apa-software/m-p/3192140#M164979</guid>
      <dc:creator>Jimmy Tom_2</dc:creator>
      <dc:date>2004-02-13T17:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: APA software</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apa-software/m-p/3192141#M164980</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You could probably do an active/passive with your own scripts. But as far as HP goes and my knowledge goes, there isn't any free way of doing either of active/passive and active/active.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 13 Feb 2004 17:14:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apa-software/m-p/3192141#M164980</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-02-13T17:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: APA software</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apa-software/m-p/3192142#M164981</link>
      <description>So what commands would you use to do the active/pass link?</description>
      <pubDate>Fri, 13 Feb 2004 17:22:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apa-software/m-p/3192142#M164981</guid>
      <dc:creator>Jimmy Tom_2</dc:creator>
      <dc:date>2004-02-13T17:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: APA software</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apa-software/m-p/3192143#M164982</link>
      <description>Hi Jimmy,&lt;BR /&gt;&lt;BR /&gt;You will need to have a standby card connected to the same lan (bridged) but in unconfigured state.&lt;BR /&gt;&lt;BR /&gt;You can write a script that runs either through cron or continuously with sleeps in it. You will need to find if the primary interface is down. One way is to check for the hardware state of the lancard. You can use a small script like below&lt;BR /&gt;&lt;BR /&gt;lanadmin &amp;lt;&amp;lt; EOF 2&amp;gt;&amp;amp;1 |grep "Operation Status"&lt;BR /&gt;lan&lt;BR /&gt;ppa 5&lt;BR /&gt;display&lt;BR /&gt;quit&lt;BR /&gt;EOF&lt;BR /&gt;&lt;BR /&gt;If the output is down, then the physical state of the card is possibly down, then you can use 'ifconfig' command to unconfigure the primary interface and configure the IP address on the standby interface. &lt;BR /&gt;&lt;BR /&gt;This is only an idea. You will need to improvise on it.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Feb 2004 17:43:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apa-software/m-p/3192143#M164982</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-02-13T17:43:06Z</dc:date>
    </item>
  </channel>
</rss>

