- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Luns not visible after upgrading RHEL5.1 to RH...
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
09-10-2012 11:56 AM
09-10-2012 11:56 AM
Luns not visible after upgrading RHEL5.1 to RHEL5.8
Hi,
I am new to linux. One of our customer has upgraded the rhel5.1 to rhel5.8. Now he is not be able to see the luns presented to the server. He told me that linux drivers are not installing to kernel.
What can be done to resolve the same.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2012 09:58 AM
09-13-2012 09:58 AM
Re: Luns not visible after upgrading RHEL5.1 to RHEL5.8
I guess your customer has installed a driver package from the HBA manufacturer. Linux driver packages can have very strict kernel version requirements. Often such driver packages are designed to recompile the driver if they detect an updated kernel, but they might refuse the attempt if the version difference is too great: in that case, you must get an updated driver package from the HBA manufacturer.
However, RedHat is generally very good at adding critical drivers (like HBA drivers) to the RHEL base distribution . If the HBA existed but was not supported at the time of RHEL 5.1 release, the chances are very good it will be supported by the base RHEL 5.8 release without any additional driver packages. But the driver package for RHEL 5.1 has installed an override that prevents the standard driver from loading, so that it can be replaced by the driver in the driver kit.
In other words: the driver package provided by the HBA manufacturer might have become obsolete, and the proper solution might be to remove the driver package completely. As the driver package is removed, it should automatically remove all the blacklist entries it originally placed to prevent the original RHEL 5.1 version of the respective HBA driver from loading. Once the blacklist entries are removed, the standard RHEL 5.8 driver should load and detect the LUNs.
Because you did not specify the HBA manufacturer and model, all of the above is just an educated guess.
If you need more help, you should disclose at least the HBA manufacturer & model, preferably the server manufacturer & model too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2012 12:19 PM
09-16-2012 12:19 PM
Re: Luns not visible after upgrading RHEL5.1 to RHEL5.8
Thanks for this great information.
I checked the server. All the luns were visible. Actually customer was using fcinfo command to check the wwn no.
After upgrading from rhel5.1 to rhel5.8. This command was not giving any output after upgrading the Linux. I showed him hba card by running some other commands. Also showed him all the mounted volumes.
Thanks again.