VMをXenserverホスト

  
で自動的に実装する方法

VMが自動的にホストで起動する

Linux仮想マシンの場合1.仮想マシンのプールをauto_poweronをサポートするように設定します。プールのVM自動起動機能を有効にします。 Xe pool-param-set uuid =&other-config:auto_poweron = true

2.自動起動する各仮想マシンでLinux仮想マシンauto_poweronを設定します。xe vm-param-set uuid = … other-config:auto_poweron = true Windows
ホストの場合、 Windows
ホストでは上記の設定が機能しない場合があります。/etc/rc.localに追加を追加できます(XSの場合)。 /etc/rc.localファイルに次のコードを追加します。

sleep 20xe vm-start uuid =< vm1 uuid>

sleep 20xe vm-start uuid =< vm2 uuid> < Br>

sleep 20xe vm-start uuid =< vm3 uuid>


uuid get xe vm-list

Copyright © Windowsの知識 All Rights Reserved