VMware vCenter Server provides centralized visibility, proactive management and extensibility for VMware vSphere from a single console.
The easiest way to deploy vCenter server is to use vCenter server appliance, which is a Linux-based virtual appliance used to manage vSphere. Following steps shows the procedures how this virtual appliacne deployed into ESXi environment.
1. Download Software
There are a couple of options you can download.
a. Download .iso file to install vCenter into windows / linux environment.
b. Download .ova virtual appliance to deploy it into virtual environment
c. Download ovf file, vmdk system disk and vmdk data disk to deploy template into virtual environment.
In my lab, I selected single 2g single ova file to download and deploy it into my ESXi 5.5 server.
2. Deploy it into ESXi
Deployment procedure for this virtual vCenter appliace is same as other virtual appliances. After imported into ESXi, you can review Vmware vCenter Server Appliance's Virtual Machine Properties again. By default, it uses 8G memory, 2 CPUs, Hard disk 1 is 25G system disk and Hard disk 2 is 100G data disk.
3. Power on Vmware vCenter Server Appliance
After system fully powers on, you will get vSphere Web Client URL. In my this case, it is https://192.168.2.220:5480/
4. Log into Web Client using a browser with default username root and password vmware.
5. Use Vmware vSphere Client to log into vCenter using ip address 192.168.2.220
6. Add ESXi into vCenter
Enter my ESXi 5.5 ip address192.168.2.201, root username and password , then next step.
7. Problem to add ESXi
My ESXi has been used for more than 1 year, and evaluation expired. I did get a free license from Vmware website for my personal usage. Unfortunately, vCenter can not allow any expired or non-evaluation ESXi machine to be added.
"
If an ESXi host is licensed with the free version of the license key, you cannot add it to vCenter Server. This license does not contain the VirtualCenter Agent, which is necessary to manage a host with vCenter Server. This feature remains locked as long as the host is licensed with the free version of the license key.
To add ESXi hosts to vCenter Server, you must license the ESXi hosts with:
vSphere Standard, Enterprise, or Enterprise Plus
Licensing the ESXi host with one these products unlocks the add-on features that allow you to manage ESXi hosts using vCenter Server. For more information about these products, see Compare vSphere Editions.
"
Official way is to get an license for your vSphere. But we will have another easy way to reset ESXi into an evaluation mode for 60 days. You always can reset it again after expired.
8. Reset my ESXi to evaluation mode
a. For ESXi 4.1/5.0
cd /etc/vmwarerm-r vmware.licrm-r license.cfg"reboot" or "services.sh restart"b.For ESXi 5.1 + (used for my machine ESXi 5.5)
rm -r /etc/vmware/license.cfgcp /etc/vmware/.#license.cfg /etc/vmware/license.cfg/etc/init.d/vpxa restartAfter did above steps reset the machine into evaluation mode, please go to Licence configuration page and put back to Evaluate Mode for 60 new Days