LOAD BALANCING (Experienced help needed)


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers LOAD BALANCING (Experienced help needed)
# 1  
Old 04-26-2003
LOAD BALANCING (Experienced help needed)

now, i have been reading alot of books about this load balancing thing. when looking at the output of iostat and one determines that the disks do not have roughly equivalent utilization rate, books i've read mentions balancing the loads so the loads are spread evenly across the disks.

Now, i really hate this as at least, these damn books should explain in plain steps how to accomplish this balancing concept. instead they go on assuming their readers knows what the hell is going on.

The help I need from you guys is for you to tell me what i'm supposed to do when "load balancing". i mean, what do i do?? please dont give sumed up answers. i would appreciate if you can tell me in details. it can't be that complicated. Just go straight to the main points and I will fill in the rest cuz I not new to Unix.

(remember, i have no clue about this load balancing so please include in your answers any little information that u feel is important)

thank you
# 2  
Old 04-28-2003
Could you please tell us what kind of unix you are running?

Solaris, Hp-ux ?

Please run: uname -a
and post the output . It will tell what OS you are running.
And then we can point at some software and tricks to help you out.

/Peter
# 3  
Old 04-29-2003
am running sunOS 5.8, and 8
also Linux RedHat 8.0
# 4  
Old 04-29-2003
Sun has a product called Disk Suite for solaris 8 witch lets you make software raids and that is a way of even the load across disks and controllers. It will also improve system stability if used
for mirroring disks.

check it out on www.sun.com. Its free and included in the solaris 8 distro.

Linux has a product that does the same thing dont remember the name maybe someone can help out ?

Hope thats what you were after? You could also try to split up software across machines lets say one server runs the database and one runs the application... Load balancing is a huge area so please if you need any more specific help please just ask!

/Peter
# 5  
Old 04-29-2003
heres a specific question:

I type iostat 5 5 or something like that. from the output of this command I noticed that a particular disk is being hit real hard with information. now, this is obviously not GOOD. now, what do I do?? spread the hits across all the cpus on the system so one particular cpu doesn't get hit to death or to the point of crashing, right??

HOW DO I DO THAT????
# 6  
Old 04-30-2003
Do you mean CPU ur DISK?

anyway if you mean disk

you could use disk suite as i said


or if you know that for example your ftp site is on /ftp/pub/
and /ftp is mounted on one disk you could try split the load by adding more disks and mount specific subdirectorys to the diffrent disks. lets say

/dev/dsk/c1t2d0s1 /ftp/pub/lots_of_files/
/dev/dsk/c1t3d0s1 /ftp/pub/more_files/

and so on..

If you can tell me what kind of software you are running i may be able to help you out better.. If you know could you please post what kind of hardware you are running? big iron small iron?

/peter

Last edited by s93366; 04-30-2003 at 05:41 PM..
# 7  
Old 05-02-2003
Re: LOAD BALANCING (Experienced help needed)

Quote:
Originally posted by TRUEST


Now, i really hate this as at least, these damn books should explain in plain steps how to accomplish this balancing concept. instead they go on assuming their readers knows what the hell is going on.

possably the reason the book does not include a how-to is because it is written for every os.

The books i have read assume:
1) you dont know what to look for
2) you know how to implament various methods

google groups has always turned up a wealth of information, at least a referance to a command or something so i can start my "man page" hunt.

Solairs:
to implament diskload balancing you can use "metatool" for the gui or "metainit" for the command line.
 
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. IP Networking

SFTP Software Load Balancing

All, I am running some RHEL 5 SFTP servers and I need to load balance them. I am most likely having to do a software load balance. I tried it with Piranha, but I get a connection refused response after setting it up. Anyone have any experience with trying to load balance SSH/SFTP and... (0 Replies)
Discussion started by: markdjones82
0 Replies

7. 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

8. 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

9. 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

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