Difference between revisions of "xenserver - Creating a Linux VM by Installing From an ISO Image"

From thelinuxwiki
Jump to: navigation, search
Line 3: Line 3:
 
xenserver 6.2
 
xenserver 6.2
  
 +
[http://docs.vmd.citrix.com/XenServer/6.2.0/1.0/en_gb/guest.html#linux_vm_iso_install citrix manual - Creating a Linux VM]
  
 
list available templates
 
list available templates
Line 11: Line 12:
 
  # xe vm-install template=CentOS\ 6\ \(64-bit\) new-name-label=mynewVM \
 
  # xe vm-install template=CentOS\ 6\ \(64-bit\) new-name-label=mynewVM \
 
  sr-uuid="95d78c5f-970f-2bec-2d5a-6ecbc88c428a"
 
  sr-uuid="95d78c5f-970f-2bec-2d5a-6ecbc88c428a"
 +
 +
...
 +
 +
  
 
[[category:xenserver]]
 
[[category:xenserver]]

Revision as of 17:38, 13 October 2014

version

xenserver 6.2

citrix manual - Creating a Linux VM

list available templates

# xe vm-install template=<tab>

create VM

# xe vm-install template=CentOS\ 6\ \(64-bit\) new-name-label=mynewVM \
sr-uuid="95d78c5f-970f-2bec-2d5a-6ecbc88c428a"

...