18、ESXi不能解析主机名
解决方法:
1) Login to ESXi host
2) vi /etc/hosts
3) Key in every ESXi host in Cluster as the following format
IP Address ESXi hostname
192.168.10.10 esx01
192.168.10.11 esx02
... ...
192.168.10.9 vCenter01
4) Repeat all the above editing in all ESXi hosts
5)Login in to vCenter
6)Edit /Windows/System32/drive/etc/hosts
20、Linux下安装VMware-tools出现"/etc/vmware-tools/locations"错误
故障内容:
A previous installation of VMware software has been detected.
The previous installation was made by the tar installer (version 3).
Keeping the tar3 installer database format.
Error: Unable to find the binary installation directory (answer BINDIR)
in the installer database file "/etc/vmware-tools/locations".
解决方法:
1、删除etc/vmware-tools目录rm -rf vmware-tools
2. 删除/tmp/vm* rm -rf vm*(注意不要把 VMwa*的也删除)
3、然后用tar –zxvf解压