PUBLIC   marks

PUBLIC MARKS with tag lvm

Sponsorised links

July 2008

LVM ou comment changer d'idée sur le stockage de données sous Linux

by camel
LVM, dont l'acronyme anglo-saxon signifie Logical Volume Manager, est un gestionnaire de volumes logiques qui apportent une vision abstraite du stockage de votre machine. La partition physique devient un composant élémentaire et ne va plus directement supporter le système de fichiers. Entre ces deux couches de bas et de haut niveau (successivement, la partition et le système de fichiers), vont s'intercaler une première couche regroupant les partitions physiques (appelée « volume groupe ») et une deuxième couche dans laquelle nous allons créer les systèmes de fichiers (appelés « volumes logiques ») mais qui seront dynamiquement retaillables (indifféremment en réduction ou en extension). Figure 2 : Découpage des données sous LVM L'intérêt principal de cette approche est à la fois de pouvoir étendre facilement un volume groupe en ajoutant des partitions physiques (par exemple, un nouveau disque dur) et de changer la taille à chaud des volumes logiques sachant que ces derniers ne possèdent pas un emplacement précis sur un volume groupe et ne sont représentés que par leur nom et leur taille.

May 2008

Move an LVM-based virtual machine to another host

by camel
For those running Xen on servers with no back-end SAN, the following instructions detail the steps necessary to move an LVM-based virtual machine to a new physical host. There may be more elegant ways to achieve this, but this is what worked for me.

Sponsorised links

February 2008

A simple introduction to working with LVM

by camel
The logical volume manager allows you to create and manage the storage of your servers in a very useful manner; adding, removing, and resizing partitions on demand. Getting started with LVM can be a little confusing to newcomer so this guide intends to show the basics in a simple manner.

January 2008

FRLinux.net Version 5.2 - Le Site d'aide a l'utilisation de Linux

by camel (via)
Nous verrons dans cet article comment installer Xen sur une machine n'ayant pas les instructions matérielles de virtualisation (VT) en utilisant LVM pour partitionner avec flexibilité nos différentes machines virtuelles. Le tout est réalisé grâce à Debian Etch avec les bons noyaux qui vont bien. J'ai aussi utilisé le noyau officiel de chez Xen afin d'avoir quelque chose de propre (enfin dans la limite du possible). Attention, mon tutoriel prends de véritables adresses IP, je n'ai donc aucun besoin de NAT. Si tel est votre problème, achetez le numéro 100 de GLMF, il contient le serveur parfait et un setup bien plus avancé que le miens :)

December 2007

HA Xen Cluster with DRBD, LVM and heartbeat

by camel
We have implemented a 2-node HA Xen cluster, which consists of two physical machines (hosts,) and runs several virtual servers (guests) each, for our company's internal services (mail, web applications, development, etc.) When one host gets down unexpectedly, the other host physically kills it (STONITH - power down or reset) and then takes over all the guests the failed host was running. When we want to shutdown a host machine for maintenance (to replace a fan, add disk or memory, etc.), we just type the usual shutdown command, and the guests are automatically live-migrated to the other host. Since the guest servers keep running throughout the migration process, except for the less than a second pause, users would never even notice the event.

August 2007

May 2007

Sauvegardes - Les RPM de Remi

by camel & 1 other
j'ai commencé par faire des sauvegardes de toutes mes données. A cette occasion je vous présente ici mon dispositif.

April 2007

Back Up (And Restore) LVM Partitions With LVM Snapshots | HowtoForge - Linux Howtos and Tutorials

by camel
This tutorial shows how you can create backups of LVM partitions with an LVM feature called LVM snapshots. An LVM snapshot is an exact copy of an LVM partition that has all the data from the LVM volume from the time the snapshot was created. The big advantage of LVM snapshots is that you don't have to worry about open files and database connections, and you don't have to interrupt/halt services on the live partition because a snapshot is usually created in fractions of a second, so your users won't notice any disruption, and your snapshot holds consistent data.

March 2007

January 2007

Managing Disk Space with LVM

by lecyborg
Ou comment faire une grosse partition répartie sur plusieurs disques

August 2006

PUBLIC TAGS related to tag lvm

no tag

Sponsorised links