Archive for the ‘VirtualBox’ Category

From the ashes, rise ! (part 1)

This is the first part of a complete series on how to build virtual server platform that will run virtualised  High Availability servers. For the complete index of this series, please click here.

The base OS of this solution will be the Ubuntu distributions, which can be found here.

First thing you need to do, is of course, set up the platform that will run the virtual servers we are going to build.

My choice for that was the 64bit desktop version of Ubuntu Lucid Lynx, which is the 10.4 LTS distribution. LTS simply means Long Term Support. Which will ensure that the coming few years your distribution will still be supported.

Why did I choose for a desktop version to run my virtual servers ? Well, basicly, linux is linux, and the type of distribution doesn’t really matter if you build a server out of it or a desktop. I chose for the desktop version because it comes with a fully pre-configured X/Gnome installation, and doesn’t contain anything I don’t need on the base platform. The only thing i needed to do was install OpenSSH to ensure that I have remote access to the machine.

However if you want to go hardcore and install a non-gui distribution like Ubuntu Server on it, that’s a perfectly valid choice as well. Although administrating the thing might be slightly harder to do, especially when it comes to installing the virtual servers. So i highly recommend the desktop version to get it all running, and then later you can just switch runlevel to 3 instead of 5 to get rid of the GUI overhead. Although I have to add that the GUI doesn’t give you much overhead apart from like 100MB extra memory load to run X/Gnome and like a half % cpu load in the worst case for X/Gnome just sitting idle.

For the virtual servers I chose Ubuntu Lucid Lynx 10.4 LTS Server. This can be either 32bit or 64bit, depending on your hardware and what VirtualBox will support on your platform. I will get back to VirtualBox later.

So now that we sorted out what OS’es we are going to use, let’s look at what we need to get the server base platform running and ready to accommodate virtual servers :

Read more

VN:F [1.9.1_1087]
Rating: 0.0/10 (0 votes cast)

A new beginning

Well, I have been away for quite a while and a lot has happened since then. But it is time to start this blog up again to share knowledge and experience with you people out there.

The first thing i need to share my thoughts about is actually the crash of one of my servers.

The machine was running a native installation of RedHat, but it was a bit old already and it desperately needed replacement. So, up to a point, the raid controller decided to go bonkers and crash my server several times until i figured out that it was actually the controller at fault instead of the disks. And that is when you are actually facing a complete reinstall of your system.

Now to make lemonade from the lemons i got, I decided to go fancy and actually make it a virtual server implementation.

Read more

VN:F [1.9.1_1087]
Rating: 0.0/10 (0 votes cast)
Return top