- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Using HugeMem kernel with FCA2214 drivers
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
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
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
тАО11-20-2006 06:36 AM
тАО11-20-2006 06:36 AM
If so, did you have to re-link the driver?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-10-2007 11:21 AM
тАО01-10-2007 11:21 AM
Re: Using HugeMem kernel with FCA2214 drivers
The RPM post-install compiles the QLA driver and rebuilds the initrd without problems.
Is that what you mean with relinking?
If you run into errors, please supply some output.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-12-2007 04:01 AM
тАО01-12-2007 04:01 AM
Re: Using HugeMem kernel with FCA2214 drivers
And if things go wrong and we switch back to the standard Kernel, I would have to re-run the post-install again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-12-2007 05:56 AM
тАО01-12-2007 05:56 AM
SolutionAfter running compile_all_kernels, verify that all modules and initrd's on your system are updated.
You might want to use the following commands:
QLA modules:
find /lib/modules/ -type f -name "qla2300*.o" -exec ls -altr {} \;
Initrd files:
find /boot/ -type f -name "initrd*.img" -exec ls -altr {} \;
(check the output on recent timestamps)
Switching between kernels shouldn't be a problem, because you built the modules and initrd's for all installed kernels.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-12-2007 05:59 AM
тАО01-12-2007 05:59 AM
Re: Using HugeMem kernel with FCA2214 drivers
Thank you very much!