1762940 Members
3512 Online
108909 Solutions
New Discussion юеВ

LVM

 
SOLVED
Go to solution
Shoan
Advisor

LVM

Hi All,

I need a step by step DOC for LVM. Any Help.

Thanks-Shoan
6 REPLIES 6
avizen9
Esteemed Contributor

Re: LVM

Please refer attached pdf file, just spend an hour and you will be expert for lvm :)
Kranti Mahmud
Honored Contributor
Solution

Re: LVM

Hi Shoan,

Please go through the attached doc.
And do assign points if it works.

Rgds-Kranti
Dont look BACK as U will miss something INFRONT!
Richard Hepworth
Esteemed Contributor

Re: LVM

smatador
Honored Contributor

Re: LVM

Hi,
A good doc also is the handbook for lvm
Sajjad Sahir
Honored Contributor

Re: LVM



Dear Shoan

Please see the attachment

thanks and regards

Sajjjad
Basheer_2
Trusted Contributor

Re: LVM

If you are lazy like me. Then blindly follow this to create your lv.

assuimg your new disk is /dev/dsk/c1t2d0

1) pvdisplay /dev/dsk/c1t2d0 ( make sure it doesn't belong to any exiting volume group)
or strings /etc/lvmtab | grep c1t2d0

2) pvcreate /dev/rdsk/c1t2d0
3) mkdir /dev/newvg
4) ll /dev/*/group ( look for 0x##0000)
5) mknod /dev/newvg/group -c 64 0x##0000
## should be the next mumber from 4)
6) vgcreate -s 16 /dev/newvg /dev/dsk/c1t2d0
7) lvcreate -L 2048 /dev/newvg
create a 2GB lv