User Tools

Site Tools


informatica:linux:xen

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
informatica:linux:xen [2010/07/10 13:32] 192.168.1.50informatica:linux:xen [2015/04/13 20:19] (current) – external edit 127.0.0.1
Line 7: Line 7:
  
  
 +
 +
 +
 +====== Instalar una debian lenny ======
 +
 +1. Crear una VM desde una plantilla:
 +
 +  xe vm-install template="Debian Lenny 5.0 (32-bit)" new-name-label=lenny
 +
 +Devuelve un UUID
 +
 +2. Instalar especificando repositorio:
 +
 +  xe vm-param-set uuid=56cfcf36-7be3-d49b-2dfa-e0b7cba1360c other-config:install-repository=http://ftp.debian.org/debian
 +
 +3. Arrancarla:
 +
 +  xe vm-start uuid=56cfcf36-7be3-d49b-2dfa-e0b7cba1360c
  
 ====== Comandos ====== ====== Comandos ======
Line 35: Line 53:
   /usr/lib/xen/bin/xenconsole 0   /usr/lib/xen/bin/xenconsole 0
          
 +  * Listar servidores xen:
  
 +<code>
 +[root@xenserver ~]# xe host-list 
 +uuid ( RO)                : 045efda0-b17f-4873-8141-bfa9cc0a06a7
 +          name-label ( RW): xenserver
 +    name-description ( RW): Default install of XenServer
 +</code>
  
  
informatica/linux/xen.1278768773.txt.gz · Last modified: 2015/04/13 20:19 (external edit)