Link to home
Start Free TrialLog in
Avatar of its_ns_04
its_ns_04

asked on

update kernel in RHEL 3 and 5

Hi,

While updating kernel of RHEL 3 and RHEL 5, what commands do we use ?

RHEL 3 - up2date kernel

RHEL 5 - yum update kernel

Is it yum install kernel or yum update ? I just wanted to confirm it so as to ensure that previous kernel remains there ....
Avatar of Khushal Singh Narooka
Khushal Singh Narooka
Flag of United Kingdom of Great Britain and Northern Ireland image

Hi,

For RHEL 3.0 use following.

up2date kernel

For RHEL 5.0 use following.

yum install kernel  (This will install latest kernel without replacing the old)

Else you can download the kernel and install using rpm to keep existing

rpm -ivh kernel.x.rpm

Thanks
KsN

Regards
Avatar of askb
askb

I would go with using up2date or yum as mentioned above and not with using only the rpm command as the rpm cmd does not resolve dependencies directly.
Avatar of its_ns_04

ASKER

ok say if i wish to update kernel and other packages, in that case,  what do i run  ?

is it simply going to be yum update ?

or something else ??
ASKER CERTIFIED SOLUTION
Avatar of Crunched
Crunched

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial