HA Network


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers HA Network
# 1  
Old 02-11-2008
HA Network

I'm trying to setup a load balanced Highly Available network on Red Hat Linux Enterprise 4. I've been trying to read up on whats available and whats possible, but still am unsure about the best route.

Configuration

I currently have two servers that ideally will be configured to run
  • Apache
  • Tomcat
  • MySQL
  • Shared Disk Space

I'd load balance requests to the server machines while concurrently accessing/updating the mySQL databases (one each machine for redundancy) and making reads and writes to the shared disk space.

From my research so far it looks like there are many products (both commercial and otherwise) that handle a piece of this problem. I'm looking for peoples suggestions for a whole package. I'm open to commercial and open source products.

To me it looks like I may want to implement Heartbeat for the server monitoring, with mySQL enterprise for database mirroring, ultra monkey or pirhana for load balancing, and DRBD for shared disk space. The biggest problem I see in this is the DRBD cannot support active/active clusters. Since we expect the number of servers to scale up, I can't do active/passive systems since the hard-drive space requirement would go up exponentially to do a primary->secondary for 10 machines each mirroring their data on the other 10 instead of a single shared data access.

I read some about GFS, but am not sure if it works in practice or not. Any advice is very much appreciated.
# 2  
Old 02-11-2008
What is the nature of the shared diskspace? Is this something that the nodes can rsync from rather than actually share, even if there is a process that is updating images or what not?

Are you going to run every node with its own mysql server, an apache server and tomcat server?
# 3  
Old 02-11-2008
Based on queries to the apache server, applications within another cluster must begin processing data. The output then needs to be available to any of the web server from that point forward.

The thought was to run an Apache/Tomcat cluster, mySQL cluster, and shared access cluster (where the processing will happen) After a request is made into tomcat the process cluster will be accessed to farm out the work.

As of this afternoon I have found an article that describes a partial solution, but I need write privs from any of the nodes, not just a master. Setting Up A Highly Available NFS Server | HowtoForge - Linux Howtos and Tutorials

what are the capabilities of rsync? could I rsync to the master's NFS drive from one of the other cluster nodes?
# 4  
Old 05-15-2008
Hi All,
at work, we are facing the same problem for sharing filesystem. We decided to go forward with GFS. I think that's the most secure way, especially if your system is really critical.
I'll give my feedback, after installation Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. IP Networking

I would like to monitor network traffic for a computer on my network

My son does homework on a school laptop. I was thinking about setting up a gateway on my home network, so that I can monitor web traffic and know if he is doing his homework without standing over his shoulder. Ideally I would like to use the Raspberry Pi Model b that I already have. However, I... (15 Replies)
Discussion started by: gandolf989
15 Replies

2. Red Hat

Network becomes slow and return fast only after restart network

Hi, I have 2 machines in production environment: 1. redhat machine for application 2. DB machine (oracle) The application doing a lot of small read&writes from and to the DB machine. The problem is that after some few hours the network from the application to the DB becomes very slow and... (4 Replies)
Discussion started by: moshesa
4 Replies

3. Solaris

No network cable But Network interface is UP and Running

I've one Netra 240 After changing main board and system configuration card reader, Network is not accessible any more, Network interfaces are always UP and Running even when there is no cable connected to Network interfaces. I tried to restart and plumb/unplumb with no luck. ifconfig -a... (7 Replies)
Discussion started by: samer.odeh
7 Replies

4. UNIX and Linux Applications

Access to network interface (Mac-network)

Hi, I'm a italian student. For my thesis I develop a gateway with protocol 6lowpan. For that I must access to network interface to develope my personal stack based on standard 802.15.4. Can you help me? I need an explanation for that. (0 Replies)
Discussion started by: berny88
0 Replies

5. Solaris

configure zones to have different network interface and network

i need to configure a zone to use different interface (bge2) than global and have connected to completely different network switch & to use its own defaultrouter and hosts file .. is it possible ..if so ..how ? Thanks (9 Replies)
Discussion started by: skamal4u
9 Replies

6. UNIX for Advanced & Expert Users

Network Shell Script & Blade Logic & Network Security

I am going to take up a position in Data & Network Security. I would need to write network shell scripts doing the following task: Going to around 2000 servers and findout which groups has access to each servers and which ids are there in each group that has access. I need to implement... (1 Reply)
Discussion started by: pinnacle
1 Replies

7. IP Networking

ssh server is attachable from local network not from another network

hello i have a ubuntu ssh server that i can acess from any of my comnputers but only if they are on the same wireless network as the server. i tested trhis my tehtehring my samsung blackjack to my windows partition and installing openssh to windows it works when windows is on the wireless but no... (1 Reply)
Discussion started by: old noob
1 Replies

8. Programming

Help in developing a Network Appliation to monitor pc in a network

I am developing a Network Appliation to monitor computers in a network. Specs are App monitors the current web page viewed in each system App also can shutdown the computer in the network App can show all process run by each computer in the network I am now confused how to start my... (2 Replies)
Discussion started by: valaparambil88
2 Replies
Login or Register to Ask a Question