1837263 Members
2515 Online
110115 Solutions
New Discussion

about PVRA VGRA LVM

 
happywolf
Occasional Contributor

about PVRA VGRA LVM

How can I get details of PVRA and VGRA of a PV? Someone told me a package called lvm00 or lvm01 can function.But I don't know where can I get it...
4 REPLIES 4
Michael Tully
Honored Contributor

Re: about PVRA VGRA LVM

Hi,

Physical Volume Reserve Area (PVRA)
Volume Group Reserve Area (VGRA)

Have a look at these links, I've not heard of
lvm00/lvm01??

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xc1b2d06ed8c8d4118fef0090279cd0f9,00.html
and
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x3e173d853cd9d5118ff40090279cd0f9,00.html

-Michael
Anyone for a Mutiny ?
Wodisch
Honored Contributor

Re: about PVRA VGRA LVM

Hello happywolf,

the commands "vgdisplay", "pvdisplay", and "lvdisplay" are those to display the contents of VGRA, and PVRA.
Then there is "lvlnboot -v" to show the contents of the "BDRA" (Boot Disk Reserved Area), and the only additional tool I have heard about is "Xvg", which is a graphical display of your LVM configuration. You can get it form the Responce Center in Atlanta

ftp://contrib:9unsupp8@hprc.external.hp.com/sysadmin/

HTH,
Wodisch
Vincent Farrugia
Honored Contributor

Re: about PVRA VGRA LVM

Hello,

Just for clarification purposes:

The PVRA contains a unique ID number for the physical volume and pointers to the Bad Block Pool. This is a transparent software which is only used if disk hardware sparing fails. This is created by the command pvcreate.

The VGRA contains:

- The VGDA (Volume Group Descriptor Area) which identifies the logical and physical volumes and maps the logical to the physical extents.

- The VGSA (Volume Group Status Area) which manages the status of the Phyiscal Volume (missing/present) and the Physical Extent (Stale/Current).

- MCR (Mirror Consistency Record) which is used only for mirroring for disk writes progress listing purposes.

These things are created by the vgcreate command.

HTH,
Vince
Tape Drives RULE!!!
Sanjay_6
Honored Contributor

Re: about PVRA VGRA LVM