Posted on June 23rd, 2009 in Tips | 1 Comment »
A virtual network adapter is a program (instead of a physical network adapter) that allows a computer to connect to a network. A virtual network adapter can also be used to connect all the computers on a local area network (LAN) to a larger network such as the Internet or a collection of LANs.
Here, I would like to share how to change virtual machine virtual network adapter manually. In fact, you may know you can add a new virtual adapter and choose the adapter type from drop down menu.

Here you go:
Read more »
The next version of ESX vSphere or ESX 4 new features – Memory “Hot Add” for virtual machine is not a secret anymore. The most important is Microsoft announced the drop of hot-add support from its roadmap, postponed to an unannounced date, reported by Virtualization.Info which is totally not make sense and it’s confirmed worked on next version of ESX/vCenter.
I would like to share how to configure memory “hot add” for Windows 2003 virtual machine.

Read more »
Virtual I/O is not new to the IT market and I was introduced by my friend about Xsigo recently.
Many enterprise who have implemented virtual environments as a way to consolidate servers and centralize management are running may facing I/O bottleneck issue. No matter how many servers, switches, SAN storage or operating systems that you have, you’re still require to go through IO device.

Read more »
Have you ever experience your Virtual Console down and VMWare Infrastructure Client not working?
Here’s an alternative solution for you: a Bash script to run on your ESX Server.
Sample screen shot:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VMWARE ESX Management Tool Script
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Author : http://malaysiavm.com/blog
Version : 1.00.20081107.14.31
Supported ESX Version : 2.5 – 3.5
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0. VM Informations
1. Register VM
2. Unregister VM
3. Check VM Status
4. Power ON VM
5. Power OFF VM
6. Suspend VM
E. Exit
Choice:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Read more »
Posted on October 20th, 2008 in Tips | 1 Comment »
Few days ago, one of my virtual center machine was crashed and my Microsoft SQL database was corrupted without backup(damm!).
Basically setting up a brand new Windows 2003 machine is pretty simple but setup a new Virtual Machine took me 2 days. The most important is my VM template is go missing. The quick solution is search for VM template and register (add to inventory) again.
SSH into my ESX server using putty and search for VM template file with extension “.vmtx”.
[root@malaysiavmesx01 vmfs]# find /vmfs -name *.vmtx
/vmfs/volumes/465eeddb-89b75750-a52d-011aa0289d15/W2K3STD/W2K3STD.vmtx
/vmfs/volumes/465eeda7-2a63d436-724b-011aa0289d15/RHEL5/RHEL5.vmtx
How to register a VM template using CLI:
[root@malaysiavmesx01 vmfs]# /usr/bin/vmware-cmd -s register
Read more »