Different OS Kernel Update Frequency

 
Thread Tools Search this Thread
Homework and Emergencies Emergency UNIX and Linux Support Different OS Kernel Update Frequency
# 1  
Old 09-15-2011
Different OS Kernel Update Frequency

Hi guys

I'm trying to configure a collaboration suit (PHP, PostgreSQL, Apache) plus a mail server(Sendmail and Dovecot) on a single box. It will be used heavily 24*7. So having a long up time is really needed. I'm looking for 3 to 6 month up time. I want to know about kernel update frequency(because they are causing server reboot) for different operating systems such as Linux(CentOS, Debian, Ubuntu Server Edition), FreeBSD NetBSD, OpenBSD.

Could anyone help? I'm not trying to make a Linux vs BSD question as it is against forum rules.
# 2  
Old 09-15-2011
Disclaimer: I can only attest for the Linux side of things here.

First of all, 3 to 6 months isn't that long of an uptime, as I've seen systems with 2+ years. And with the distributions you've listed there won't be any major kernel updates in that time, save important security updates, and even those don't force a reboot (but the new kernel will only be used after a reboot). If you really need high availability, better to look into proper redundancy by setting up a cluster, where a second node can easily take over should the primary suffer a hardware defect.
# 3  
Old 09-15-2011
Quote:
Originally Posted by pludi
Disclaimer: I can only attest for the Linux side of things here.

First of all, 3 to 6 months isn't that long of an uptime, as I've seen systems with 2+ years. And with the distributions you've listed there won't be any major kernel updates in that time, save important security updates, and even those don't force a reboot (but the new kernel will only be used after a reboot). If you really need high availability, better to look into proper redundancy by setting up a cluster, where a second node can easily take over should the primary suffer a hardware defect.
Unfortunately I'm not a cluster guy Smilie. On my home server I use CentOS but i see that there is a kernel update each month. Should I reboot each time? Where could I find information about each update. Is it a security or a normal and I can postpone reboot.
# 4  
Old 09-15-2011
As always: it depends. Information about security updates is mostly relayed through special mailing lists, and CentOS and Debian (to my knowledge) only release updates for security problems or severe bugs for any release. Meaning, any software installed for CentOS will stay at that version and only receive security fixes, from the kernel to the GUI.

Whether or not you can postpone a reboot depends on how risked you estimate your system to be.
This User Gave Thanks to pludi For This Post:
# 5  
Old 09-27-2011
It is entirely depend on you and your applications criticality and compatibility, if you want to have new kernel every time. In my environment, it is not so much required. If you can afford little downtime, then Solaris Live Upgrade is a feature in Solaris, where you will update your kernel without having long downtime. It will be up with just a reboot after setting up all required things. I am not sure, if you have Solaris in your option.
This User Gave Thanks to solaris_1977 For This Post:
# 6  
Old 09-29-2011
You will need a cluster for such actions.

Think about it, you upgrade and something goes wrong ?
Your service will be down during the time you are restoring backup.

With cluster and proper backup, you can safely upgrade with service being up all the time (this to some extent depends of the service itself.)
This User Gave Thanks to Peasant For This Post:
# 7  
Old 10-20-2011
Quote:
Originally Posted by majid.merkava
Hi guys

I'm trying to configure a collaboration suit (PHP, PostgreSQL, Apache) plus a mail server(Sendmail and Dovecot) on a single box. It will be used heavily 24*7. So having a long up time is really needed. I'm looking for 3 to 6 month up time. I want to know about kernel update frequency(because they are causing server reboot) for different operating systems such as Linux(CentOS, Debian, Ubuntu Server Edition), FreeBSD NetBSD, OpenBSD.

Could anyone help? I'm not trying to make a Linux vs BSD question as it is against forum rules.
First of all, I quite agree with the cluster idea.
If it is really of the question, put whatever distro you want and simple DON'T update kernel. You are not forced to apply each update of the distro. Actually in a production machine, you don't update at all, at least not automatically. If for example the "automatic" update request new version of apache, your machine will have a small down time. If problems with the new configuration files arise, then it will be big down time.

Don't update anything.
This User Gave Thanks to galanom For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to check NTP update frequency?

Hi i want know to how to check NTP update frequency for a server? what should be its ideal value or range ? also, i have configure one switch and on gui i can see NTP update frequency value is 1440. also no idea what should be its ideal value i am not sure if this is correct or not .... (1 Reply)
Discussion started by: scriptor
1 Replies

2. Red Hat

Linux kernel update

Dear all, I have some linux servers in my prod environment. For two years i have not done any kernel updates or required patches ...should i have to this activity. My kernel version is 2.6.18-164.el5xen and linux release is release 5.4 (Tikanga). And reboot also not done for 2 years is... (2 Replies)
Discussion started by: jegaraman
2 Replies

3. Solaris

how to update the kernel patches in solaris 10

tell me the step by step procedure for updating the kernel patches in solaris 10. (1 Reply)
Discussion started by: tv.praveenkumar
1 Replies

4. Red Hat

Kernel Update

1. Where do i obtain new kernels in ".rpm" format to update my RHEL5? is it only available to RHN subscribers? 2. i downloaded latest kernel (linux-2.6.31.5.tar.bz2) from kernel.org. #tar -xjvf linux-2.6.31.5.tar.bz2 after this i have a directory with lots of stuff in there. how do... (2 Replies)
Discussion started by: dplinux
2 Replies

5. Solaris

kernel update

Hi I am installeing Solaris Kernel update in my solaris Server. The Solaris Kernel update skipps the patch 120011-14. saying that it had already been installed. But it is not found in /var/sadm/patch directory where all the patches will be there. And also i could not install other... (11 Replies)
Discussion started by: jegaraman
11 Replies

6. Solaris

Solaris kernel Update

Hi All, I am installing kernel Update 3.0 in my Solaris servers. It actually installs most of the patches in this update , but for some packages it is not installing. It is saying ... Version of package SUNWcakr from directory SUNWcakr.us in patch 137137-09 differs from the package... (7 Replies)
Discussion started by: jegaraman
7 Replies

7. Linux

kernel patch update how to

Hi All, I need to update my redhatas4 kernel with kernel-2.6.9-67.0.20.EL.src.rpm. When I run this # rpm -ivh kernel-2.6.9-67.0.20.EL.src.rpm warning: user brewbuilder does not exist - using root warning: group brewbuilder does not exist - using root warning: user brewbuilder does... (2 Replies)
Discussion started by: itik
2 Replies
Login or Register to Ask a Question