- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Possible to use an FCA2101 with RHEL3?
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
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
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
тАО05-08-2004 11:47 AM
тАО05-08-2004 11:47 AM
I assume this is not a supported configuration, but is there away around this, short of us buying an FCA2214?
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-08-2004 03:59 PM
тАО05-08-2004 03:59 PM
Re: Possible to use an FCA2101 with RHEL3?
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
тАО05-09-2004 05:46 PM
тАО05-09-2004 05:46 PM
Re: Possible to use an FCA2101 with RHEL3?
There are drivers on the Emulex web site for this (version 2.01g for RH EL 3.
I have this driver running on DL360 with RH AS 2.1, and I have installed it on RH AS 3 (but have no FC adapter in this system yet, will be end of the week).
JP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2004 11:02 PM
тАО05-09-2004 11:02 PM
Re: Possible to use an FCA2101 with RHEL3?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2004 11:17 PM
тАО05-09-2004 11:17 PM
Re: Possible to use an FCA2101 with RHEL3?
I do not have an MSA1000, so I don't know if it will work. Being naive, why wouldn;t it work?
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-10-2004 12:07 AM
тАО05-10-2004 12:07 AM
Re: Possible to use an FCA2101 with RHEL3?
Why I was curious was because I wouldn't know if HP would change some sublte things with their version of the Emutex cards and the ROM on their SAN's to make it so you have to have HP of both.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-10-2004 06:30 AM
тАО05-10-2004 06:30 AM
Re: Possible to use an FCA2101 with RHEL3?
The MSA1000 with two controllers uses an active/standby configuration, currently. You can 'see' a LUN through the standby controller, so the multipath software knows there is another path, but you cannot do data I/Os to it. They will not be redirected to the active controller. If you send a 'START UNIT' command to any LUN through the standby controller it will cause a role reversal and result in a failover of *all* LUNs!
On some operating systems there are even drivers to accomodate specific storage arrays.
The FCA2101 adapter is not supported because either nobody at HP has tested it or they have found problems with it. Feel free to locate a driver and try it on your own.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-11-2004 01:17 AM
тАО05-11-2004 01:17 AM
Re: Possible to use an FCA2101 with RHEL3?
I just tried the driver 2.01g I downloaded from Emulex (for an LP9002DC). It fails to initialize the adapter (error message '0442 INe'. I'm not pleased.
Reading my notes from some weeks ago:
- adapter is not supported
- MSA1000: Need SecurePath software and 'many' firmware updates.
JP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-11-2004 01:33 AM
тАО05-11-2004 01:33 AM
Re: Possible to use an FCA2101 with RHEL3?
Out of curiosity, what does 'L.S.' stand for?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-12-2004 04:43 AM
тАО05-12-2004 04:43 AM
SolutionI just got the driver to work. I can mount the filesystems of the SAN, and access the files.
Download from the Emulex site the driver only (a filename with 'gcc3' in it). Install it according to the installation documents (pdf) that can be downloaded too.
Quick steps:
- check existence of /usr/src/linux. If not existing, create a symbolic link such that it links to the correct /usr/src/linux-2.....
- rpm -ivh
- cd /usr/src/linux/drivers/scsi/lpfc
- make build
- make install
- add line to modules.conf
(try insmod lpfcdd)
- cd /boot
- modify lilo / grub for new initrd image
- mkinitrd
- shutdown -r
I did not get it to work with the complete packages (with HBAAnywhere included), see previous posting.
By the way, if you boot the server, and view / modify the HBA's BIOS settings, you see an option with 'MSA1000'. You may need to find out what it means to you.
Good luck.
JP.
P.S. Some points would be appreciated ;-)