Installation guide

Table Of Contents
that use the storage have local copies, but can recreate that from what is on the physical
volumes. You can attach physical volumes to a different server if the LVM versions are compat-
ible.
3. Growing a File System on a Logical
Volume
To grow a file system on a logical volume, perform the following steps:
1. Make a new physical volume.
2. Extend the volume group that contains the logical volume with the file system you are grow-
ing to include the new physical volume.
3. Extend the logical volume to include the new physical volume.
4. Grow the file system.
If you have sufficient unallocated space in the volume group, you can use that space to extend
the logical volume instead of performing steps 1 and 2.
4. Logical Volume Backup
Metadata backups and archives are automatically created on every volume group and logical
volume configuration change unless disabled in the lvm.conf file. By default, the metadata
backup is stored in the /etc/lvm/backup file and the metadata archives are stored in the /
etc/lvm/archive file. How long the the metadata archives stored in the /etc/lvm/archive file are
kept and how many archive files are kept is determined by parameters you can set in the
lvm.conf file. A daily system backup should include the contents of the /etc/lvm directory in the
backup.
Note that a metadata backup does not back up the user and system data contained in the logic-
al volumes.
You can manually back up the metadata to the /etc/lvm/backup file with the vgcfgbackup com-
mand. You can restore metadata with the vgcfgrestore command. The vgcfgbackup and vgcf-
grestore commands are described in Section 3.11, “Backing Up Volume Group Metadata”.
5. Logging
All message output passes through a logging module with independent choices of logging levels
for:
standard output/error
syslog
log file
3. Growing a File System on a Logical Volume
16