- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- new initrd after kernel upgrade
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
08-28-2007 03:17 AM
08-28-2007 03:17 AM
new initrd after kernel upgrade
Does anyone know the correct procedure to create a new initrd with the qlogic stuff after a kernel upgrade ?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2007 03:55 AM
08-28-2007 03:55 AM
Re: new initrd after kernel upgrade
Should not have to generate a new kernel or initrd but:
Make required changes to /etc/modprobe.conf
cd /boot
mv initrd-....img to initrd-....img.orig
mkinitrd
mkinitrd initrd-2.6.9-42.0.3.ELsmp.img 2.6.9-42.0.3.ELsmp
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
08-28-2007 04:18 AM
08-28-2007 04:18 AM
Re: new initrd after kernel upgrade
Do I have to rebuild the Qlogic driver again ? This process rebuilds initrd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2007 04:37 AM
08-28-2007 04:37 AM
Re: new initrd after kernel upgrade
Most Qlogic cards are auto detected by the kernel, necessitating only a change in modeprobe.conf, which the system does on its own as well.
before compiling the kernel and doing mkinitrd, perhaps run dmesg or hwbrowser and see if the system recognizes the hardware.
If recognized tuck this procedure away for when you need to use an emulex card, which won't auto detect and requires a ram disk rebuild in order to mount filesystems via /etc/fstab
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
08-28-2007 11:57 AM
08-28-2007 11:57 AM
Re: new initrd after kernel upgrade
I had installed a new Qlogic driver (HP recommended)and was not using the one from RH.
After booting the new kernel and initrd I had no new Qlogic driver. The modprobe.conf was still intact but no module loaded.
I ended up removing the qlogic driver package and re-installing it and then setting failover which created a new initrd. Any changes made to the HBA's via sansurfer requires a new initrd.
HBA's are QMH2462.
Another reboot and all seems to be fine.
Not sure if this is the recommended procedure.
Thx.