xenserver6.0实现VM随主机自动启动

xenserver6.0实现VM随主机自动启动的解决办法

针对Linux虚拟机
1.        设置虚拟机所在的POOL支持auto_poweron

Enable the VM auto start feature on a pool :


xe pool-param-set uuid=... other-config:auto_poweron=true

2.        设置Linux虚拟机auto_poweron

Then on each VM you want to auto start you would execute:


xe vm-param-set uuid=... other-config:auto_poweron=true