Operating System - Linux
1828215 Members
2439 Online
109975 Solutions
New Discussion

Re: which kernel version should I upgrade ?

 
SOLVED
Go to solution
richeal75
Advisor

which kernel version should I upgrade ?

i want to upgrade Redhat AS 2.1 with kernel 2.4.9-e3 to 2.4.9-e62

but which kernel rpm should I install?

kernel-2.4.9-e.62.i686.rpm
kernel-enterprise-2.4.9-e.62.i686.rpm
kernel-smp-2.4.9-e.62.i686.rpm
1 REPLY 1
Stuart Browne
Honored Contributor
Solution

Re: which kernel version should I upgrade ?

You can find out which serires of kernel is currently installed by issuing the following command:

rpm -qa "kernel*"

But as a basic summary:

If you machine has 1 CPU and less than 4GB of RAM, then kernel-2.4.9-e.62.i686.rpm.

If your machine has more than 1 CPU but less than 4GB or RAM, then kernel-smp-....

If your machine has more than 1 CPU and more than 4GB or RAM, kernel-enterprise-...
One long-haired git at your service...