“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 »
I have a OpenSuSE 11 running on my laptop VMware Workstation 6.5.1 recently. During VMware Tools installation, I found a weird error show as below:
“The following VMware kernel modules have been found on your system that were not installed by the VMware Installer. Please remove them then run this installer again.”
vmblock
vmhgfs
vmmemctl
vmxnet
Execution aborted.

Read more »
I had recently setup a development environment to verify the potential of migrating the existing age servers which running with Netware 6.5 from physical to virtual. The reason of doing this is purely due to the expiration of our server life cycle, and potential to reduce the capex requirement for replacing with new servers. As we know that the Novell Netware 6.5 will not able to utilize the quad cores processing power which is consider a common servers resources today.
I had tried to setup the VM for Netware 6.5 on VMware ESX 3.5, VMware Server 2.0 and VMware Workstation 6.5, and it was surprised myself that the workstation edition, I can easily provide 2 Vcpu for a single VM which run the Netware 6.5, which ESX 3.5 and VMware Server 2.0 is refused by default. I went for some google search and technical research, it show that the Netware will not require to have 2 Vcpu in most cases, even if you need to do so, you have to know the back door to overcome this.
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 »