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
please advice me what i have to prepare for NIC Exam(22-feb- 09). send me the question pattern for the 2 hrs exam. please sent it to manivannan_it15@yahoo.co.in
What is the copy command in linux?
What are system commands?
How many linux commands are there?
How do I know my linux shell version?
What is kill 9 in linux?
What is $@ in bash?
What is cpu in linux?
What is cpu utilization linux?
Brief about the command nn?
How can I delete a file in linux?
How do you clear the screen in linux?
How do I run bash on windows?
How remove all files in a directory linux?
What does bash stand for?