HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Multipath Configuration
Operating System - Linux
1832143
Members
2904
Online
110038
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2007 06:57 PM
03-19-2007 06:57 PM
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
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2007 08:14 PM
03-19-2007 08:14 PM
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.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2007 09:23 PM
03-20-2007 09:23 PM
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
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2007 11:31 PM
03-20-2007 11:31 PM
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
regards,
Brendan
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP