The Dell TechCenter VMware Technical Wiki Page just went live recently. This wiki page is intended to provide technical content around Dell solutions stacks utilizing VMware products. It will be monitored and updated regularly by VMware architects.
I do not see much information so far and If you are interested to be part of the contributor, click “Apply to be a Writer” on top of the page.
Read more »
“Beep… beeep… beeeep…” such an annoying sound that always happen in VMware Workstation(I’m currently running 6.5.1) Linux and Windows guests machine.
I would like to share How to disable or turn off beep speaker sound on VMware Workstation.
- Look for virtual machine DOT VMX(.vmx) file.
- Edit virtual machine .vmx file.
- Insert
“mks.noBeep = “TRUE””
- Save .vmx file.
- Power On virtual machine.
Read more »
Virtual machine snapshots can be a valuable tool to IT administrators or developer. A snapshot is a backup/image of your entire system at the time the snapshot is taken. Snapshot provide system restoration and minimize damage of the virtual machine.
Due to certain requirement, you may need to clone a snapshot taken sometimes ago and you can make as many copies as you need.

This guide show how to making a clone from a snaphot on VMware Workstation 6.5.
Note: The snapshot MUST BE from a virtual machine that is powered off.
Read more »
VMware ESX host need to have storage available before create VMs. Normally the storage is a LUN created on SAN. The question is, what is the best size for a single LUN (storage) in ESX?
Our design for a storage on ESX is 300GB, allow maximum VMFS up to 256GB.
The reasons behind are:
- better I/O performance: Each storage in ESX, we only assign to 5 VMs or less. Since more running VMs on a single storage will hit into the LUN I/O speed bottle neck.
- better disk utilization: You can safe lots of unuse space when you do it small. Say You assign a 2TB storage that can keep 40 VMs, but you only have 20 now, you actually waste 1TB which is sitting there doing nothing. But if you make each storage small, you can create only when you need it. It is much more manageable on SAN disk allocation point of view.
Read more »
Posted on September 12th, 2008 in Tips | No Comments »
During the VMware live migration, if you’re getting error message “Unable to migrate from ESX1 to ESX2: Virtual machine is configured to use a device that prevents migration: Device ‘SCSI Controller 0′ is a SCSI controller engaged in bus-sharing“.

Solution:
Option 1:
Power off the virtual machine
Read more »