Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Which are the linux directory commands?

1088


What make install does?

997


You wish to restore the file memo.ben which was backed up in the tarfile mybackup.tar. What command should you type?

994


What is ls command and what it does?

1055


What command should you use to check your file system?

1076


What is the command to delete a file linux?

1118


What is difference between free and available memory in linux?

1047


What is cpu in linux?

1115


What are the 7 types of sentences?

1111


What is phony in makefile?

1071


What could possibly be the problem when a command that was issued gave a different result from the last time it was used?

1003


How do I list all processes in linux?

1038


Which command will show you free/used memory? Does free memory exist on linux?

1077


How do I permanently set ulimit in linux?

990


What is the difference between rmdir and rm r?

1229