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:31] 192.168.1.50informatica:linux:xen [2015/04/13 20:19] (current) – external edit 127.0.0.1
Line 6: Line 6:
  
  
 +
 +
 +
 +
 +====== 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 12: Line 31:
  
 <code> <code>
-list_domains +list_domains -all 
-id |                                 uuid |  state +id |                                 uuid |  state | tot MiB | max MiB | shadow MiB | shutdown code |    sif |    cpu time | vcpus online | max vcpu id | ssidref 
- 0 | 446e2a8a-e7d4-4d83-96a2-3f75ee1057cd |     R  + 0 | 446e2a8a-e7d4-4d83-96a2-3f75ee1057cd |          308 |     N/A |        N/A |             0 | 909244 | 87028679664 |            1 |           1 |       0 
- 1 | 7f221b3f-b8da-b2da-47c8-befd0005bfa8 |    B  + 1 | 7f221b3f-b8da-b2da-47c8-befd0005bfa8 |    B   |     256 |     256 |        N/A |             0 | 828370 |  5181545036 |            1 |           0 |       0
 </code> </code>
  
Line 34: 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.1278768690.txt.gz · Last modified: 2015/04/13 20:19 (external edit)