Difference between revisions of "xenserver auto start VMs"

From thelinuxwiki
Jump to: navigation, search
(Created page with " get VM uid # xe pool-list set VM to auto start # xe vm-param-set uuid=f196d26e-de3b-84f1-7d70-3fbf1119f081 other-config:auto_poweron=true P.S. Pool must also be set to ...")
 
 
Line 2: Line 2:
 
get VM uid
 
get VM uid
  
  # xe pool-list
+
  # xe vm-list
  
 
set VM to auto start
 
set VM to auto start

Latest revision as of 20:34, 10 February 2014

get VM uid

# xe vm-list

set VM to auto start

# xe vm-param-set uuid=f196d26e-de3b-84f1-7d70-3fbf1119f081 other-config:auto_poweron=true

P.S. Pool must also be set to autostart