XenServer Tips
Install xs-tools
- Open vm console
- Select xs-tools.iso on "DVD Drive 1"
- Enter commands bellow:
$ sudo -s
$ umount /media/cdrom
$ mount /dev/cdrom /media/cdrom
$ dpkg -i /media/cdrom/Linux/xe-guest-utilities_(version)_amd64.deb
Auto-Start VM
Setting the XenServer to allow Auto-Start
- Gather the UUIDs of the pools you wish to auto-start:
- To get the list of the pools on your XenServer, run ´xe pool-list´
- Then type the following command to set the pool or server to allow auto-start:
$ xe pool-param-set uuid=UUID other-config:auto_poweron=true
Setting the Virtual Machines to Auto-Start
- Gather the UUIDs of the Virtual Machine you want to auto-start by running ´xe vm-list.´
- Copy the UUID of the Virtual Machines you want to auto-start, and run the following command for each Virtual Machine to auto-start:
$ xe vm-param-set uuid=UUID other-config:auto_poweron=true
Written by oliveiragabriel07
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Xenserver
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#