I need to create virtual machine on XenServer (6.2.0) but I have access to console/SSH only
Solution:
- Virtual machine based on template. For select template execute:
xe template-list
- After selecting template, create VM:
xe vm-install template="Debian Wheezy 7.0 (32-bit)" new-name-label="newVM"
so VM based on Debian Wheezy 7.0 (32-bit) template, VM name is newVM
Last command execution produced UUID for created VM