I am running a kernel version 2.4.20-20.7smp & I would like to update it to the new one that just came out. Below are the instructions I successfully used in the past but since I have upgraded to a dual CPU. Could someone tweak the below set of instructions for me so they will work on a dual CPU server setup? Thanks in advance for the help!
Upgrade kernal
1) Data to decide what kernal is: cat /etc/grub.conf & ls -la /boot
2) up2date --nox -f kernel (then reboot the server)
3) SSH in &...
cd /
wget http://updates.redhat.com/7.3/en/os/...-18.7.i386.rpm
rpm -i kernel-2.4.20-18.7.i386.rpm
grub-install /dev/hda
pico /etc/grub.conf
change default=0 (single CPU)
exit pico ctrl-x
then reboot > shutdown -r now (Have someone look at the grub.conf before rebooting)
uname -a to check kernel version



LinkBack URL
About LinkBacks
Reply With Quote




