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 read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?
What does chmod 755 do?
What is the example of command sentence?
How do I do a whois search?
What is ls command and what it does?
How do you copy in terminal?
How does case sensitivity affect the way you use commands?
What is the difference between command ‘ping’ and ‘ping6’?
You wish to restore the file memo.ben which was backed up in the tarfile mybackup.tar. What command should you type?
What is the ipconfig command for linux?
What is command line in unix?
What is the use of finger command in linux?
Which command would you use if you want to remove the password assigned to a group?
How does grep work in linux?
How do I check terminal history?