– Create a new user in ESXi with no access privilege, you need to login to the ESXi directly to do that.
– Enable SSH, and add nagios user to root group: # vi /etc/group
root:x:0:root,nagios
– Check from the command line, if it works ./check_esxi_hardware.py --host https://esxihost:5989 --user file:credentials.txt --pass file:credentials.txt
OK - Server: Cisco Systems Inc.....
– Configure the credentials files to use the nagios user credentials.
Download and install vCenter Converter on a windows machine. http://www.vmware.com/products/converter
Unfortunately this tool does not have a Linux / MAC version.
vCenter Converter
In case you see an error: “Permission to perform this operation was denied”, right click and run the program as Administrator.
Provide the source and destination information, the source is the physical server to be converted and the destination vCenter.
vCenter Converter
vCenter Converter
Follow the steps, to do the conversion , a temporary OS will be started on the destination, by default it try to get an IP address from the DHCP server so that it can connect to the source machine and fetch the files required. But in case if you don’t have DHCP server you might see error like: “Unable to obtain the IP address of the helper virtual machine” . Fix this issue by setting up a static IP to the helper virtual machine during the conversion setup. Basically the helper VM IP should be able to communicate with the source machine which needs to be migrated
vCenter Converter Static IP
Proceed with the conversion, the duration will be based on the size of the VM and the connectivity if it belongs to another site/LAN.
You may need to change the network configuration (eg: HWADDR) and the MAC address mapping (/etc/udev/rules.d) to get it connected.