827 B
827 B
title | visible |
---|---|
xe CLI | true |
[toc]
VM Operations
Show running VMs
xe vm-list --multiple power-state=running
Poweroff all VMs currently running
xe vm-shutdown --multiple power-state=running
Start VM
xe vm-start uuid={VM UUID}
Host reboot procedure
Snapshot management
TODO
VM Limits
Check current limits
xe vm-param-get uuid={VM UUID} param-name={PARAMETER}
Parameters:
VCPUs-max: Maximum number of CPU cores
VCPUs-at-startup: Number of CPU cores initially assigned
Set Limits
xe vm-param-set uuid={VM UUID} {PARAMETER}={VALUE}