1832143 Members
2904 Online
110038 Solutions
New Discussion

Multipath Configuration

 
Md. Alamgir Khan
Occasional Advisor

Multipath Configuration

Hi

My configuration is
OS Enterprise Linux AS 3 Update 3
DL580 G4
HP StorageWorks 1000 Modular Smart Array
HBA FC SAN Switch

How to Multipath Configuration Procedures Redhat Enterprise Linux AS 3.3 Environments
Please help me

Best Reguards
Alamgir Khan

3 REPLIES 3
Jarle Bjorgeengen
Trusted Contributor

Re: Multipath Configuration

Hi,

I hope you have Qlogic adapters . Those are the most stable , and have the most mature drivers.

Multpathing is handled within the qlogic driver. The driver presents on device to the operating system regardless of the number of paths when configured for multipathing.

Pick your card from here,

http://h20180.www2.hp.com/apps/Nav?h_pagetype=s-001&h_lang=en&h_cc=us&h_product=348749&h_client=S-A-R163-1&h_page=hpcom〈=en&cc=us

and choose download drivers.
Andrew Cowan
Honored Contributor

Re: Multipath Configuration

Alamgir,

Take a look at these URL's:

http://www.compaq.co.jp/products/software/oe/linux/mainstream/bin/support/doc/option/fibre/hp_qla2x00-2005-05-11.tar.gz.txt
http://www.compaq.co.jp/products/software/oe/linux/mainstream/support/doc/option/fibre/pdfs/c00169487-2004may.pdf
http://h20000.www2.hp.com/bizsupport/TechSupport/DriverDownload.jsp?locale=en_US&taskId=135&prodSeriesId=315739&prodTypeId=12169&pnameOID=315741〈=English
http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareIndex.jsp?lang=en&cc=us&prodNameId=315741&prodTypeId=12169&prodSeriesId=439556&swLang=8&taskId=135&swEnvOID=1080

The default installation mode sets up the driver in "failover mode" with the appropriate parameters such as ql2xfailover=1, etc setup in your /etc/modprobe.conf.

The contents of '/etc/modprobe.conf' that confirms QLogicFailover driver:

options qla2xxx ql2xmaxqdepth=16 qlport_down_retry=30 ql2xloginretrycount=16 ql2xfailover=1 ql2xlbType=1 ql2xautorestore=0x80
remove qla2xxx /sbin/modprobe -r --first-time --ignore-remove qla2xxx && { /sbin/modprobe -r --ignore-remove qla2xxx_conf; }

resulting '/etc/hp_qla2x00.conf':
qdepth = 16
port_down_retry_count = 30
login_retry_count = 16
failover = 1
load_balancing = 1
excludemodel = 0x0
auto_restore = 0x80

Brendan Murphy_5
Frequent Advisor

Re: Multipath Configuration

You should verify that Update 3 is supportted with these drivers? You may have to update to a higher level.

regards,

Brendan