Archive for the ‘Workstations’ Category

VMware Workstation conflict with Virtual PC in Windows 7

Posted on June 16th, 2009 in Tips, Virtualization, Workstations | No Comments »

Microsoft had included the virtual PC with backward compatible of Windows XP to support the users who may had difficult to run their application on Windows 7. This is free and we can see more user will sure include this as part of the Windows 7 installation move forward. Bear in mind, if you have VMware Workstation running on the same machine, you may see the conflict happen if you have your Virtual PC application running and you try to start up a virtual machine from VMware Workstation. There will be a message prompt to inform you that there are existing hypervisor utilize the virtualization capabilities on your machine. The only way to get your VM start up is to end the session of your Virtual PC application. You should able to start your virtual machine up. Not very sure whether there are any workaround beside this, but at this moment, it consider a conflict and we need to choose either 1 to be run at a time.

Running ESX in Fusion

Posted on February 2nd, 2009 in Tips, Virtualization, Workstations | 5 Comments »

Being a 1st time Mac user I am truly impress with the performance & capability. I was a true PC users with windows & started to use Linux quite a bit for passed 2-3 years.

Recently with anonymous tips from someone I was able to get ESX running inside VMware Fusion Version 2.0.1 (128865).

ESX in Fuion
Just create a VM as per normal wizard & select “Generic Linux” or “RedHat Linux” works well for me.
Read more »

How To Turn Off Beep Speaker Sound

Posted on January 6th, 2009 in Tips, Workstations | 2 Comments »

“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.

  1. Look for virtual machine DOT VMX(.vmx) file.
  2. Edit virtual machine .vmx file.
  3. Insert
  4. “mks.noBeep = “TRUE””

  5. Save .vmx file.
  6. Power On virtual machine.

Read more »

VM Linux Guest Kernel Compilation Error

Posted on December 2nd, 2008 in Tips, Workstations | 2 Comments »

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.

VMware kernel

Read more »

Netware 6.5 on VMware

Posted on November 13th, 2008 in Operating Systems, Virtualization, Workstations | 3 Comments »

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 »