How do I know when I need to upgrade the kernel? Seems cpanel doesn't do this automatically.
How do I know when I need to upgrade the kernel? Seems cpanel doesn't do this automatically.
Depends on your OS and how you have the OS vendors update app configured. What OS are you running?
Jonathan Michaelson
Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com
Running Linux.Originally Posted by chirpy
I'm not sure what you mean by "how you have the OS vendors update app configured."
Can you be more specific?Originally Posted by dwh2
The OS will have it's own system for updating software, independent of cPanel.I'm not sure what you mean by "how you have the OS vendors update app configured."
Indeed. We'd need to know the exact OS and revision that you are running. If it's a RedHat derivative you can usually get all the information you need from:
cat /etc/redhat-release
Also the output from the following would help:
uname -r
Jonathan Michaelson
Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com
Hi Chirpy,
I am using RH Ent. and cpanel, i would like to know how to upgrade the kernel using the 'up2date' command, plase explain the full command if you can.
thkz!
Running "up2date --force kernel" should do it, but be sure to use kernel-smp if you have a multi-processor system. Reboot once up2date is done. You may also need to edit grub.conf to make it boot the new kernel by default, I can't remember if up2date does that for you or not.
Thanks Chirpy.
You are great. But sometimes you are too technical and don't realize that you know so much more than we do and we can find it hard to follow sometimes
Red Hat Enterprise Linux ES release 3 (Taroon Update 4)Originally Posted by chirpy
2.4.21-32.0.1.ELsmpAlso the output from the following would help:
uname -r
Is my version up to date? Is there some autoupdate going on?
You are running the latest kernel for RedHat Enterprise v3.
Jonathan Michaelson
Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com
excellent, thank you.