10 pts.
 SLES10 installation using cmds
How to configure LVM with two volume group VG on a VHD using the terminal: 1. VG1 (200mb) should contain two physical volume of size 100mb. 2. Create two logical volume from the volume group size 100mb. 3. Create two logical volume from the volume group size 150mb and 50mb. VG2 1.should contain three physical volume(PV) of size 150mb. 2. Create three logical volume from the VG with respective size. -LV1=100mb -LV2=200mb -LV3=150mb. Please I need the cmds to solve this.

Software/Hardware used:
Linux
ASKED: September 14, 2012  5:05 PM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

That looks very much like a series of exercises for a class. The first three items appear to be three ways of carving up one space. The last two items appear to be alternative ways of carving up a second space. See A Beginner’s Guide To LVM and perhaps Sample commands for working with Linux LVM.Tom

 108,005 pts.