hi lisa...
your question related to LVM config .
you just follow the procedures.. ..
fdisk -l /dev/hde
Command (m for help): t
Partition number (1-6): 5
Hex code (type L to list codes): 8e
Changed system type of partition 5 to 8e (Linux LVM)
Command (m for help): t
Partition number (1-6): 6
Hex code (type L to list codes): 8e
Changed system type of partition 6 to 8e (Linux LVM)
afther above steps you need to press W to save the changes.
After modifying the partition tables of /dev/hde and /dev/hdf, initialize the target partitions with the pvcreate command. This wipes out all the data on them in preparation for the next step. If you haven't backed up your data yet, do it now!
pvcreate /dev/hdxx
pvcreate /dev/hdxx
Use the vgcreate command to combine the two physical volumes into a single unit called a volume group
vgcreate lvm-hde /dev/hdf1 /dev/hde5
I think it was answered your question..
all the best..


Reply With Quote

Bookmarks