High availability/Load balancing


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users High availability/Load balancing
# 1  
Old 10-17-2010
High availability/Load balancing

Hi folks,

(Sorry I don't know what its technology is termed exactly. High Availability OR load balancing)

What I'm going to explore is as follows:-

For example, on Physical Servers;

Server-1 - LAMP, a working server
Server-2 - LAMP, for redundancy

While Server-1 is working all working data will be synchronized/duplicated on Server-2 simultaneously. When Server-1 is down for whatever cause the network will be switched automatically to Server-2. No interruption will be caused. Server-2 will continue to work. Then Server-1 can be repaired/upgraded/reconfigured etc.


Now I want to do it on VMs of Oracle VirtualBox.

Can any folk point me some links. Google brought me some links but I'm not sure which of them will be my guide. TIA

B.R.
satimis
# 2  
Old 10-24-2010
Check this out:
google.com -> "switch fault tolerance"
Intel got adapters and drivers which you can use and have necessary features.
I cannot post full link, because of number of my posts is smaller than 5.
# 3  
Old 10-24-2010
i run a sun cluster (oracle now) in virtualbox on my notebook. all you need is vbox, solaris and the cluster software. and all can be downloaded at oracle.
# 4  
Old 10-25-2010
Quote:
Originally Posted by Chrisdot
Check this out:
google.com -> "switch fault tolerance"
Intel got adapters and drivers which you can use and have necessary features.
I cannot post full link, because of number of my posts is smaller than 5.
Hi Chrisdot,

Thanks for your advice.

Whether you meant:

Intel® Advanced Network Services (iANS) on Red Hat Linux*: Intel Network Adapters User Guide
Intel® Advanced Network Services (iANS) on Red Hat Linux*: Intel Network Adapters User Guide

TIA

B.R.
satimis



---------- Post updated at 02:05 PM ---------- Previous update was at 01:48 PM ----------




Quote:
Originally Posted by DukeNuke2
i run a sun cluster (oracle now) in virtualbox on my notebook. all you need is vbox, solaris and the cluster software. and all can be downloaded at oracle.
Hi,

Thanks for your advice.

I have Oracle VBox running on the box

host - Ubuntu 1010 desktop 64 bit
VMs - 4 nodes (identical, created with cloning) LAMP server 64 bit

Whether following documents are relevant;
Installing Oracle Cluster Management Software on Linux Installing Oracle Cluster Management Software on Linux

Installing Oracle Database 10g with Real Application Cluster (RAC) on Red Hat Enterprise Linux Advanced Server 3
Installing Oracle Database 10g Real Application Cluster (RAC) on Red Hat Linux Advanced Server (RedHat, Oracle10g RAC)

???

TIA

B.R.
satimis
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Load Balancing in UNIX

Dear All, Can any one help me for this request? There is a case. I have 20 files which I need to FTP to 5 servers. I want to know if there is any possibility to make a load balancer which transfers files in round robin manner to 5 servers. As per theoretical algorithm, what I think, flow can... (9 Replies)
Discussion started by: Zaib
9 Replies

2. UNIX for Advanced & Expert Users

Load balancing in Autosys

Hi, I am working on development project where I have to migrate many jobs from Tidal to Autosys R11. During this project we came across the following requirements. 1. There are 3 real machines. There could be many jobs activated simultaneously, but only one job should execute at a time and... (0 Replies)
Discussion started by: sujeetp
0 Replies

3. UNIX for Advanced & Expert Users

Help in MQ load balancing

Hi, Currently we have 3 old and 3 new servers catering to Live traffic. As my component move from legacy interfaces to MQ one, we want to have load balancing of old interfaces available on MQ interface as well. For this, we want to send only 30% of all MQ traffic on 3 OLD Live servers, and want... (1 Reply)
Discussion started by: senkerth
1 Replies

4. IP Networking

Load Balancing ppp

Hello everybody How can i Load Balance two slow ppp(gprs) connections with iptables . (4 Replies)
Discussion started by: rink
4 Replies

5. Linux

HTTP load balancing.

Hi, We have 2 pools of servers. Lets call them A and B and they would contain 2 servers each. Pool A will be hosting www.example.com/app/v1 and pool B will be hosting www.example.com/app/v2. Clients will be requesting right url (/v1 or /v2) but will be hitting just one IP. I'd like to: 1)... (3 Replies)
Discussion started by: chrisfb
3 Replies

6. Web Development

Load Balancing in Apache

Hi All, I have one webserver which has an application for a set of internal users can be accessed by _http://server1.com I am planning to load balance this application. For that I have cloned this server and build a new one which can be accessed using _http://server2.com]Server2.com. Also i... (2 Replies)
Discussion started by: Tuxidow
2 Replies

7. Solaris

Load balancing with IPMP

Is it possible to do a load balancing ( incoming and outgoing )with with IPMP in solaris 10 like sun trunking ? If yes what are the steps involved in it , i know how to do the failover IPMP both link based and probe based but i 'm looking for possible load balancing (3 Replies)
Discussion started by: fugitive
3 Replies

8. Ubuntu

perlbal and load balancing

Hi guys, I wonder if someone would be able to assist with my problem. I have just set up a load balancer for a company I am working for. HTTP redirection is working fine, however they also want to load balance SSH and FTP too. At the moment the perlbal config looks like; CREATE POOL webhttp ... (1 Reply)
Discussion started by: JayC89
1 Replies

9. UNIX for Advanced & Expert Users

Sun: High kernel usage & very high load averages

Hi, I am seeing very high kernel usage and very high load averages on my system (Although we are not loading much data to our database). Here is the output of top...does anyone know what i should be looking at? Thanks, Lorraine last pid: 13144; load averages: 22.32, 19.81, 16.78 ... (4 Replies)
Discussion started by: lorrainenineill
4 Replies

10. UNIX for Dummies Questions & Answers

Question about load balancing

If you have two or more servers load balancing, are the servers mirroring one another? If images, etc., are uploaded, will they be stored on all the servers so that if one server goes down, the images will be served up by another server? (1 Reply)
Discussion started by: wvmlt
1 Replies
Login or Register to Ask a Question