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
You wish to print a file ‘draft’ with 60 lines on a page. What command would you use?
tell me something about linux commands.
What the command used for search file or files for specific text?
You attempt to delete a file called sales.mem using the rm command but the command fails. What could be the problem?
What is the difference between kill and kill in linux?
How do I permanently delete linux history?
How do you create a file?
What is git command?
Enlist some linux networking and troubleshooting commands?
If the programmer wishes to execute an instruction at the specified time. Which command is used?
How to give acl permission in numerical mode on linux?
What is the use of finger command in linux?
What are the commands in linux?
How do you create a file in linux?
Which of the commands will replace all occurrences of the word rate with the word speed in the file racing?