can some one tell me the steps(with commands) to create LVM
in RHEL 5????
Answer Posted / d.dileep kumar
To Create LVM in RHEL5 the following steps are to be followed
You should create a Partion in the hard disk using /dev/hda
giving LVM id as 8e.Then
step1: pvcreate /dev/hda6
step2: vgcreate /dev/vg0 /dev/hda6 /dev/hda7
step3: lvcreate -l 1000 /dev/vg0 -n lvm0
step4:lvdisplay /dev/vg0/lvm0
step5:mkfs -j /dev/vg0/lvm0
step6:mkdir /database
step7:mount /dev/vg0/lvm0 /database
step8: df -hT
Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
How cp command works in linux?
How do you create a file?
What is ulimit command?
How do I know my linux shell version?
What is the use of finger command in linux?
What is pwd in linux command?
What are the mv command options?
Which Command used to lock user password in Linux?
Enlist some linux to file content commands?
Which commands are used to set a processor-intensive job to use less cpu time?
Why echo is used in linux?
What are the basic commands in command prompt?
What is FC command?
How do I change directories in linux command line?
What is whois command in linux?