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
Explain trap command; shift command, getopts command of linux?
What is $@ in bash?
What does the ps command do in linux?
What does mkdir mean in linux?
Which command reduces the size of a file?
What does mkdir do in linux?
why is the tar command used?
What commands are used to see all jobs running in the hadoop cluster and kill a job in linux?
What is cd in cmd?
What does touch do in linux?
How remove all files in a directory linux?
What are system commands?
What is s in permission linux?
What is the difference between kill and kill in linux?
What do you mean by directory?