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 are the examples of simple command?
In order to display the last five commands you have entered using the fc command, you would type?
What is filter command in unix?
How to know linux os is 32 bit or 64 bit?
What is finger in networking?
Explain about gzip filename?
What does the ps command do in linux?
What is free linux?
What is sudo bash command?
Why is unix used?
What is devops model?
How do you kill a process in linux?
What is cpu in top command?
How can I type in cmd?
Explain about document formatting?