- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Upgrade kernel
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-13-2005 08:54 PM
09-13-2005 08:54 PM
Upgrade kernel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 08:56 PM
09-13-2005 08:56 PM
Re: Upgrade kernel
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 09:22 PM
09-13-2005 09:22 PM
Re: Upgrade kernel
have a look to these documentations:
http://www.redhat.com/support/resources/howto/kernel-upgrade/kernel-upgrade.html
http://www.redhat.com/support/resources/howto/kernel-upgrade/s1-before-upgrade.html
Ensure you have followed all the steps.
And post us a more detailed explanation of the error.
Regards,
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 09:24 PM
09-13-2005 09:24 PM
Re: Upgrade kernel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 09:32 PM
09-13-2005 09:32 PM
Re: Upgrade kernel
Why not just install the pre-compiled RPM, which does all the leg-work for you?
The SRC RPM has the kernel-source, not a compiled kernel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2005 02:43 AM
09-14-2005 02:43 AM
Re: Upgrade kernel
If you download the kernel-version.rpm file, install it using:
rpm -ivh kernel-version.rpm
If you download the kernel-version.src.rpm, you need to explode the source tree and then run the kernel compilation process.
cd /usr/src/kernel-version/
make mrproper
cp /boo/config-version .config
make dep
make clean (depending of the version)
make bzImage
make modules
make modules_install
make install
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2005 05:30 PM
09-14-2005 05:30 PM
Re: Upgrade kernel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2005 08:06 PM
09-14-2005 08:06 PM
Re: Upgrade kernel
You should be work without any problem with new one.
If you install kernelxxx.rpm it will add new kernel and will add new option into your boot manger.
You no need to do make .......
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2005 09:34 PM
09-14-2005 09:34 PM
Re: Upgrade kernel
If u used GRUB, check /etc/grub.conf file whether the new kernel & image is specified.
And also check the /boot file for the new kernel & image file.
Eg:
# ls -l /boot/initrd-2.6.
-rw-r--r-- 1 root root 146469 Aug 4 2004 /boot/initrd-2.6.
# ls -l /boot/vmlinuz-2.6.
-rw-r--r-- 1 root root 1122186 Mar 14 2003 /boot/vmlinuz-2.6.
Check the grupb.conf file for entries of new kernel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 11:09 PM
09-15-2005 11:09 PM
Re: Upgrade kernel
the error when reboot the new kernel as below,
ERROR: /bin/insmod exited abnormally!
Loading mptbase.o module
Hint: insmod errors can be caused by incorrect module parameters, including invalid
IO or IRQ parameters
could suggest what is the problem when upgrade the server ? thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2005 03:28 PM
09-17-2005 03:28 PM