lvm

How To Set Up Software RAID1 On A Running LVM System (Incl. GRUB Configuration) (Debian Etch)

| | | | | | |

This guide explains how to set up software RAID1 on an already running LVM system (Debian Etch). The GRUB bootloader will be configured in such a way that the system will still be able to boot if one of the hard drives fails (no matter which one).

Xen Cluster Management With Ganeti On Debian Etch

| | | | | | | | | | | |

Ganeti is a cluster virtualization management system based on Xen. In this tutorial I will explain how to create one virtual Xen machine (called an instance) on a cluster of two physical nodes, and how to manage and failover this instance between the two physical nodes.

Recover Data From RAID1 LVM Partitions With Knoppix Linux LiveCD

| | | | | | | | |

This tutorial describes how to rescue data from a single hard disk that was part of a LVM2 RAID1 setup. Why is it so problematic to recover the data? Every single hard disk that formerly was a part of a LVM RAID1 setup contains all data that was stored in the RAID, but the hard disk cannot simply be mounted. First, a RAID setup must be configured for the partition(s) and then LVM must be set up to use this (these) RAID partition(s) before you will be able to mount it. I will use the Knoppix Linux LiveCD to do the data recovery.

Back Up (And Restore) LVM Partitions With LVM Snapshots

| | | | | | | |

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 do not have to worry about open files and database connections, and you do not have to interrupt/halt services on the live partition because a snapshot is usually created in fractions of a second, so your users will not notice any disruption, and your snapshot holds consistent data.

A Beginner's Guide To LVM

| | | | |

This guide shows how to work with LVM (Logical Volume Management) on Linux. It also describes how to use LVM together with RAID1 in an extra chapter. As LVM is a rather abstract topic, this article comes with a Debian Etch VMware image that you can download and start, and on that Debian Etch system you can run all the commands I execute here and compare your results with mine. Through this practical approach you should get used to LVM very fast.

How To Resize ext3 Partitions Without Losing Data

| | | | | | |

This article is about resizing ext3 partitions without losing data. It shows how to shrink and enlarge existing ext3 partitions and how to merge two ext3 partitions. This can be quite useful if you do not use LVM and you realize that your existing partitioning does not meet your actual needs anymore. http://www.howtoforge.com/linux_resizing_ext3_partitions

Syndicate content