Unix and Linux Discussions Tagged with physical |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
15,138 |
UNIX for Beginners Questions & Answers |
|
|
|
12 |
30,955 |
AIX |
|
|
|
2 |
7,071 |
AIX |
|
|
|
7 |
5,054 |
Shell Programming and Scripting |
|
|
|
3 |
9,800 |
Solaris |
|
|
|
2 |
4,333 |
Solaris |
|
|
|
2 |
2,384 |
Solaris |
|
|
|
3 |
3,492 |
Solaris |
|
|
|
3 |
5,033 |
Virtualization and Cloud Computing |
|
|
|
3 |
8,502 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
7,537 |
Red Hat |
|
|
|
7 |
5,266 |
Solaris |
|
|
|
2 |
3,885 |
Solaris |
|
|
|
3 |
30,753 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
7,680 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,864 |
UNIX for Advanced & Expert Users |
|
|
|
5 |
9,373 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
5,796 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,198 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
3,797 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
5,593 |
IP Networking |
|
|
|
2 |
4,224 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
4,780 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
18,661 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
3,333 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
6,338 |
IP Networking |
|
|
|
1 |
4,947 |
UNIX for Dummies Questions & Answers |
lvmpvg(4) Kernel Interfaces Manual lvmpvg(4)
NAME
lvmpvg - LVM physical volume group information file
SYNOPSIS
DESCRIPTION
is an ASCII file that stores the volume-group information for all of the physical volume groups in the system. The information is stored
in a hierarchical format.
First, it starts with a volume group under which multiple physical volume groups can exist. Under each physical volume group, a list of
physical volumes can be specified. There must be at least one physical volume group in each volume group that appears in this file. The
physical-volume-group name must be unique within the corresponding volume group, although it is permissible to use a common physical volume
group name across different volume groups. There can be as many volume groups in this file as there are in the system.
Instead of using the and commands, the administrator can edit this file to create and extend physical volume groups. However, care must be
taken to ensure that all physical volumes to be included in the file have already been defined in their respective volume groups by previ-
ous use of or
The file format has the following structure. and are keywords that introduce the names of the volume group and physical volume group,
respectively.
pv_path
...
pv_path
...
pv_path
...
The variables are defined as follows:
pv_path The block device path name of a physical volume within the volume group.
pvg_name The name of the physical volume group. It must be unique within the volume group.
vg_name The path name of the volume group.
EXAMPLES
The following example shows an file containing two volume groups: the first containing two physical volume groups, each with two physical
volumes defined in it; the second containing three physical volume groups, each with one physical volume defined in it.
SEE ALSO
vgcreate(1M), vgextend(1M), vgreduce(1M), vgremove(1M), intro(7), lvm(7).
lvmpvg(4)