<?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 automatic failover in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/automatic-failover/m-p/2937377#M89117</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I want to use a linux like a  failover "router".&lt;BR /&gt;I have two NT servers with an application. Both are identicals, but one are more powerfull than the other.&lt;BR /&gt;I want to create with linux, an failover that in case of failure in one NT, switch the tcp traffic to another NT.&lt;BR /&gt;Are there any soft that fullfil this function ???&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 27 Mar 2003 15:43:28 GMT</pubDate>
    <dc:creator>Daniel Ubeda</dc:creator>
    <dc:date>2003-03-27T15:43:28Z</dc:date>
    <item>
      <title>automatic failover</title>
      <link>https://community.hpe.com/t5/operating-system-linux/automatic-failover/m-p/2937377#M89117</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I want to use a linux like a  failover "router".&lt;BR /&gt;I have two NT servers with an application. Both are identicals, but one are more powerfull than the other.&lt;BR /&gt;I want to create with linux, an failover that in case of failure in one NT, switch the tcp traffic to another NT.&lt;BR /&gt;Are there any soft that fullfil this function ???&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Mar 2003 15:43:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/automatic-failover/m-p/2937377#M89117</guid>
      <dc:creator>Daniel Ubeda</dc:creator>
      <dc:date>2003-03-27T15:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: automatic failover</title>
      <link>https://community.hpe.com/t5/operating-system-linux/automatic-failover/m-p/2937378#M89118</link>
      <description>That's what the floating ip address is all about in the package.  During failover the ip address migrates to the other node as does the application package.  So the destination of the TCP traffic is still the floating IP and not the fixed IP's of either node.  In short, you have two fixed ips assigned, one to each NT server, and one dynamic ip assigned to the application package.&lt;BR /&gt;&lt;BR /&gt;But bear in mind that TCP is not a connectionless IP protocol like UDP is.  Unlike UDP, which is connectionless, everything will be dropped in a TCP connection upon failover.&lt;BR /&gt;&lt;BR /&gt;Also a clustering agent is O/S specific since the clustering binary files interact with the O/S drivers and these drivers will be specific to each O/S.  So in this case an NT clustering failover utility is indicated.&lt;BR /&gt;&lt;BR /&gt;Here's one:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.networkcomputing.com/1103/1103f3.html" target="_blank"&gt;http://www.networkcomputing.com/1103/1103f3.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And here's one about Linux:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://linux-ha.org/" target="_blank"&gt;http://linux-ha.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There are web applications like apache that will load balance ip traffic.  Here is one link about it:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://httpd.apache.org/docs/vhosts/name-based.html" target="_blank"&gt;http://httpd.apache.org/docs/vhosts/name-based.html&lt;/A&gt;</description>
      <pubDate>Thu, 27 Mar 2003 18:24:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/automatic-failover/m-p/2937378#M89118</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-03-27T18:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: automatic failover</title>
      <link>https://community.hpe.com/t5/operating-system-linux/automatic-failover/m-p/2937379#M89119</link>
      <description>Yes, I know that NT cluster is the solution, but we need W2k advanced server to do this and we have w2k server ... is a cost balance ...&lt;BR /&gt;We want make with linux a switch that recognize the the failure of one NT and send the ip trafic to another NT ...&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Thu, 27 Mar 2003 18:34:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/automatic-failover/m-p/2937379#M89119</guid>
      <dc:creator>Daniel Ubeda</dc:creator>
      <dc:date>2003-03-27T18:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: automatic failover</title>
      <link>https://community.hpe.com/t5/operating-system-linux/automatic-failover/m-p/2937380#M89120</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I suggest these.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linuxvirtualserver.org" target="_blank"&gt;http://www.linuxvirtualserver.org&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.ultramonkey.org" target="_blank"&gt;http://www.ultramonkey.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Mar 2003 11:31:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/automatic-failover/m-p/2937380#M89120</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2003-03-28T11:31:53Z</dc:date>
    </item>
  </channel>
</rss>

