首先查看所有的pool

xe pool-list

我们将池的自动启动参数auto_poweron设置为true:

xe pool-param-set uuid=<pool UUID> other-config:auto_poweron=true

注意要把上面的换成你的pool的uuid。


列出所有的虚拟机

xe vm-list

然后将要自动启动的VPS的auto_poweron参数设置为自动启动:

xe vm-param-set uuid=<VM UUID> other-config:auto_poweron=true

注意要把上面的换成你的vm的uuid。

标签: XenServer

添加新评论