« Modèle:NewVM » et « Modèle:Portail/Layout5/Doc » : différence entre les pages

De wiki.infini
(Différence entre les pages)
import>Fleon
Aucun résumé des modifications
 
import>Fleon
(Page créée avec « {{Portail/Layout5}} <noinclude>Catégorie:Documentation/Template</noinclude> »)
 
Ligne 1 : Ligne 1 :
<includeonly>
{{Portail/Layout5}}
{{InfoBox stack
<noinclude>[[Catégorie:Documentation/Template]]</noinclude>
|{{InfoBox head| {{{vmname}}} @ {{{machine_phys}}} }}
|{{InfoBox line| MEMORY : {{{memory}}} }}
|{{InfoBox line| CPU : {{{cpu}}} }}
|{{InfoBox line| LVM : /dev/vg0/{{{vmname}}}_sys / {{{sys_size|}}} }}
|{{InfoBox line| LVM : /dev/vg0/{{{vmname}}}_swap / {{{swap_size|}}} }}
|{{InfoBox line| LVM : {{#if:{{{data_size|}}} | /dev/vg0/{{{vmname}}}_data / {{{data_size|}}} | nan}} }}
|{{InfoBox line| MAC : {{{mac}}} }}
|{{InfoBox line| NET : {{{iface}}} / {{{ip_vm|}}} }}
|{{InfoBox line| VNC : {{{vnc}}} }}
}}
La machine physique '''{{{machine_phys}}}''' héberge la VM, création du fichier de config :
 
{{RootCmd | hostname={{{machine_phys}}}
| cd /etc/kvm/machines_virtuelles
| cp template.xml {{{vmname}}}.xml
| nano {{{vmname}}}.xml
}}
 
Création des volumes LVM :
 
{{RootCmd | hostname={{{machine_phys}}}
| lvcreate -L {{{sys_size}}} -n {{{vmname}}}_sys vg0
| lvcreate -L {{{swap_size}}} -n {{{vmname}}}_swap vg0
| {{#if:{{{data_size|}}} | lvcreate -L {{{data_size}}} -n {{{vmname}}}_data vg0 }}
}}
 
Démarrage de la vm :
 
{{RootCmd | hostname={{{machine_phys}}}
| virsh create {{{vmname}}}.xml
}}
 
Connexion VNC :
 
{{RootCmd | hostname=remote
| ssh -p443 user@mx1.infini.fr -L5901:{{{ip_phys}}}:{{{vnc}}}
| vncviewer localhost:1
}}
 
{{#if:{{{data_size|}}}| |<br/>}}
On termine en ajoutant la machine au fichier '''/etc/rc.local''' pour garantir qu'elle sera relancée au démarrage de {{{machine_phys}}} :
 
{{FileBox|filename={{{machine_phys}}} ~ vi /etc/rc.local | 1=
sleep 2
virsh create /etc/kvm/machines_virtuelles/{{{vmname}}}.xml
}}
 
* {{{install_summary}}}
* {{{signature}}}
</includeonly><noinclude>[[Category:Template]]</noinclude>

Version du 1 février 2012 à 19:07