用vSphere控制虚拟机控制台。这时候你需要做下列操作:
# Log in to the ESX host’s service console as root.(第一步,按F1键进行控制台,再按"insert"插入键进行输入
# Open /etc/vmware/config with a text editor. (第二步用vi /etc/vmware/config命令)
# Add the following line:
vmauthd.server.alwaysProxy = “TRUE”(第三步输入vmauthd.server.alwaysProxy = “TRUE”)
# Issue the following command to restart xinetd:
service xinetd restart(第四步输入service xinetd restart)
第五步按esc键退出
第六步输入:(冒号)
第七步输入wq (说明write quit意思是写入退出)
第八步,测试成功!