Get A Virtual Machine

I use VMware at home. The benefits are huge. I have a virtual machine that acts as a file server, which I mirror to another server on my network. I also backup files to an external storgae device.

The biggest change for me is that my fully configured virtual machines are throw away appliances. I find this especially useful for the instance of Windows that I run. I have a snapshot of the VM in perfect working order. If I get a virus, or my registry becomes corrupt, I just roll back to the previous state. Since I do not use this instance to store files, I can do this with impunity.

I especially like being able to set up a web application with a separate database server and a separate apache instance to handle images. VMWARE let’s me plan how I am going to scale an application.

However, I still have a small problem. I still have to configure my VMs myself and install the software I need. You can solve this problem by downloading a preconfigured VM that can be used right out of the box. VMware provides some of these that can be downloaded out of the box, which is fine if you use VMware.

A Canadian company provides useful Virtual Appliances in multiple flavours. For example, you can download a server that runs an installed instance of PostgresSQL that runs under VMWARE, XEN or Microsoft Virtual PC. The copany is called Virtual Appliances, and their head office is in Uxbridge, Ontario. Their VMware appliances are certified by VMware, which means that they comply with best practice, they provide a safe computing environment and they have complete documentation. Give them a try. I found the TomCat VM very useful.



Leave a Reply