0
How to manage physical volumes for Linux  System Administrator
How to manage physical volumes for Linux System Administrator

pvcreateUse the pvcreate command to add devices to lvm. This example shows how to adda disk (or hardware RAID device) to lvm.[root@RHEL5 ~]# pvcreate /dev/sdbPhysical volume "/dev/sdb" successfully created[root@RHEL5 ~]#This example shows how to add … Read more »

Read more »
02Nov2013
 
 
Top