首页 > 代码库 > 如何配置虚拟机随ESXi主机的启动而自动启动?

如何配置虚拟机随ESXi主机的启动而自动启动?

vCenter以虚拟机的形式存在, 然而ESXi重启之后, 半天也登不进vCenter. 于是直接登录ESXi, 发现vCenter的虚拟机没有启动. –_-||

于是查了一下, 找到了问题的原因. 虚拟机的自动启动特性没有开启.

 

To enable the Virtual Machine Startup / Shutdown option:

  1. Log in to the host directly using the vSphere Client.
  2. Click the Configuration tab.
  3. Click Virtual Machine Startup / Shutdown.
  4. Click the Properties link.
  5. Change the setting to Enabled.

 

来源

===================

The Virtual Machine Automatic Startup / Shutdown feature in ESXi hosts in a VSA cluster gets disabled (2046319)

http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2046319

如何配置虚拟机随ESXi主机的启动而自动启动?