SYSTEM, RAID and LVM |
We choosed to use Debian Lenny 64bit as VDD server OS. Three 10.000 rpm disks have been put in RAID 5, using Linux RAID software. The resulting device md0 has been then treated with LVM (Logical Volume Manager). Modifications to LVM (creation of volume groups and logical volumes) have been initially performed using a GUI and then with lvm shell commands. See also the Xen section for auto lv creation through xen-tools. Boot partition has been created outside RAID and LVM volumes. root@serv1:~# apt-get install system-config-lvm LVM COMMANDSroot@serv1:~# lvm help Use the appropriate "make filesystem" command" to create different filesystems E.g. root@serv1:~# mke2fs -j <device> This is our resulting fstab file: # /etc/fstab: static file system information. |