I wrote up a batch script to backup the ESXi 5.0 host configuration every night, email the backup report and remove the old archive folders that is older than 7 days. To make it work, you need to: 1) install the vCLI and add its bin folder to the system PATH 2) Add all your … Continue reading ESXi 5.0 Host Backup Script
ESXi 5.0 Fatal error: 8 (Device error)
This issue can occur if you are using: Hardware that is not listed in the VMware Hardware Compatibility Guide A corrupt ESXi 5.0 installation file supplied by a vendor A vendor-provided USB drive or CD/DVD media that is faulty
TSM for VE: FMM16014I The Return Code is 2
You may get this Critical Error once you click the ‘Tivoli Data Protection for VMware’ in the Solution and Application. It means something is incorrect, and leads to the VMCLI command failed to run. The first thing you need to do is to check the log which is located in ‘C:\Program Files (x86)\Common Files\Tivoli\TDPVMware\VMwarePlugin\logs\vmcli’ on … Continue reading TSM for VE: FMM16014I The Return Code is 2
TSM 6.3: Install Data Protection for VMware
Before the installation, it is good to get familiar with TSM Data Protection for VMware Architecture. OK, let’s roll. Login into the ‘Data Protection for VMware vCenter Plug-in Server’ showing in the first figure. This server plays the role of proxy node for backing up VMware. You can install only one Data Protection for … Continue reading TSM 6.3: Install Data Protection for VMware
ESXi 5.0 PXE Install
ESXi PXE install has no differences from other PXE installs, you need DHCP server, tftp server and the installation ISO. In my example, I build the DHCP server and tftp server on CentOS 6.3 minimal installation. 1) Install and configure the DHCP Server yum –y install dhcp cd /etc/dhcp/ cp –a dhcpd.conf dhcpd.conf.bak Modify dhcpd.conf … Continue reading ESXi 5.0 PXE Install