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
Which of the commands will replace all occurrences of the word rate with the word speed in the file racing?
How do I run bash on windows?
How do I check my system performance?
What is devops model?
Explain about system and user utilities?
can any one send me one project on linux ...?
Where can I find bash in linux?
What is finger in networking?
What are commands in grammar?
What is dos and its commands?
State and explain about features of UNIX?
How to hide the partition in grub booting?
Why echo is used in linux?
The head command writes the how many lines of a file to screen?
What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc in Linux?