LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Setting up a cluster on two servers using oracle enterprise linux (https://www.linuxquestions.org/questions/linux-server-73/setting-up-a-cluster-on-two-servers-using-oracle-enterprise-linux-762780/)

dongarry 10-18-2009 10:53 AM

Setting up a cluster on two servers using oracle enterprise linux
 
i have an HP Proliant ML370 server running Windows 2008 enterprise server. I want to:
1. replace the OS with Oracle enterprise Linux
2. Install Oracle enterprise Linux on another server (HP Proliant DL380 server)
3. Create a cluster for the two servers so that if one server goes down, the other server continues on so that users rarely notice the downtime.

numptypluggh 10-18-2009 11:37 AM

As Unbreakable == RHEL
 
then treat is like RHEL.

I've never used Unbreakable as I prefer RHEL/CentOS but with CentOS, you can install drbd & heartbeat to make a clustered pair.

I recommend that:-

1) You have a private 1GB Lan connection between the two Systems. This is where the Disk Device replication & syncing will happen
2) Have a second private LAN connection for the heartbeat messages
3) all external Network message use a third Lan connection.
4) I have found it easier to use a third system to configure the cluster (login 2 terminals via ssh) then you can see what is going in the logs and also with your scripts.
5) don't be afraid to wipe everything and start again if you get into a mess.

There are plenty of instructions for setting up drbd $ heartbeat on the internet so a little experimentation and if you are a reasonably competent SysAdmin then in a few hours you will have a working system.

Remember, Script Everything on both sides.


All times are GMT -5. The time now is 05:42 PM.