Pour éditer le wiki, il faut demander un compte à un Lapin !
Difference between revisions of "Serveur supervixen"
From Le L∞p's Wiki
(→OS: Here comes a new challenger) |
m |
||
Line 1: | Line 1: | ||
[[Category:Infrastructure]] | [[Category:Infrastructure]] | ||
Le serveur '''supervixen''' est un serveur de virtualisation basé sur Xen qui a pour but d'éhberger des VM pour les services, projets et idées des loopiots. | Le serveur '''supervixen''' est un serveur de virtualisation basé sur Xen qui a pour but d'éhberger des VM pour les services, projets et idées des loopiots. | ||
− | |||
− | |||
__TOC__ | __TOC__ | ||
+ | |||
= Hardware = | = Hardware = | ||
− | + | * RAM: 24 Go détecté | |
− | * RAM: | + | |
* Carte ethernet broadcoam - nécessite un firmware binaire | * Carte ethernet broadcoam - nécessite un firmware binaire | ||
− | * | + | |
− | + | == CPUS == | |
− | + | * Physique: 1 Quadcore Xeon 5150 @ 2.66GHz | |
+ | dont 1 cœur verrouillé pour le dom0 | ||
+ | |||
+ | == Disques == | ||
+ | Partionnement par lvm | ||
+ | |||
+ | * 1x160Go - VG: root - LV: system | ||
+ | * 1x160Go - VG: supervixen - réservé à Xen | ||
= OS = | = OS = | ||
Line 45: | Line 50: | ||
== Liste des VM == | == Liste des VM == | ||
* [[VM_calendar|calendar.gare.xp]] | * [[VM_calendar|calendar.gare.xp]] | ||
+ | |||
= Usefull Doc = | = Usefull Doc = | ||
# [https://wiki.debian.org/Xen#Domain_0_.28Host.29_Installation Xen Debian wiki] | # [https://wiki.debian.org/Xen#Domain_0_.28Host.29_Installation Xen Debian wiki] | ||
# [http://wiki.xen.org/wiki/Host_Configuration/Networking Networking guide on xen wiki] | # [http://wiki.xen.org/wiki/Host_Configuration/Networking Networking guide on xen wiki] |
Revision as of 20:37, 1 October 2013
Le serveur supervixen est un serveur de virtualisation basé sur Xen qui a pour but d'éhberger des VM pour les services, projets et idées des loopiots.
Hardware
- RAM: 24 Go détecté
- Carte ethernet broadcoam - nécessite un firmware binaire
CPUS
- Physique: 1 Quadcore Xeon 5150 @ 2.66GHz
dont 1 cœur verrouillé pour le dom0
Disques
Partionnement par lvm
- 1x160Go - VG: root - LV: system
- 1x160Go - VG: supervixen - réservé à Xen
OS
Debian 7.1 (Squeeze) - 64bits
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://192.168.0.1: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