can some one tell me the steps(with commands) to create LVM
in RHEL 5????
Answer Posted / prabin kumar
# fidk /dev/hda or /dev/hdb
id from 8e
# partprobe
# pvcreate pv1 /dev/hda1 /dev/hda2
# pv scan
# vgcreate vg1 /dev/hda1 /dev/hdb2
# vgscan
# lvcreate -l 50 -n lv1 vg1
# lvdisplay
# mke2fs -j /dev/vg1/lv1
# mkdir /data
# mount /dev/vg1/lv1 /data
# vi /etc/fstab
/dev/vg1/lv1 /data ext3 defualt 0 0
# df -ht
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the difference between kill and kill in linux?
What does ls mean in linux?
tell me something about linux commands.
What is help command in linux?
The ‘logout’ built in command is used to
What is bash command?
The head command writes the how many lines of a file to screen?
If the programmer wishes to execute an instruction at the specified time. Which command is used?
How many commands are there in linux?
Explain about communication features in UNIX?
What does grep grep do?
Explain about lprm job number?
How can we increase disk read performance in single command in Linux?
What would be the result of issuing the command cat phonenos?
In order to display the last five commands you have entered using the fc command, you would type?