Cahier 2016 groupe n°3 : Différence entre versions

De Wiki de Projets IMA
(Configuration)
(Installation dans la machine virtuelle Xen)
Ligne 10 : Ligne 10 :
 
xen-create-image --hostname=Deadpool --ip=193.48.57.163 --netmask=255.255.255.240 --gateway=193.48.57.171 --dir=/usr/local/xen
 
xen-create-image --hostname=Deadpool --ip=193.48.57.163 --netmask=255.255.255.240 --gateway=193.48.57.171 --dir=/usr/local/xen
 
     --mirror=http://debian.polytech-lille.fr/debian/ --dist=jessie --password=******** </pre>
 
     --mirror=http://debian.polytech-lille.fr/debian/ --dist=jessie --password=******** </pre>
 +
 +
General Information
 +
--------------------
 +
Hostname      :  Deadpool
 +
Distribution  :  jessie
 +
Mirror        :  http://debian.polytech-lille.fr/debian/
 +
Partitions    :  swap            128M  (swap)
 +
                  /              4G    (ext3)
 +
Image type    :  sparse
 +
Memory size    :  128M
 +
Kernel path    :  /boot/vmlinuz-3.14-2-amd64
 +
Initrd path    :  /boot/initrd.img-3.14-2-amd64
 +
 +
Networking Information
 +
----------------------
 +
IP Address 1  : 193.48.57.163 [MAC: 00:16:3E:FF:6F:DC]
 +
Netmask        : 255.255.255.240
 +
Gateway        : 193.48.57.171
 +
 +
 +
Creating partition image: /usr/local/xen/domains/Deadpool/swap.img
 +
Done
 +
 +
Creating swap on /usr/local/xen/domains/Deadpool/swap.img
 +
Done
 +
 +
Creating partition image: /usr/local/xen/domains/Deadpool/disk.img
 +
Done
 +
 +
Creating ext3 filesystem on /usr/local/xen/domains/Deadpool/disk.img

Version du 3 octobre 2016 à 15:37

Installation des systèmes d'exploitation

Installation dans la machine virtuelle Xen

Dans cette partie, nous détaillerons la configuration de notre machine virtuelle:

   -Hostname: Deadpool
   -Ip : 193.48.57.163
xen-create-image --hostname=Deadpool --ip=193.48.57.163 --netmask=255.255.255.240 --gateway=193.48.57.171 --dir=/usr/local/xen
     --mirror=http://debian.polytech-lille.fr/debian/ --dist=jessie --password=******** 

General Information


Hostname  : Deadpool Distribution  : jessie Mirror  : http://debian.polytech-lille.fr/debian/ Partitions  : swap 128M (swap)

                 /               4G    (ext3)

Image type  : sparse Memory size  : 128M Kernel path  : /boot/vmlinuz-3.14-2-amd64 Initrd path  : /boot/initrd.img-3.14-2-amd64

Networking Information


IP Address 1  : 193.48.57.163 [MAC: 00:16:3E:FF:6F:DC] Netmask  : 255.255.255.240 Gateway  : 193.48.57.171


Creating partition image: /usr/local/xen/domains/Deadpool/swap.img Done

Creating swap on /usr/local/xen/domains/Deadpool/swap.img Done

Creating partition image: /usr/local/xen/domains/Deadpool/disk.img Done

Creating ext3 filesystem on /usr/local/xen/domains/Deadpool/disk.img