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

You wish to print a file ‘draft’ with 60 lines on a page. What command would you use?

1051


tell me something about linux commands.

1027


What the command used for search file or files for specific text?

867


You attempt to delete a file called sales.mem using the rm command but the command fails. What could be the problem?

1035


What is the difference between kill and kill in linux?

1257


How do I permanently delete linux history?

915


How do you create a file?

947


What is git command?

948


Enlist some linux networking and troubleshooting commands?

1014


If the programmer wishes to execute an instruction at the specified time. Which command is used?

1394


How to give acl permission in numerical mode on linux?

957


What is the use of finger command in linux?

968


What are the commands in linux?

975


How do you create a file in linux?

995


Which of the commands will replace all occurrences of the word rate with the word speed in the file racing?

1041