Pour éditer le wiki, il faut demander un compte à un Lapin !
Difference between revisions of "Serveur supervixen"
From Le L∞p's Wiki
m (→Disques durs) |
(rm le markup en trop, au revoir samba.gare.xp) |
||
Line 1: | Line 1: | ||
Le serveur '''supervixen''' est un serveur de virtualisation basé sur [http://www.xenproject.org/ Xen] qui a pour but d'héberger des <abbr lang="en" title="Virtual Machine">VM</abbr> pour les services, projets et idées des Loopiot·te·s. | Le serveur '''supervixen''' est un serveur de virtualisation basé sur [http://www.xenproject.org/ Xen] qui a pour but d'héberger des <abbr lang="en" title="Virtual Machine">VM</abbr> pour les services, projets et idées des Loopiot·te·s. | ||
− | |||
− | |||
== Matériel == | == Matériel == | ||
− | * | + | * RAM : 24 Go détecté |
* Carte Ethernet Broadcoam <small>(nécessite un ''firmware'' binaire)</small> | * Carte Ethernet Broadcoam <small>(nécessite un ''firmware'' binaire)</small> | ||
Line 17: | Line 15: | ||
* 1 x 160 Go | * 1 x 160 Go | ||
− | ** | + | ** VG : <code>root</code> |
− | ** | + | ** LV : <code>system</code> |
* 1 x 160 Go | * 1 x 160 Go | ||
− | ** | + | ** VG : <code>supervixen</code> <small>(réservé à Xen)</small> |
== OS == | == OS == | ||
− | + | Debian Wheezy 7.1 64 bits. | |
− | + | Admins : [[User:okhin|Okhin]], [[User:ToM|ToM]], [[User:Capslock|Capslock]] | |
=== Services === | === Services === | ||
* Xen | * Xen | ||
− | * {{Deb|Xen-tools}} pour créer rapidement les machines. Configuration spécifique à | + | * {{Deb|Xen-tools}} pour créer rapidement les machines. Configuration spécifique à supervixen : |
lvm = supervixen # Let's use the dedicated XEN VG | lvm = supervixen # Let's use the dedicated XEN VG | ||
Line 46: | Line 44: | ||
initrd = /boot/initrd.img-`uname -r` | initrd = /boot/initrd.img-`uname -r` | ||
mirror = `xt-guess-suite-and-mirror --mirror` | mirror = `xt-guess-suite-and-mirror --mirror` | ||
− | apt_proxy = http://proxy.gare.xp:8123 # Let's use the apt_proxy to spare some bandwidth | + | apt_proxy = <nowiki>http://proxy.gare.xp:8123</nowiki> # Let's use the apt_proxy to spare some bandwidth |
ext3_options = noatime,nodiratime,errors=remount-ro | ext3_options = noatime,nodiratime,errors=remount-ro | ||
ext2_options = noatime,nodiratime,errors=remount-ro | ext2_options = noatime,nodiratime,errors=remount-ro | ||
Line 56: | Line 54: | ||
== Liste des VM == | == Liste des VM == | ||
− | * | + | * [[VM_calendar|calendar.gare.xp]] |
− | + | ||
− | == | + | == Ressources == |
* {{en}} [https://wiki.debian.org/Xen#Domain_0_.28Host.29_Installation Xen] sur le wiki de Debian | * {{en}} [https://wiki.debian.org/Xen#Domain_0_.28Host.29_Installation Xen] sur le wiki de Debian |
Revision as of 13:45, 7 November 2013
Le serveur supervixen est un serveur de virtualisation basé sur Xen qui a pour but d'héberger des VM pour les services, projets et idées des Loopiot·te·s.
Matériel
- RAM : 24 Go détecté
- Carte Ethernet Broadcoam (nécessite un firmware binaire)
CPUs
- Intel Xeon 5150 bi-core, 2.66 GHz - dont 1 cœur verrouillé pour le dom0
Disques durs
Partitionnement avec LVM :
- 1 x 160 Go
- VG :
root
- LV :
system
- VG :
- 1 x 160 Go
- VG :
supervixen
(réservé à Xen)
- VG :
OS
Debian Wheezy 7.1 64 bits.
Services
- Xen
-
Xen-tools
pour créer rapidement les machines. Configuration spécifique à supervixen :
lvm = supervixen # Let's use the dedicated XEN VG install-method = debootstrap size = 4Gb # Disk image size. memory = 512MB # Memory size noswap = 1 # Don't use swap at all for the new system. fs = ext4 # use the EXT3 filesystem for the disk image. dist = `xt-guess-suite-and-mirror --suite` # Default distribution to install. image = full # Specify sparse vs. full disk images. dhcp = 1 bridge = xenbr0 kernel = /boot/vmlinuz-`uname -r` initrd = /boot/initrd.img-`uname -r` mirror = `xt-guess-suite-and-mirror --mirror` apt_proxy = http://proxy.gare.xp:8123 # Let's use the apt_proxy to spare some bandwidth ext3_options = noatime,nodiratime,errors=remount-ro ext2_options = noatime,nodiratime,errors=remount-ro xfs_options = defaults reiserfs_options = defaults btrfs_options = defaults boot = 1
Liste des VM
Ressources
- (en) Xen sur le wiki de Debian
- (en) Guide de configuration du réseau sur le wiki de Xen