Sunday 9 January 2011

Smooth Sailing with CentOS

My brand new server arrived in the office 2 weeks ago, along with my new hard drives, 4 1.5TB disks, ready to go into a RAID 10 configuration. I had a few problems getting CentOS installed onto the box, the PERC H200 controller needed to have it's firmware updated, which meant having to install windows 2003 just to run the utilities, (because someone at the dell factory... forgot!)

It didn't take long to install windows, (I have acronis enterprise edition, took about 15 minutes) and update the firmware, and install CentOS. So far so good!

I install CentOS with no extra packages, and try and be as bare bones as possible, just as a general rule.

I run a combination of windows and linux desktops for personal use in and around the office, and I use SSH across all platforms. One windows, I use a client called Tunnilier, it's fast and has support for port forwarding, x-11 forwarding, using keys for SSH login, sftp built in, it's pretty neat. I would advise all linux fanatics who find themselves having to live on windows, to get this client!

As I do with all new installs of CentOS,
yum install -y && reboot
A bit risky, I know, but if it breaks now before it enters testing, then I find that much better, than breaking in production. All the packages update, and I install my favorite combo for virtualisation and managing that virtualisation
yum install xen virt-manager xauth -y
I would not generally advise people to use the -y switch when it comes to installing stuff, unless your very sure you know what packages are coming your way. Basically, for me, I've done this install a good few times, but every sys admin should take their own advice!

These are my my first blog posts, so if they are not complete, or if I should edit them, feel free to comment.

No comments:

Post a Comment