- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- HP servers HA solution
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 10:54 PM
08-25-2005 10:54 PM
One of my customer have 2 hp servers: ML 350 G2 with RH 8.0 & 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.
Now, please suggest 1. which version of RH / FC can be installed on SATA based ML 150?
2. Can we make a HA solution for mail services on the servers having different OS versions?
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)?
Please advise with some details as I am new to HA clustering thing.
Thanks in Advance..
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 11:11 PM
08-25-2005 11:11 PM
Re: HP servers HA solution
You have two clustering options. Red Hat Clustering that ships wiht RH ES 3/4 or Serviceguard.
Both have advantages and disadvantages.
With Clustering Sendmail can be configured as a package that fails over from node to node providing HA for your users.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 11:48 PM
08-25-2005 11:48 PM
Re: HP servers HA solution
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.
Thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2005 12:30 AM
08-26-2005 12:30 AM
SolutionFor 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).
You must use the same linux version, upgrade you old RH 8 Linux.
You need two network adapters on each server, a serial port, and the shared storage, the same linux version and the heartbeat software.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2005 10:12 PM
08-26-2005 10:12 PM
Re: HP servers HA solution
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 )
thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2005 10:28 PM
08-27-2005 10:28 PM
Re: HP servers HA solution
http://www.linux-mag.com/2003-11/availability_01.html Highly-Affordable High Availability
http://www.linux-mag.com/2003-11/drbd_01.html Data Redundancy By DRBD
http://h71000.www7.hp.com/openvms/journal/v5/#cluster - This paper surveys the cluster technologies for the operating systems available from many vendors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2005 12:42 AM
08-29-2005 12:42 AM
Re: HP servers HA solution
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.
Other MTA's use one file per message for a user. This is recommended if you are going to use rsync for data syncrhonization.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2006 06:13 PM
01-03-2006 06:13 PM