can some one tell me the steps(with commands) to create LVM
in RHEL 5????
Answer Posted / karan
First create 2 partition by using
fdisk /dev/hda
and give id =8e
now "w" to write partition and "partprobe" for update the
kernel for new partition
now
#pvcreate /dev/hda{7,8}
#vgcreate vg0 /dev/hda{7,8}
#lvcreate --name HR --size +3000M /dev/vg0
now make a directory named "HR"
#mkdir /HR
#mkfs.ext3 /dev/vg0/HR
now make entry in /etc/fstab, like
# vi /etc/fstab
/dev/vg0/HR /HR ext3 defaults 1 2
now save and exit
and
#mount /dev/vg0/HR /HR
#mount -a
now you can check all by these commands
#pvdisplay
#vgdisplay
you scan also like these command
#pvscan
#vgscan
karan_pratapsingh@yahoo.co.in
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What does bash stand for?
Explain the free command.
What is phony in makefile?
How to write the output of a command to a file?
What Command used to lock user password?
How do I check cpu usage?
Is makefile a shell script?
How do I move to root in linux?
What is linux load average?
What is ll command in unix?
What is the difference between command ‘ping’ and ‘ping6’?
please advice me what i have to prepare for NIC Exam(22-feb- 09). send me the question pattern for the 2 hrs exam. please sent it to manivannan_it15@yahoo.co.in
How do I get to root in linux?
What does chmod 777 do?
How do I permanently set ulimit in linux?