ESXi 6.7
以前就注意到虚拟机有个菜单【action->autostart】可以用来自启动(物理机开机之后),
可是设置完之后,总是没成功。
今天重新google了,发觉不但虚拟机,整个物理机也是有个设置的【manage->autostart->Enabled】。
这两者都改好了,才可以实现物理机器启动后的虚拟机自动启动。
查看了这篇文章,顺便用最新vib升级了一下客户端Web App . 感觉很舒服。
https://www.ivobeerens.nl/2018/05/01/configure-vm-autostart-in-the-esxi-embedded-host-client/
The upgrade of the Host client is easy, no maintenance mode and reboot of the ESXi host is needed. The upgrade can be done by following these steps:
1 |
esxcli software vib update -v /vmfs/volumes/<datastore>/<vibname.vib> |
原文:https://www.cnblogs.com/johnsonshu/p/10396311.html