« Atelier SysRes SE4 2025/2026 E14 » : différence entre les versions

De wiki-se.plil.fr
Aller à la navigation Aller à la recherche
(Page créée avec « === Projet de virtualisation === ==== Atelier système et réseau, les machines virtuelles ==== ===== Création des machines virtuelles ===== Nous avons créé deux machines avec les commandes suivantes :<syntaxhighlight lang="bash"> root@capbreton:~# xen-create-image --hostname=SE4.batman --dhcp --bridge=pont_ironman --dir=/usr/local/xen --size=10GB --dist=daedalus --memory=2G root@capbreton:~# xen-create-image --hostname=SE4.catwoman --dhcp --bridge=pont_iron... »)
 
mAucun résumé des modifications
 
(Une version intermédiaire par le même utilisateur non affichée)
Ligne 18 : Ligne 18 :
xen create /etc/xen/SE4.catwoman.cfg
xen create /etc/xen/SE4.catwoman.cfg
xen create /etc/xen/SE4.superman.cfg
xen create /etc/xen/SE4.superman.cfg
</syntaxhighlight>ifup pont_ironman<syntaxhighlight lang="bash">
</syntaxhighlight><syntaxhighlight lang="bash">
ifup pont_ironman
</syntaxhighlight><syntaxhighlight lang="bash">
xen console SE4.batman
xen console SE4.batman
xen console SE4.catwoman
xen console SE4.catwoman
xen console SE4.superman
xen console SE4.superman
</syntaxhighlight><syntaxhighlight lang="bash">
lvcreate -n SE4.batman.home -L 10G virtual
lvcreate -n SE4.batman.var -L 10G virtual
disk        = [
                  'file:/usr/local/xen/domains/SE4.batman/disk.img,xvda2,w',
                  'file:/usr/local/xen/domains/SE4.batman/swap.img,xvda1,w',
                  'phy:/dev/virtual/SE4.batman.home,xvdb,w',
                  'phy:/dev/virtual/SE4.batman.var,xvdc,w',
              ]
           
               
</syntaxhighlight><syntaxhighlight>
schMC6Yy5pcJNYAYx5cvTUZ catwoman
ekcNq2iMUtNLz6d8ZVTrZM2 superman
rootx                  batman
</syntaxhighlight>
</syntaxhighlight>

Version actuelle datée du 20 janvier 2026 à 16:50

Projet de virtualisation

Atelier système et réseau, les machines virtuelles

Création des machines virtuelles

Nous avons créé deux machines avec les commandes suivantes :

root@capbreton:~# xen-create-image --hostname=SE4.batman --dhcp --bridge=pont_ironman --dir=/usr/local/xen --size=10GB --dist=daedalus --memory=2G
root@capbreton:~# xen-create-image --hostname=SE4.catwoman --dhcp --bridge=pont_ironman --dir=/usr/local/xen --size=10GB --dist=daedalus --memory=2G
root@capbreton:~# xen-create-image --hostname=SE4.superman --dhcp --bridge=pont_ironman --dir=/usr/local/xen --size=10GB --dist=excalibur --memory=2G
auto pont_ironman
iface pont_ironman inet manual
        bridge_ports none
        up ip link set $IFACE up
        down ip link set $IFACE down
xen create /etc/xen/SE4.batman.cfg
xen create /etc/xen/SE4.catwoman.cfg
xen create /etc/xen/SE4.superman.cfg
ifup pont_ironman
xen console SE4.batman
xen console SE4.catwoman
xen console SE4.superman
lvcreate -n SE4.batman.home -L 10G virtual
lvcreate -n SE4.batman.var -L 10G virtual
disk        = [
                  'file:/usr/local/xen/domains/SE4.batman/disk.img,xvda2,w',
                  'file:/usr/local/xen/domains/SE4.batman/swap.img,xvda1,w',
                  'phy:/dev/virtual/SE4.batman.home,xvdb,w',
                  'phy:/dev/virtual/SE4.batman.var,xvdc,w',
              ]
schMC6Yy5pcJNYAYx5cvTUZ catwoman
ekcNq2iMUtNLz6d8ZVTrZM2 superman
rootx                   batman