How to configure iSCSI TOE w/ load balancing?


 
Thread Tools Search this Thread
Operating Systems AIX How to configure iSCSI TOE w/ load balancing?
# 8  
Old 12-31-2012
Are both controllers on the same cable, or is the SAN a two port device?
# 9  
Old 12-31-2012
There is actually a switch between the two, I failed to mention that before. So each controller has it's own cable. An ethernet cable goes from each HBA to two different switches, and then the SAN has four connections total between the two switches. So I want to be able to lose a card or a switch and still be functional.

---------- Post updated at 11:18 AM ---------- Previous update was at 11:13 AM ----------

An MPIO other iSCSI disk is a subset of other iSCSI disks. A device is supported as an MPIO other iSCSI disk only if there is no vendor-provided ODM predefined attributes and the device has been certified to operate with the AIX PCM. Certification does not guarantee that all device capabilities are supported when the device is configured as an MPIO other iSCSI disk.

To determine which devices are supported as MPIO other iSCSI disks, run the following script: odmget -quniquetype=disk/iscsi/mpioosdisk PdAt | grep deflt | cut -d'"' -f2
The script output displays a list of inquiry data that contains the device vendor and model.


When I ran this command I got an error

0518-507 odmget: Could not retrieve object for PdAt, ODM error number 5904
# 10  
Old 12-31-2012
Is this PS series SAN?

Do you have an EquaLogic support login, to look for odm/pcm files to support MPIO ?
# 11  
Old 12-31-2012
Yes, PS4100
# 12  
Old 12-31-2012
I was wondering if there is an ethernet load balancing and failover solution for this, since it is partially dual/quad ethernet. Are there actually two scsi cables or other controller paths in the SAN that need to be balanced ?

I found this, looks promising, bottom of page 10: http://www.qlogic.com/Resources/Docu...EqualLogic.pdf
# 13  
Old 12-31-2012
I do have the EqualLogic login and looked but found nothing useful there for AIX.

The SAN is completely using iSCSI, has two separate controllers completely that are for redundancy in case of hardware failure. That does not have to be balanced because it's only used if the other controller isn't active. It has two ports on each controller that it will load balance or failover as well.
# 14  
Old 12-31-2012
Are the two controllers on different cables?
If so, are the disks dual-port scsi, not mirrors?
Could it load balance the controllers remotely? (I guess if the primary controller failed, it could not pass traffic to the other.) In other words, would network load balancing and failover be sufficient? (Not sure how good AIX is at network load balancing!)

It seems Veritas can take over this function, which they call DMP. They still need the ODM set up right, but turn off MPIO!

Another nice article. I think the key is the ODM setup.

http://aix4admins.blogspot.com/2011/...aix-at-no.html

EquaLogic AIX iSCSI manual: http://attachments.wetpaintserv.us/u...Dy4TkEkA320298

Last edited by DGPickett; 12-31-2012 at 02:39 PM..
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. UNIX for Advanced & Expert Users

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... (3 Replies)
Discussion started by: satimis
3 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