Cascadia IT Conference

I have just received confirmation that the contract for the venue for the Cascadia IT Conference 2011 has been signed. We’re go for Friday and Saturday, 11 & !2 MAR, 2011 at the Hotel Deca in Seattle, WA, USA. The CfP should be out very very soon.

I’m going. Are you?

I will be teaching a full-day class with Marc Staveley on Using Amazon Web Services at this year’s LISA conference. The conference is being held in San Jose, CA from November 8 through 12 and my class (F1) is on the 12th. Come and join the fun!

My approach to problem solving

So what are we talking about when we talk about problem solving?
There are all sorts of problems sysadmins have to deal with on a regular
basis: technical problems and personal problems, immediate problems and
distant problems, easy problems and difficult problems. What I want to
address are problems of a more technical nature. I’m not going to talk much about specific tools or things like that, but rather more general topics that come to mind when I think about problem solving.
Continue reading

Finally got my own blog up

Finally got my own blog up: http://verticalsysadmin.com/blog/ It’ll be about configuration management, documentation, and increasing system administration efficiency.

EC2 Volume Bundling Failure and What Was Really Wrong

A virtual computer in Amazon’s EC2 service, called an instance, has an ephemeral existence. They are created as needed but when they are stopped they disappear. This comes as no surprise to those of us who work with virtualization on a regular basis, but it can be a bit of a shock to the administrator…

Continue reading

Updating Rubygems: a necessary step before installing the Amazon gem

This article shows you how to install a gem (a ruby package) that provides access to Amazon APIs for EC2, ELB, and RDS. But along the way it also provides important information on the entire Rubygems environment. This information is critical for anyone who is tasked with maintaining a working Ruby environment.

Yesterday I posted an entry about using Ruby to access the Amazon EC2 API and I mentioned a gem that provided the classes needed to make such access easy. Gem is the package system for ruby, and fills a role similar to one that CPAN provides for perl. The Amazon gem is called amazon-ec2 and it is written and supported by Glenn Rempe. Continue reading

Using Ruby with Amazon Web Services, an example

I’ve been recently extolling the virtues of Ruby on the Lopsa IRC channel so I thought it would be fun to take a real world problem and write a Ruby-based solution. This particular problem has to do with manipulating snapshots in Amazon’s EC2. Those who administer EC2 instances know (or should know) that the storage…

Continue reading