XenServer在Pool架构下服务器开机自动启动指定的VM
首先查看所有的pool
xe pool-list
我们将池的自动启动参数auto_poweron设置为true:
xe pool-param-set uuid=<pool UUID> other-config:auto_poweron=true
注意要把上面的
列出所有的虚拟机
xe vm-list
然后将要自动启动的VPS的auto_poweron参数设置为自动启动:
xe vm-param-set uuid=<VM UUID> other-config:auto_poweron=true
注意要把上面的