Network Computing is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.

Consolidating My Computers Onto A Single Laptop

It's no secret that I probably spend way too much time in front of my computer. I use them for work and for play. Over the years, I have accumulated a number of laptops and desktop that I have pressed into use for various projects and with each new machine, I had yet another box to manage not to mention the power and space requirements to hold all of this hardware. But I don't need separate hardware in most cases, especially when I am doing software development or proof of concept work. What I really want is to consolidate my computer images onto as few machines as possible. I need a virtual desktop infrastructure. There begins my journey.

My goal is to consolidate to one piece of hardware. I want to be able to run as many VMs simultaneously as I can. Most of the VMs I run don't need lots of memory or CPU, but I want to have my work computer virtualized, and I will need some decent CPU power and RAM dedicated to it for that to happen. I will also most likely virtualize my corporate-issued laptop as well since I need it occasionally (shhh, don't rat me out!). Oh, and I like to play first person shooters to blow off steam, so good graphics and a lot of disk space are a must. I landed on a Dell Alienware M17x laptop with a Intel Quad Core 2Ghz CPU, 8GB of RAM, and a 500GB, 7200 RPM disk running Windows 7. In the day of ever smaller computing devices like netbooks, iPhones, and MotorolaDroids, a 12 Lb laptop is ridiculously large, but I won't be traveling any further than the couch with it.

I also have some practical needs that have little to do with hardware or software. I want a VDI system that is going to be stable and reliable and will not require a lot of care and feeding by me. I absolutely don't want to waste time managing something that is supposed to make my life easier. Hey, I am a Windows guy and Windows 7 is pretty reliable and stable. I could install a Linux based OS like Ubuntu or CentOS as my base OS, but frankly, the application and hardware support isn't there for what I need to do. I've made Linux OSes sing and dance since the first time I installed Slackware on a 486 via floppies in 1993. I'd much rather dedicate my Linux time to building server images.

For my first pass at a VDI, I am using VMware's Workstation 7. I have a complimentary license (a tip of the hat to disclosure) and I have been using Workstation since 2.0. I am going to install VirtualBox on another system to learn how it works and migrate to it for awhile if all goes well. Basically the idea is to run workstation on my laptop and run virtual machines on top for doing real work and keep the base OS relatively clean.

The first step was to take physical to virtual (P2V) image of my current laptop using VMware's Converter and stored the resulting 83 GB image on a NAS. I have a lot of software installed and my work laptop is configured the way I like it. I didn't want to rebuild a new virtual machine from the ground up. I also wanted to have an easy recover process in case I found virtualizing my desktop was not going to work. P2V is the answer. After I copied the image to me new laptop and started it, the disk was thrashing like mad and both the VM and base OS were fairly unresponsive. I guessed that since the VM had VMware Workstation were installed on it, there might have been some weird interaction in nesting a type 2 VM inside a type 2 VM, so I removed VMware Workstation from the VM and rebooted it. The disk thrashing stopped. The next step was to uninstall all of the software and drivers that were no longer available. This also freed up some disk space.

  • 1