- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: automatic failover of HBA with RHEL
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
10-21-2005 07:06 AM
10-21-2005 07:06 AM
automatic failover of HBA with RHEL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2005 07:32 AM
10-21-2005 07:32 AM
Re: automatic failover of HBA with RHEL
See:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=959762
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=939917&admit=-682735245+1129923080175+28353475
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2005 03:42 AM
10-22-2005 03:42 AM
Re: automatic failover of HBA with RHEL
if you use qlogic FC adapter, failover is build in qlogic driver for linux.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2005 08:01 PM
10-22-2005 08:01 PM
Re: automatic failover of HBA with RHEL
It is also independent of the HBA hardware you are using, i.e. works with qla and emulex the same.
For using qla's built in failover you need to build the driver yourself. The one that is shipping with RHEL4 doesn't have the failover and /proc/scsi support. But there are 3rd party packaged qla drivers for RHEL4 with failover support at
http://atrpms.net/name/qla2xxx/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2005 09:14 PM
10-22-2005 09:14 PM
Re: automatic failover of HBA with RHEL
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2005 01:59 PM
10-24-2005 01:59 PM
Re: automatic failover of HBA with RHEL
I am in the process to either install SP 3.0C or using the codes that came with the Qlogic controllers. Please share your opinions on either method.
Thank you in advance.
Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2005 04:09 PM
10-30-2005 04:09 PM
Re: automatic failover of HBA with RHEL
I am about to deploy RHEL4 Update2 (32 bits)on a 4 Dual-core Opteron, connected to EMC DMX disk storage( 4 devices assigned to the host) using 2 Qlogic QLA2340 (each HBA has one path to each of the 4 devices).
Can you give me some details on how to setup device multipath, automatic failover/load-balance of the HBAs.
I am used to do it in HPUX and Solaris, but no experience in RHEL4. Usually we use powerpath in HPUX and Solaris, but if RHEL4 Update2 has the funtionalities build-in then we can save money if it works and performance is good.
Thank you very much in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2005 07:16 PM
10-30-2005 07:16 PM
Re: automatic failover of HBA with RHEL
first of all why use 32 bits version of RHEL4U2 on a 64 bits system?
Setting up multipath has become really easy with RHEL4U2:
- Comment the first three lines of /etc/multipath.conf to activate multipath, these are the definition of devnode_blacklist that blacklists everything at the beginning.
- chkconfig multipathd on and service multipathd start to have the multipath daemon running.
Now you can either reboot or use multipath -v2 to create your multipath devices. These devices are then called /dev/dm-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2005 12:25 AM
10-31-2005 12:25 AM
Re: automatic failover of HBA with RHEL
First of all thanks for the quick reply.
I will be using the 32 bits version of RHEL4U2 because one of our application does not support the 64 bits version.
Given that we are a HPUX shop, we surely will use LVM (HPUX people do not know any other way).
RHEL4's multipath, would that take care of HBA failover. How is the performance of load balance?
I have search google and not docs about RHEL4 multipathing. Do you have any documentation that I could have?
Thanks,
Juan L.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2005 03:30 AM
10-31-2005 03:30 AM
Re: automatic failover of HBA with RHEL
I'm not aware of any Red Hat documentation update regarding multipath.
Are you sure that the x86_64 version of RHEL will not be able to run your 32 bit application? That's what it's been designed for (keyword is "multilib").
Performance of multipath depends on the SAN device used. Switching between qla's failover model and dm's multipath is easy, so you can benchmark your setup and decide on which method to use.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2005 06:03 AM
10-31-2005 06:03 AM
Re: automatic failover of HBA with RHEL
Coming from a Unix enviroment, I did not wanted to go 32bits. To me it is walking backwards. But one of our large 3rd party software vendor put it in written that they were not certified on 64Bits.
I appreciate your great help. Please if you come across a RHEL4 multipath information please point it to me. My email is jleon@siac.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2005 08:11 AM
10-31-2005 08:11 AM
Re: automatic failover of HBA with RHEL
http://christophe.varoqui.free.fr/
Technically this is the userland part of multipath, but it discusses multipath setups in general. There isn't (yet?) any RHEL specific page, but most bits apply.
A word of caution: Don't get scared by the too technical diagrams on the front page. This is more for vendors/distributors to check on the various bits when doing the integration work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2005 02:10 AM
11-21-2005 02:10 AM
Re: automatic failover of HBA with RHEL
I´ve got two 2214dc in a dl285 and installed the hp drivers 8.0.0.02 in Red Hat Enterprise Linux 4 U2.
There are 2 fabrics connected to a Datacore SanMelody Server, which presents the LUN active/active.
I did everything that is described in http://h10032.www1.hp.com/ctg/Manual/c00169487.pdf
and everything worked fine with the installation but the multipath san devices appeared 4 times in /proc/scsi/scsi and are attached from sda to sdd.
I thought that after installing the (hp qlogic failover)drivers it would appear only as sda.
I loaded the modules with qla2xfailover=1 and 0 but nothing changed and in the setparm configuration i choose "with failover".
After a long time of searching I installed the multipath tools and set qla2xfailover to 0.
Do I have to see 4 Devices or should it be one after installing the hp qlogic driver ??
Any Ideas ??
Thanks
Andre