Difference between revisions of "Pvcreate"

From wikieduonline
Jump to navigation Jump to search
Line 29: Line 29:
 
   Physical volume "/dev/sdh1" successfully created
 
   Physical volume "/dev/sdh1" successfully created
 
</pre>
 
</pre>
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/logical_volume_manager_administration/mdatarecover
+
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/logical_volume_manager_administration/mdatarecover<br>
See also: [[UUID]]
+
See also: [[UUID]] and <code>[[vgcfgrestore]]</code>
  
  

Revision as of 12:50, 15 December 2019

pvcreate[1] initialize a disk for use by LVM. Also partition, meta device, or loopback file are supported.


pvcreate

pvcreate /dev/sdb
WARNING: ext4 signature detected on /dev/sdb at offset 1080. Wipe it? [y/n]:
pvcreate /dev/mapper/3600a09803831417a5a244f5665797a47
  Can't open /dev/mapper/3600a09803831417a5a244f5665797a47 exclusively.  Mounted filesystem?


pvcreate /dev/mapper/3600a09803831417a5a244f5665797a47
  Physical volume "/dev/mapper/3600a09803831417a5a244f5665797a47" successfully created.
pvcreate /dev/dm-24
  Physical volume "/dev/dm-24" successfully created.


pvcreate --uuid "FmGRh3-zhok-iVI8-7qTD-S5BI-MAEN-NYM5Sk" --restorefile /etc/lvm/archive/VG_00050.vg /dev/sdh1
  Physical volume "/dev/sdh1" successfully created

https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/logical_volume_manager_administration/mdatarecover
See also: UUID and vgcfgrestore


Activities

Basic:

  1. Initialize a new disk to be used by Linux LVM with pvcreate command.
  2. Initialize a new multipath disk and make user lvm.conf if properly configured.[2]

Related:

  1. Multipath: remove multipath device unpresented to host

See also

scan: pvscan vgscan
LVM: lvs lvmscan lvm fullreport lvmreport lvmconfig lvmdump lvmcheck lvm dumpconfig
Scan: pvs vgs lvs pvscan vgscan
PV: pvcreate pvremove pvscan pvremove pvscan pvs pvchange pvck pvdisplay pvresize
LV: lvdisplay lvcreate lvremove, lvresize, lvextend, lvreduce, lvrename
VG: vgdisplay,vgcreate,vgremove, vgextend, vgreduce, vgscan, vgchange, vgrename, vgcfgbackup, vgcfgrestore, vgimportclone, vgck
Check commands: pvck vgck
  • http://man7.org/linux/man-pages/man8/pvcreate.8.html
  • https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/4/html/DM_Multipath/multipath_logical_volumes.html
  • Advertising: