1829355 Members
2111 Online
109991 Solutions
New Discussion

LVM

 
SOLVED
Go to solution

LVM

Hi all,
I want to know the steps to create file system on new fresh hard disk
thanks
*** Hope is good thing ***
5 REPLIES 5
James R. Ferguson
Acclaimed Contributor

Re: LVM

Hi:

You would benefit from reading chapter-6 of "Managing Systems and Workgroups":

http://www.docs.hp.com/en/B2355-90950/index.html

Regards!

...JRF...
Shardha
Valued Contributor
Solution

Re: LVM

# ioscan

# insf â e

Note down the new pv names
# pvcreate /dev/dsk/c0t5d0
# mkdir /dev/vg06
# mknod /dev/vg06/group c 64 0x060000
# chmod 755 /dev/vg06
# chmod 640 /dev/vg06/group
# vgcreate â s 16 vg06 /dev/dsk/c0t5d0
# lvcreate vg06
# lvextend â L 16384 /dev/vg06/lvol1 /dev/dsk/c0t5d0

# newfs â F vxfs â o largefiles /dev/vg06/rlvol1

# mkdir /data_disk

# mount /dev/vg06/lvol1 /data_disk

where 16384 is the sizes of the lv in MB.

Update fstab file.

Re: LVM

Hi Shardha,
The answer was very exact. I got my queries cleared. thks a lot for ur assistance.
bye the way from ur name just wanna ask one question r u Indian ?
regards
*** Hope is good thing ***

Re: LVM

My queries are answered perfectly So I am closing the thread
*** Hope is good thing ***
Shardha
Valued Contributor

Re: LVM

Dear Guraudata,

you can reach me on my email rshardha@eim.ae

Shardha