What is your upgrade strategy?


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users What is your upgrade strategy?
# 1  
Old 04-11-2011
What is your upgrade strategy?

Hi, all.

I'm a unix sysadmin at a community college and I've been doing this for about 10 years. I've been thinking and I realised I spend most of my time worrying about upgrades. By upgrades, I mean anything where I have to interrupt service to switch to a different way of providing that service. So, I mean OS upgrades, software upgrades, hardware upgrades, moving stuff, configuration changes etc... etc.... I don't want downtime and I don't want to roll-out untested stuff or stuff that will surprise and confuse my users. So, I don't want to have downtime while I do an upgrade and then test it and I also don't want to upgrade stuff in place on a live server.

My general strategy has been to have two servers for everything. One serves content while the other gets upgrades and then I switch. Over the years many programs, systems, shortcuts, hacks and cludges have accumulated to make this better. And now, ten years later, I'm wondering if all those hacks and cludges are me re-inventing the wheel and there is a better overall strategy to this kind of thing, an upgrade management system or philosophy or discipline or something like that.

Like I said, I'm at a community college so we're pretty small, but I'm interested in what anyone of any size does.

Thoughts? What do you do?

Thanks!
-Pileofrogs
# 2  
Old 04-12-2011
Well, if your apps can float on many hosts redundantly, then you can pull each host in rotation for upgrades with relative ease. Applications with persistent tcp connections and with state in server memory are a problem. Sometimes, you can put a web front end on them, or push the state into a flat file mmap'd to the apps running on many machines. Files should be SAN or mirrored between machines, so they do not disappear as you rotate machines in and out. An optimal configuration is for the hosts to be a sort of liquid resource, where you can add a host in and the storage, query, churn and CPU use is attracted to the new host until a balance is achieved.
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. AIX

UNIX authentication strategy - LDAP or AD

We are looking at using Tivoli Directory Server (LDAP) or Active Directory 2003 for authentication. I wanted to get some feedback from the community. Our goal is to do it the simplest, easiest, and cheapest way that allows for centralized user authentication. We are mainly an AIX environment with... (3 Replies)
Discussion started by: x96riley3
3 Replies

2. UNIX for Dummies Questions & Answers

Strategy to concatenate and backup files

I need to be able to concatenate all the files in a directory into a new filename and a different directory. I want to append the date in YYYYMMDD format to the new filename (ie, newfilename_20090207). The original files will have different filenames so I will need to be able to loop thru each... (1 Reply)
Discussion started by: Ryan2786
1 Replies

3. AIX

Installation strategy

I am planning to upgrade the Operation system from AIX 4.3.3 to AIX 5L. The problem is that the current machine where the OS is installed will be replaced by a new machine. I understand that I have to make a "New Installation" for the new machine. But what about the volume groups, user volume... (2 Replies)
Discussion started by: ashraf
2 Replies

4. Solaris

What is an Ideal Backup Strategy

Hi, we have a solaris setup in our company and i have been assigned on a project of planning a backup strategy . ours is a midium level company. please help me so that i can plan an Ideal Backup Strategy. Thanks, Una (6 Replies)
Discussion started by: una
6 Replies
Login or Register to Ask a Question