lvm_gui

download lvm_gui

of 7

Transcript of lvm_gui

  • 8/2/2019 lvm_gui

    1/7

    al LVM Partitioning http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manua

    03/24/2006 0

    Search Docs: Go

    Red Hat Docs > Manuals > Red Hat Enterprise Linux Manuals >

    Red Hat Enterprise Linux 4: System Administration Guide

    Prev Chapter 8. LVM Configuration Next8.2. Manual LVM Partitioning

    The following section explains how to manually configure LVM for Red Hat Enterprise Linux.

    Because there are numerous ways to manually configure a system with LVM, the following

    example is similar to the default configuration done in Section 8.1 Automatic Partitioning.

    On the Disk Partitioning Setup screen, select Manually partition with Disk Druid .

    8.2.1. Creating the /boot/ Partition

    In a typical situation, the disk drives are new, or formatted clean. The following figure, Figure 8-2,shows both drives as raw devices with no partitioning configured.

    Figure 8-2. Two Blank Drives, Ready For Configuration

  • 8/2/2019 lvm_gui

    2/7

    al LVM Partitioning http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manua

    03/24/2006 0

    Warning

    The /boot/ partition cannot reside on an LVM volume group because the GRUBboot loader cannot read it.

    Select New .1.Select /boot from the Mount Point pulldown menu.2.

    Select ext3 from the File System Type pulldown menu.3.

    Select only the sda checkbox from the Allowable Drives area.4.

    Leave 100 (the default) in the Size (MB) menu.5.

    Leave the Fixed size (the default) radio button selected in the Additional Size Options area.6.

    Select Force to be a primary partition to make the partition be a primary partition. A primary

    partition is one of the first four partitions on the hard drive. If unselected, the partition is

    created as a logical partition. If other operating systems are already on the system,

    unselecting this option should be considered. For more information on primary versus

    logical/extended partitions, refer to the appendix section of the Red Hat Enterprise Linux

    Installation Guide.

    7.

    Refer to Figure 8-3 to verify your inputted values:

    Figure 8-3. Creation of the Boot Partition

    Click OK to return to the main screen. The following figure displays the boot partition correctly

    set:

  • 8/2/2019 lvm_gui

    3/7

    al LVM Partitioning http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manua

    03/24/2006 0

    Figure 8-4. The /boot/ Partition Displayed

    8.2.2. Creating the LVM Physical Volumes

    Once the boot partition is created, the remainder of all disk space can be allocated to LVM

    partitions. The first step in creating a successful LVM implementation is the creation of the

    physical volume(s).

    Select New .1.

    Select physical volume (LVM) from the File System Type pulldown menu as shown in

    Figure 8-5.

    2.

  • 8/2/2019 lvm_gui

    4/7

    al LVM Partitioning http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manua

    03/24/2006 0

    Figure 8-5. Creating a Physical Volume

    You cannot enter a mount point yet (you can once you have created all your physical

    volumes and then all volume groups).

    3.

    A physical volume must be constrained to one drive. For Allowable Drives, select the drive

    on which the physical volume are created. If you have multiple drives, all drives are

    selected, and you must deselect all but one drive.

    4.

    Enter the size that you want the physical volume to be.5.

    Select Fixed size to make the physical volume the specified size, select Fill all space up to

    (MB) and enter a size in MBs to give range for the physical volume size, or select Fill to

    maximum allowable size to make it grow to fill all available space on the hard disk. If you

    make more than one growable, they share the available free space on the disk.

    6.

    Select Force to be a primary partition if you want the partition to be a primary partition.7.

    Click OK to return to the main screen.8.

    Repeat these steps to create as many physical volumes as needed for your LVM setup. For

    example, if you want the volume group to span over more than one drive, create a physical

    volume on each of the drives. The following figure shows both drives completed after the

    repeated process:

  • 8/2/2019 lvm_gui

    5/7

    al LVM Partitioning http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manua

    03/24/2006 0

    Figure 8-6. Two Physical Volumes Created

    8.2.3. Creating the LVM Volume Groups

    Once all the physical volumes are created, the volume groups can be created:

    Click the LVM button to collect the physical volumes into volume groups. A volume group is

    basically a collection of physical volumes. You can have multiple logical volume groups, but

    a physical volume can only be in one volume group.

    Note

    There is overhead disk space reserved in the logical volume group. Thesummation of the physical volumes may not equal the size of the volumegroup; however, the size of the logical volumes shown is correct.

    Figure 8-7. Creating an LVM Volume Group

    1.

    Change the Volume Group Name if desired.2.

    All logical volumes inside the volume group must be allocated in physical extent units. By3.

  • 8/2/2019 lvm_gui

    6/7

    al LVM Partitioning http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manua

    03/24/2006 0

    default, the physical extent is set to 32 MB; thus, logical volume sizes must be divisible by

    32 MBs. If you enter a size that is not a unit of 32 MBs, the installation program

    automatically selects the closest size in units of 32 MBs. It is not recommended that you

    change this setting.

    Select which physical volumes to use for the volume group.4.

    8.2.4. Creating the LVM Logical Volumes

    Create logical volumes with mount points such as /, /home/, and swap space. Remember that

    /boot cannot be a logical volume. To add a logical volume, click the Add button in the Logical

    Volumes section. A dialog window as shown in Figure 8-8 appears.

    Figure 8-8. Creating a Logical Volume

    Repeat these steps for each volume group you want to create.

    Tip

    You may want to leave some free space in the logical volume group so you canexpand the logical volumes later. The default automatic configuration does not dothis, but this manual configuration example does approximately 1 GB is left asfree space for future expansion.

  • 8/2/2019 lvm_gui

    7/7

    al LVM Partitioning http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manua

    Figure 8-9. Pending Logical Volumes

    Click OK to apply the volume group and all associated logical volumes.

    The following figure shows the final manual configuration:

    Figure 8-10. Final Manual Configuration

    Prev Home NextLVM Configuration Up Redundant Array of

    Independent Disks (RAID)