MAN PVCREATE
pvcreate - initialize a disk or partition for use by LVM/初始化磁盘或分区供LVM使用
pvcreate [-d|--debug] [-f[f]|--force [--force]] [-y|--yes] [-h|--help]
[-t|--test] [-v|--verbose]/冗长的 [--labelsector]/标签扇区 [-M|--metadatatypetype]/元数据类型 [--meta-
datacopies#copies] [--metadatasizesize] [--dataalignmentalignment]
[--restorefilefile] [--setphysicalvolumesizesize] [-u|--uuiduuid]/通用唯一标示符 [--ver-
sion] [-Z|--zeroy|n] PhysicalVolume [PhysicalVolume...]/物理体积
pvcreate initializes PhysicalVolume for later use by the Logical Volume Man-
ager (LVM). Each PhysicalVolume can be a disk partition, whole disk, meta
device, or loopback file. For DOS disk partitions, the partition id should
be set to 0x8e using fdisk(8), cfdisk(8), or a equivalent. For whole disk
devices only the partition table must be erased, which will effectively
destroy all data on that disk. This can be done by zeroing the first sector
with:
pvcreate初始化physicalvolume以供逻辑卷管理器(lvm)稍后使用。
每个物理卷可以是一个磁盘分区、整个磁盘、元设备或环回文件。
对于DOS磁盘分区,应使用fdisk(8)、cfdisk(8)或等效工具将分区ID设置为0x8e。
对于整个磁盘设备,只有分区表必须清除,这将有效地销毁该磁盘上的所有数据。
这可以通过使用以下命令将第一个扇区归零来完成:
vgextend(8) to add PhysicalVolume to an existing volume group.
继续使用vgcreate(8)在physicalvolume上创建新卷组,
或使用vgextend(8)将physicalvolume添加到现有卷组。
See lvm(8) for common options./常见选项见LVM(8)。
Force the creation without any confirmation. You can not recreate
(reinitialize) a physical volume belonging to an existing volume
group. In an emergency you can override this behaviour with -ff.
强制创建而不进行任何确认。
不能重新创建(重新初始化)属于现有卷组的物理卷。
在紧急情况下,您可以使用-ff覆盖此行为。
Specify the uuid for the device. Without this option, pvcreate gen-
erates a random uuid. All of your physical volumes must have unique
uuids. You need to use this option before restoring a backup of LVM
metadata onto a replacement device - see vgcfgrestore(8).
specify UUID的装置。
没有这个选项,pvcreate generates A随机的UUID。
你所有的物理volumes必须有独特的UUID。
你需要使用这两个选项恢复备份之前的一部onto LVM元数据(见vgcfgrestore置换装置(8)。
Answer yes to all questions.
对所有问题回答“是”。
Whether or not the first 4 sectors (2048 bytes) of the device should
be wiped. If this option is not given, the default is to wipe these
sectors unless either or both of the --restorefile or --uuid options
were specified.
是否应擦除设备的前4个扇区(2048字节)。
如果不提供此选项,则默认情况下将擦除这些扇区,
除非指定了--restorefile或--uuid选项中的一个或两个。
LVM2 introduces a new format for storing metadata on disk. This new format
is more efficient and resilient than the format the original version of LVM
used and offers the advanced user greater flexibility and control.
lvm2引入了一种在磁盘上存储元数据的新格式。
这种新的格式比原来使用的LVM版本的格式更高效、更具弹性,
并且为高级用户提供了更大的灵活性和控制能力。
format = "lvm2" in the global section of lvm.conf. Each physical volume in
the same volume group must use the same format, but different volume groups
on a machine may use different formats simultaneously: the tools can handle
both formats. Additional formats can be added as shared libraries.
可以在命令行上使用-m2或在lvm.conf的global部分中设置format=“lvm2”来选择新格式。
同一卷组中的每个物理卷必须使用相同的格式,
但计算机上的不同卷组可能同时使用不同的格式:
工具可以处理这两种格式。其他格式可以作为共享库添加。
will be written in due course. Use the verbose/debug options on the tools
to see where the metadata areas are placed.
将在适当的时候编写用于操作元数据区域的位置和大小的其他工具。
使用工具上的verbose/debug选项查看元数据区域的位置。
The approximate amount of space to be set aside for each metadata
area. (The size you specify may get rounded.)
为每个元数据区域留出的大致空间量。
(您指定的大小可能会四舍五入。)
Align the offset of the start of the data to a multiple of this num-
ber. You should also specify an appropriate PhysicalExtentSize when
creating the Volume Group with vgcreate.
将数据开头的偏移量与此数字的倍数对齐。
使用vgcreate创建卷组时,还应指定适当的physicalzentsize。
ical Volume use pvs -o +pe_start . It will be a multiple of the
requested data_alignment.
要查看现有物理卷的第一个物理范围的位置,
请使用pvs -o +pe_start。它将是所请求数据对齐的倍数。
The number of metadata areas to set aside on each PV. Currently this
can be 0, 1 or 2. If set to 2, two copies of the volume group meta-
data are held on the PV, one at the front of the PV and one at the
end. If set to 1 (the default), one copy is kept at the front of the
PV (starting in the 5th sector). If set to 0, no copies are kept on
this PV - you might wish to use this with VGs containing large num-
bers of PVs. But if you do this and then later use vgsplit you must
ensure that each VG is still going to have a suitable number of
copies of the metadata after the split!
要在每个pv上预留的元数据区域数。当前可以是0、1或2。如果设置为2,
卷组元数据的两个副本将保存在pv上,一个在pv前面,一个在末尾。
如果设置为1(默认值),一个副本将保存在PV的前面(从第5个扇区开始)。
如果设置为0,则此pv上不保留任何副本-您可能希望将此设置与包含大量pv的vg一起使用。
但是,如果您这样做,然后再使用vgspit,那么您必须确保每个vg在分割之后仍然有适当数量的元数据副本!
In conjunction with --uuid, this extracts the location and size of
the data on the PV from the file (produced by vgcfgbackup) and
ensures that the metadata that the program produces is consistent
with the contents of the file i.e. the physical extents will be in
the same place and not get overwritten by new metadata. This pro-
vides a mechanism to upgrade the metadata format or to add/remove
metadata areas. Use with care. See also vgconvert(8).
结合--uuid,这将从文件(由vgcfgbackup生成)中提取pv上数据的位置和大小,
并确保程序生成的元数据与文件的内容一致,即物理数据块将在同一位置,
而不会被新的元数据覆盖。这提供了一种机制来升级元数据格式或添加/删除元数据区域。
小心使用。另请参见vgconvert(8)。
By default the PV is labelled with an LVM2 identifier in its second
sector (sector 1). This lets you use a different sector near the
start of the disk (between 0 and 3 inclusive - see LABEL_SCAN_SECTORS
in the source). Use with care.
默认情况下,PV在其第二个扇区(扇区1)中用LVM2标识符标记。
这允许您在磁盘开头附近使用不同的扇区(介于0到3之间,包括0到3个扇区-请参见源文件中的标签“扫描扇区”)。
小心使用。
Overrides the automatically-detected size of the PV. Use with care.
覆盖自动检测到的PV大小。小心使用。
Initialize partition #4 on the third SCSI disk and the entire fifth SCSI
disk for later use by LVM:
初始化第三个SCSI磁盘和整个第五个SCSI磁盘上的分区4,供LVM以后使用:
lvm(8), vgcreate(8), vgextend(8), lvcreate(8), cfdisk(8), fdisk(8), los-
etup(8), mdadm(8), vgcfgrestore(8), vgconvert(8)
MAN PVCREATE的更多相关文章
- 物理卷操作命令:pvcreate,pvscan,pvdisplay.卷组操作命令:vgcreate,vgdisplay.
新硬盘创建LVM系统过程. 物理卷操作命令:pvcreate,pvscan,pvdisplay. 卷组操作命令:vgcreate,vgdisplay. 逻辑卷操作命令:lvcreate,lvdispl ...
- 物理卷操作命令:pvcreate,pvscan,pvdisplay.卷组操作命令:vgcreate,vgdisplay. (转)
新硬盘创建LVM系统过程. 物理卷操作命令:pvcreate,pvscan,pvdisplay. 卷组操作命令:vgcreate,vgdisplay. 逻辑卷操作命令:lvcreate,lvdispl ...
- LVM pvcreate,vgcreate,lvcreate,mkfs
首先介绍LVM的几个概念: 1. 物理卷Physical volume (PV):可以在上面建立卷组的媒介,可以是硬盘分区,也可以是硬盘本身或者回环文件(loopback file).物理卷包 ...
- pvcreate vgcreate lvcreate 扩容
centos6 服务器磁盘扩容 1.创建物理卷 /dev/sdb #pvcreate /dev/sdb 参数:/dev/sdb 设备名 2.创建卷组 vg_02 #vgcreate vg_02 / ...
- Aborted wiping of zfs_member.1 existing signature left on the device.Aborting pvcreate on /dev/sda
看意思是有什么签名在上面,创建不了逻辑卷,确认数据备份的情况下执行对应的下面命令: wipefs --all --force /dev/sdax
- Linux 添加新磁盘,在线扩充空间
CentOS 7开发环境中的home 目录空间满了,需要增加空间 到虚拟机上执行"ls /sys/class/scsi_host",然后重新扫描SCSI总线来添加设备.如右图.然后 ...
- linux下 lvm 磁盘扩容
打算给系统装一个oracle,发现磁盘空间不足.在安装系统的时候我选择的是自动分区,系统就会自动以LVM的方式分区.为了保证系统后期的可用性,建议所有新系统安装都采用LVM,之后生产上的设备我也打算这 ...
- LVM基本介绍与常用命令
一.LVM介绍LVM是 Logical Volume Manager(逻辑卷管理)的简写,它是Linux环境下对磁盘分区进行管理的一种机制LVM - 优点:LVM通常用于装备大量磁盘的系统,但它同样适 ...
- Linux平台oracle 11g单实例 + ASM存储 安装部署 快速参考
操作环境:Citrix虚拟化环境中申请一个Linux6.4主机(模板)目标:创建单机11g + ASM存储 数据库 1. 主机准备 2. 创建ORACLE 用户和组成员 3. 创建以下目录并赋予对应权 ...
随机推荐
- h5新标签介绍
html5新增了一些标签 这些标签都是语义标签,可以帮助我们更好的理解,代码中的意思:(都是双标签) 案例: 将语义标签翻译过来为 <div class="header"&g ...
- daemon(守护、服务员)-t1.setDaemon(true) - 设置为守护线程
daemon(守护.服务员)t1.setDaemon(true) - 设置为守护线程 class KTV extends Thread{ public void run(){ try { Thread ...
- malloc(50) 内存泄露 内存溢出 memory leak会最终会导致out of memory
https://en.wikipedia.org/wiki/Memory_leak In computer science, a memory leak is a type of resource l ...
- 【转】mackbook wifi卡死未响应的问题
原文:http://tieba.baidu.com/p/6140144143?traceid= 1. wifi未响应了,紧急处理法:打开活动监视器,搜索airportd,结束掉进程 2. 彻底解决办法 ...
- javascript处理json字符串
字符串转JSON格式 var obj = JSON.parse(json字符串); 判断字段值是否存在,返回true或false obj.hasOwnProperty("error" ...
- python值的引用传递和go语言的值传递
一:值传递 实参a 原本指向地址 1638212,代表1638212这个地址的值是3.在swap函数中,实参a将值拷贝给形参a,形参a此时也在内存中拥有地址,地址= xxxx,值为3,在所有的函数体内 ...
- 阶段1 语言基础+高级_1-3-Java语言高级_06-File类与IO流_04 IO字节流_5_文件存储的原理和记事本打开文本显示原理
原理 流对象指向这个文件a.txt 往文件中写数据,写的时候比较特殊 97转换成二进制是多少呢? 输入97然后选择二进制.转换后为 1100001 硬盘上实际存的是97的二进制 97查询阿斯克码表就是 ...
- delphi 访问 protected 属性 哈哈
unit Unit39; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, Syste ...
- selenium验证码处理之cookie登录
在实际测试中会经常见到登录操作需要验证码验证登录 常见验证有以下几种: 验证码登录 图片识别 图片滑块识别验证 4.简单验证码计算 针对上面的登录验证解决办法有以下几种: 1.让开发去掉验证码 ...
- 006/搭建fabric(二)
准备vmware虚拟机,并安装完ubuntu系统后.继续搭建fabric运行环境... 0.打开终端,切换root身份.目的:后续操作即可不用sudo... 右键->open Terminal- ...