If you want to update your kernel with rpm then you have to follow the following steps :

  1. Log-in to your Linux Server with your root access.
  2. Run the following command to find out recent kernel availability on your server.

    #uname -r

  3. You have to edit grub.conf to new kernel availability.
  4. Run the following command to download latest kernel version from kernel.org

    http://rpm.pbone.net/index.php3/stat/3/srodzaj/2/search/kernel-2.4.21-47.0.1.EL.src.rpmrpm -ihv kernel-smp-2.4.21-47.0.1.EL.i686.rpm

  5. You have to make new kernel as a default kernel

    0 in /boot/grub/grub.conf

  6. Reboot your server with the following command.

    #shutdown -r now

Popular Posts You May Read

Explore more hosting insights, tips and industry updates.

Root Access To Dedicated Server

A server root access or root server gives you the full power to your own…

The Role of Artificial Intelligence in Cloud Computing

The Role of Artificial Intelligence in Cloud Computing

Cloud computing services have transformed from Google App Engine and Azure platforms to a framework…

Linux Cloud Server Hosting Security

Considering security has been one of the major concerns today and to analyze, today let’s…