<?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 servers HA solution in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/hp-servers-ha-solution/m-p/4921330#M46043</link>
    <description>I think RH ES 3 or FC3 will work nicely.&lt;BR /&gt;&lt;BR /&gt;You have two clustering options. Red Hat Clustering that ships wiht RH ES 3/4 or Serviceguard.&lt;BR /&gt;&lt;BR /&gt;Both have advantages and disadvantages.&lt;BR /&gt;&lt;BR /&gt;With Clustering Sendmail can be configured as a package that fails over from node to node providing HA for your users.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Fri, 26 Aug 2005 06:11:17 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-08-26T06:11:17Z</dc:date>
    <item>
      <title>HP servers HA solution</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-servers-ha-solution/m-p/4921329#M46042</link>
      <description>Dear Friends,&lt;BR /&gt;&lt;BR /&gt;One of my customer have 2 hp servers: ML 350 G2 with RH 8.0 &amp;amp; new ML 150 with SATA HDD. he uses ML 350 as mail server (sendmail). Now, his requirement is to install RH/ FC on new SATA based server and configure it as a HA member for ML 350 server, means, if 350 goes down, ML 150 should take it's place without any intervention and all mail data should be available.&lt;BR /&gt;&lt;BR /&gt;Now, please suggest 1. which version of RH / FC can be installed on SATA based ML 150?&lt;BR /&gt;2. Can we make a HA solution for mail services on the servers having different OS versions?&lt;BR /&gt;3. Which components / configuration is required to accomplish this task ( I think I have to use some data sync mechanism which will replicate the data to backup (ML 150) server and some system which will trigger secondary system to work when main server is down)?&lt;BR /&gt;&lt;BR /&gt;Please advise with some details as I am new to HA clustering thing.&lt;BR /&gt;Thanks in Advance..</description>
      <pubDate>Fri, 26 Aug 2005 05:54:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-servers-ha-solution/m-p/4921329#M46042</guid>
      <dc:creator>kcpant</dc:creator>
      <dc:date>2005-08-26T05:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: HP servers HA solution</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-servers-ha-solution/m-p/4921330#M46043</link>
      <description>I think RH ES 3 or FC3 will work nicely.&lt;BR /&gt;&lt;BR /&gt;You have two clustering options. Red Hat Clustering that ships wiht RH ES 3/4 or Serviceguard.&lt;BR /&gt;&lt;BR /&gt;Both have advantages and disadvantages.&lt;BR /&gt;&lt;BR /&gt;With Clustering Sendmail can be configured as a package that fails over from node to node providing HA for your users.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 26 Aug 2005 06:11:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-servers-ha-solution/m-p/4921330#M46043</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-08-26T06:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: HP servers HA solution</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-servers-ha-solution/m-p/4921331#M46044</link>
      <description>Many Thanks for reply SEP,&lt;BR /&gt;&lt;BR /&gt;Your answer cleared that I can install FC3 on this new server without any problem. Now, Please tell me will it work if I have different OS versions on both the servers? and can you guide me to some how-to links for clustering with some FC based GPL application.&lt;BR /&gt;&lt;BR /&gt;Thanks again</description>
      <pubDate>Fri, 26 Aug 2005 06:48:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-servers-ha-solution/m-p/4921331#M46044</guid>
      <dc:creator>kcpant</dc:creator>
      <dc:date>2005-08-26T06:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: HP servers HA solution</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-servers-ha-solution/m-p/4921332#M46045</link>
      <description>If you don't want to buy a clustering software, you can use heartbeat (&lt;A href="http://www.linux-ha.org/heartbeat)." target="_blank"&gt;www.linux-ha.org/heartbeat).&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For a mail server, even when can be done with utilities like rsync, is not recomended to copy the files from server to server via network to sync the data. The data is changing very quickly. So you need a shared storage (Like MSA).&lt;BR /&gt;&lt;BR /&gt;You must use the same linux version, upgrade you old RH 8 Linux.&lt;BR /&gt;&lt;BR /&gt;You need two network adapters on each server, a serial port, and the shared storage, the same linux version and the heartbeat software.</description>
      <pubDate>Fri, 26 Aug 2005 07:30:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-servers-ha-solution/m-p/4921332#M46045</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-08-26T07:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: HP servers HA solution</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-servers-ha-solution/m-p/4921333#M46046</link>
      <description>Thanks Ivan,&lt;BR /&gt;&lt;BR /&gt;I appreciate the help porvided by you, any other such links or resources/ tips will be highly helpful for me to fully understand clustering. One more thing is, if I use rsync instead of a storage box, what complications will arise ( I assume the data on both nodes will not be exact, pl let me know if any other )&lt;BR /&gt;&lt;BR /&gt;thanks again</description>
      <pubDate>Sat, 27 Aug 2005 05:12:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-servers-ha-solution/m-p/4921333#M46046</guid>
      <dc:creator>kcpant</dc:creator>
      <dc:date>2005-08-27T05:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: HP servers HA solution</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-servers-ha-solution/m-p/4921334#M46047</link>
      <description>These articles may be useful:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linux-mag.com/2003-11/availability_01.html" target="_blank"&gt;http://www.linux-mag.com/2003-11/availability_01.html&lt;/A&gt;  Highly-Affordable High Availability  &lt;BR /&gt;&lt;A href="http://www.linux-mag.com/2003-11/drbd_01.html" target="_blank"&gt;http://www.linux-mag.com/2003-11/drbd_01.html&lt;/A&gt;  Data Redundancy By DRBD&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/openvms/journal/v5/#cluster" target="_blank"&gt;http://h71000.www7.hp.com/openvms/journal/v5/#cluster&lt;/A&gt; - This paper surveys the cluster technologies for the operating systems available from many vendors&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 28 Aug 2005 05:28:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-servers-ha-solution/m-p/4921334#M46047</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2005-08-28T05:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: HP servers HA solution</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-servers-ha-solution/m-p/4921335#M46048</link>
      <description>For Mail Servers, if you use rsync to sync the data, there can a problem depending of the MTA.&lt;BR /&gt;&lt;BR /&gt;Sendmail uses one file (mailbox) for all messages for a user. The rsync utility is able to copy only modified files, then reducing bandwidht and sync time. But as sendmail use only one file, when a new mail arrives, then all the file must be copied again. So, rsync won't be too useful. Also, if the system crash while copying, the mailbox may be corrupt.&lt;BR /&gt;&lt;BR /&gt;Other MTA's use one file per message for a user. This is recommended if you are going to use rsync for data syncrhonization.</description>
      <pubDate>Mon, 29 Aug 2005 07:42:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-servers-ha-solution/m-p/4921335#M46048</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-08-29T07:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: HP servers HA solution</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-servers-ha-solution/m-p/4921336#M46049</link>
      <description>Closing threads open from a long time....</description>
      <pubDate>Wed, 04 Jan 2006 02:13:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-servers-ha-solution/m-p/4921336#M46049</guid>
      <dc:creator>kcpant</dc:creator>
      <dc:date>2006-01-04T02:13:40Z</dc:date>
    </item>
  </channel>
</rss>

