Showing posts with label vmware faqs. Show all posts
Showing posts with label vmware faqs. Show all posts

How to add hardware resources to Vmware

Adding resources to VMWare
The most important part of VMImage is adding additional memory or hard disk or even CPU. You add these resources only when the Image is shutdown. This can be done from the VM settings.

From the Hardware Tab you can add resources to it, like Memory can be increased to 1024 mb which is by default 384 MB. You can even allocate two processors to your VM Machine if your host machine is capable of supporting this. This option of adding additional Processor was very useful for me. As we were doing Japanese Testing and our application was such that with single CPU it was using 100% CPU. This resulted in VMImage being very slow. So we just shutdown the VM Image and through the VM->Settings we just changes the Number of processors from one to two, then restarted the Virtual Image. And Great!!!! It was running smoothly.

You can also add additional Hard Disk by Clicking on Add it will add new hard disk just specify size as 4 GB or anything that you want. This is just one part now Power on the VMImage. After you have logged on to the VMImage Go to Control Panel ->Administrative Tools->Computer Management->Disk Management. There you will see the newly added Hard disk listed on the right side. Select that Disk and R-Click Format. Once you have formatted it then restart the VMImage. Now this Hard Disk will be visible in My Computer.

Creating VMImages -Vmware

Creating VMImages -Vmware
After having a good understanding of the VMImages it is time to create one. There are two important parts of creating a VMImage

* VMDK files- This is virtual machine disk file. It encapsulates an entire server or desktop environment information. The vmdk file describes and documents the virtual machine environment and how it is stored. Click here for more info.
* VMX- This file is used for storing the configuration information about the VMImage.More information about Vmx files can be obtained from here.

Steps to create a new VmImage, using Vmware Workstation or VMware Server Console.

* Go to File New->Virtual Machine. It will open a wizard to guide you through the creation of VMImage.
* Select a guest operating system from the wizard screen

* Just give defaults for everything. It will take 8 GB as the default size of the disk. When you finish the wizard and press ok it will start creating the Disk File.
* Once the Disk File is created you need to create Vmx file by starting the Virtual machine you have saved in earlier steps.
* On starting the virtual machine the VMWare software will search for a bootable CD in the CD drive. Just insert the CD of the OS of which you have to create a VMImage. In my case I had to create a Japanese VMImage. So I inserted the CD of windows server 2003 Japanese.

from here It is similar to normal OS Installation now.