Newbie VMware questions
Recently I downloaded VMware workstation 5.5 for testing and learning purposes. I have a few questions regarding virtualization.

• Suppose I have installed a guest operating system on a host OS. For example, on Linux I have configured Windows XP as guest operating system. How do I run the applications on Windows XP?

• How do I access this guest operating system from other computers on my LAN?

• How do I connect USB drives (pen drive or external hard drives) to these guest operating systems?

I am sorry if these questions are irrelevant to the concept or working of virtualization as I am very new to the concept and am trying to understand what the difference is between the virtual OS and the real OS.

    Requires Free Membership to View

    When you register, my team of editors will also send you the latest expert resources covering all areas of server virtualization, such as platforms, architectures and strategies, server hardware, managing virtual environments, application issues and more.

    Margie Semilof, Editorial Director

    By submitting your registration information to SearchServerVirtualization.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchServerVirtualization.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

Welcome to the world of virtualization! The questions you're asking ones that I often get, so I'll try to clear up any confusion here. First, in relation to running applications and services in your guest OS, the rule of thumb is that just about everything should work as it does on a physical machine. You can use ISO media, file shares, or direct downloads into the VM to get the installers you need.

That leads to your second question: There are several networking options. If you want your VMs to be accessible to the LAN, you can use a bridged networking configuration where the VMs will be connected directly to a physical network connection on the host. As long as the VMs have valid network addresses, other users and computers on the network should be able to access them as if they were virtual machines. Another virtual networking option is to place connect the VMs on an isolated virtual network (which improves manageability and security).

To access USB devices from within a guest OS, you need to map the virtual USB port to the physical one of the host (see the VMware Workstation documentation for the exact steps). For certain devices, you'll need to install the USB device drivers within the Guest OS in order for it to work properly.

The goal you're describing is definitely attainable. Once your VMs are accessible via the network (as I described above), you can either build your own utility, or look for virtualization management solutions from third parties. I hope this helps clear up some of your questions. Good luck!

This was first published in August 2006