Useful XenServer Commands

Basics

  • Alle VMs bekommen (UUID ist für die späteren Commands notwendig)
xe vm-list

Useful VM Commands

  • Start
xe vm-start uuid=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
  • Shutdown
xe vm-shutdown uuid=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
  • Delete/Destroy
xe vm-destroy uuid=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

Functions that are only avalible in CLI

  • Autostart einschalten
xe vm-param-set uuid=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx other-config:auto_poweron=true
  • Autostart ausschalten

xe vm-param-set uuid=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx other-config:auto_poweron=false

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
Scroll to Top