kernel support iotop

Suurbier

Verified User
Joined
Apr 23, 2007
Messages
223
Code:
2.6.18-164.15.1.el5xen #1 SMP Wed Mar 17 12:53:17 EDT 2010 i686 i686 i386 GNU/Linux

How to safely upgrade my kernel for a CentOS 5.6 XEN VPS, i want to make use of iotop and need to upgrade my kernel.

ps. yum upgrade kernel doesnt find any updates.
 
If your hosting provider does not have any instructions on how to upgrade kernel, then you should follow a How-To provided by a vendor of your OS or its community.

So do a full backup if it's possible with a VPS panel provided by your hoster, and run

Code:
yum update

Read the output, and confirm with "Y".

You might need to read some How-To or manuals on the subject, because kernel upgrade has nothing with directadmin.
 
I already executed yum update but it did not work for me... I updated it via rpm and that worked (it is listed in grub.conf). So now i can see a newer kernel in /boot/grub/grub.conf that supports iotop.

Code:
#cat /boot/grub/grub.conf
default=4
timeout=10
title CentOS (2.6.18-238.9.1.el5xen)
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-238.9.1.el5xen console=xvc0 root=/dev/sda1 ro
initrd /boot/initrd-2.6.18-238.9.1.el5xen.img
title CentOS (2.6.18-194.32.1.el5xen)
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-194.32.1.el5xen console=xvc0 root=/dev/sda1 ro
initrd /boot/initrd-2.6.18-194.32.1.el5xen.img
title CentOS (2.6.18-194.26.1.el5xen)
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-194.26.1.el5xen console=xvc0 root=/dev/sda1 ro
initrd /boot/initrd-2.6.18-194.26.1.el5xen.img
title CentOS (2.6.18-164.11.1.el5xen)
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-164.11.1.el5xen console=xvc0 root=/dev/sda1 ro
initrd /boot/initrd-2.6.18-164.11.1.el5xen.img
title vmlinuz-2.6.18-164.6.1.el5xen
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-164.6.1.el5xen console=xvc0 root=/dev/sda1 ro
initrd /boot/initrd-2.6.18-164.6.1.el5xen.img

but when i execute grub i get the following error message

Code:
grub> find /boot/grub/stage1

Error 15: File not found

grub>

No matter what i type i always get the error 15 message...
 
Last edited:
How can i fix grub? I don't know anything about grub, never ever used it before and i don't wanna make changes or break a critical part of the OS.
 
You should read docs, How-To and manuals to learn things about system administrating and Kernel Updating, including GRUB. These subjects are mostly offtopic for these forums.

Of course you might want to hire somebody to get a commerce service, or you might want to ask an assistance from your VPS provider (it seems you've got unmanaged VPS with the hosting package).

Maybe somebody else would want to help you for free, you can wait. Or get your server updated in a short time.
 
If someone want to help me for money contact me :)
 
Last edited:
Back
Top