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 are the linux directory commands?
What make install does?
You wish to restore the file memo.ben which was backed up in the tarfile mybackup.tar. What command should you type?
What is ls command and what it does?
What command should you use to check your file system?
What is the command to delete a file linux?
What is difference between free and available memory in linux?
What is cpu in linux?
What are the 7 types of sentences?
What is phony in makefile?
What could possibly be the problem when a command that was issued gave a different result from the last time it was used?
How do I list all processes in linux?
Which command will show you free/used memory? Does free memory exist on linux?
How do I permanently set ulimit in linux?
What is the difference between rmdir and rm r?