vote up 7 vote down star

If you were running a 24/7 website on Windows Server 2003 (IIS6). Would you leave the Windows automatic update feature enabled or would you turn it off?

When enabled, you always get the latest security patches and bug fixes automatically as soon as they're available, which is the most secure choice. However, the machine will sometimes get automatically rebooted to apply the updates leading to a couple of minutes of downtime in the middle of the night. Also, I've seen rare occasions where the machine does not restart correctly resulting in further downtime.

If auto updates are off, when do you apply the patches? I guess you have to use a load balancer with multiple web servers and rotate them out of the production site, apply patches manually, and put them back in. This can be logistically inconvenient when the load balancer is managed by a hosting company. You will also have machines in production that don't always have the latest security patches and you have to routinely spend time deciding which patches to apply and when.

flag

8 Answers

vote up 3 vote down check

For a production Windows server I would not recommend setting Windows Update to download and install updates automatically. A better approach is to download updates automatically but manually install them.

The benefits of this approach are:

  1. You can review the proposed updates prior to installation and where necessary, research the implications of installing the update. This may seem like more work - it is! but at least you will be in control. Microsoft also offers a free mailing list that gives you early notification of the type of updates to be released in the next batch of Windows Updates.
  2. You can decide a reboot time that has minimum impact on the visitors to your website. It would seem your website runs from a single server, so it might be useful to display a banner on your website that warns your visitors of an impending reboot. I have implemented something similar that appears one hour before a reboot and displays a message saying 'The website will close in x minutes for maintenance. Maintenance should take no longer than 10 minutes'
  3. Because you have manually initiated a reboot of the server, you can check that the server has come back up successfully after the reboot. If it hasn't, you can speak to your hosting provider and deal with the problem.

Basically it's all about control and with automatic downloads and automatic installation, you don't get much!!

link|flag
vote up 13 vote down

Short answer, no.

In a best case scenario, you should at least have another box/vm/guinea pig to test the patch to make sure it doesn't destroy your world.

In worst case, I would let it download the patches but not install, so I can review what's getting installed. But I'm just a control freak that way.

link|flag
Worth noting that it's probably a really good idea not to install them, as it can cause your web server to spontaneously reboot, which is probably a bad thing from the point of view of people visiting your site. – Kibbee Feb 25 at 15:04
Not to automatically install them that is. Best to have (at least) 2 machines and bring them down in a controlled fashion, one at a time, so as not to disturb the users. – Kibbee Feb 25 at 15:04
vote up 2 vote down

As everyone else here has already answered: NO! We use Systems Centers Essentials to push updates to production web servers, only AFTER they've been installed on test servers.

We also get the monthly update emails from MS so that we know exactly what each update is and what its for. It makes it much easier to troubleshoot if you know exactly what got updated and when.

link|flag
vote up 1 vote down

We never enable Automatic Updates on our server. It's hosted at a data center, so what we did was watch stats in Google Analytics to see at what time traffic was at its lowest, then scheduled the techs to install updates at that time on-site. That way, if a reboot was required, or something went terribly wrong, it wouldn't affect as many people as if Windows had downloaded an update in the middle of the day.

link|flag
vote up 0 vote down

Applying updates == random reboots of your system, not under your control. This gives SA's hives. In addition, there have been incidents of breaking patches in the past, so you rarely want them applied if you haven't tried them in the past.

One approach that I've been looking into is moving to a virtualized hosting environment. This allows you to trial the update on a non-production instance, or even apply an update to an offline instance and swap it into production once you're sure it's good to go.

link|flag
vote up 0 vote down

Absolutely not. Updates should be applied to servers during off-hours, and with contingency plans in place -- meaning enough time to roll back the update if it fails.

As a sysadmin you want to have as many variables as possible under your control. It's hard enough without arriving in the morning to a dead server! ;-)

link|flag
vote up 0 vote down

Definitely not. Been taught the hard way too many times not to let this nonsense happen. Unfortunately, it does mean that one is a bit lazier about applying patches and updates. But so far, I've yet to have a server broken into because I didn't apply some particular patch right away, but I have had a great many headaches caused by a server rebooting at an inconvenient time, or by rebooting and failing to start some essential service after installing a patch.

On a sidenote, we just got a new cluster of five machines via our service provider, a very large and well-known ISP from this part of the world. When we got the administrator accounts and could log in and start setting up our software, I was quite pleased to see that this usual first task was already taken care for me by the network sysadmins. :)

link|flag
vote up 0 vote down

Note that it's possible to set a specific time for updates to take place, and that most updates comes on Tuesdays. That way you can schedule time to review coming and downloaded updates, and know when any potential problems will come up.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.