User Tools

Site Tools


general:xenserver:xenserver

This is an old revision of the document!


XenServer 8.x

Auto start VM

Turn on autostart

#!/bin/sh

# Turn on auto_poweron

xe vm-param-set uuid=$( xe vm-list name-label=<name> --minimal ) other-config:auto_poweron=true

Turn off autostart

#!/bin/sh

# Turn off auto_poweron

xe vm-param-set uuid=$( xe vm-list name-label=<name> --minimal ) other-config:auto_poweron=false
general/xenserver/xenserver.1629877549.txt.gz · Last modified: 2021/08/25 07:45 by sunkan

Donate Powered by PHP Valid HTML5 Valid CSS Run on Debian Driven by DokuWiki