Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 388 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 388 Bytes

Python commandline script to get information about a XenServer Virtual Machine.

Usage


./vm-info.py        - Get information about all VMs
./vm-info.py <uuid> - Get information about a spesific VM
./backup.py         - Save a backup of VHD configs in a storage pool

# Ex: ./vm-info.py UUID > /tmp/vm-foo.log

You can also append --debug to the command for verbose output