« Atelier SysRes SE4 2024/2025 E11 » : différence entre les versions
Aller à la navigation
Aller à la recherche
(PingEntre2VM) |
Aucun résumé des modifications |
||
Ligne 1 : | Ligne 1 : | ||
== Projet AARV LECOMTE et CASIMIRI == | |||
== Création machines virtuelles == | |||
<syntaxhighlight lang="shell"> | |||
xen-create-image --hostname=SE4.Kratos --dhcp --bridge=bifrost --dir=/usr/local/xen --size=10GB --dist=daedalus --memory=1024M --force | |||
</syntaxhighlight>La commande pour démarrer la machine, depuis le fichier /etc/xen <syntaxhighlight lang="shell"> | |||
xen create SE4.Kratos.cfg | |||
</syntaxhighlight>Puis on s'y connecte<syntaxhighlight lang="shell"> | |||
xen console SE4.Kratos | |||
</syntaxhighlight> |
Version du 13 mars 2025 à 16:51
Projet AARV LECOMTE et CASIMIRI
Création machines virtuelles
xen-create-image --hostname=SE4.Kratos --dhcp --bridge=bifrost --dir=/usr/local/xen --size=10GB --dist=daedalus --memory=1024M --force
La commande pour démarrer la machine, depuis le fichier /etc/xen
xen create SE4.Kratos.cfg
Puis on s'y connecte
xen console SE4.Kratos