Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 06:51 AM
03-28-2002 06:51 AM
How can I tell if a shared device already has a VGRA?
pvdisplay /dev/dsk/c0t0d0
but should I grep for VGRA?
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 06:54 AM
03-28-2002 06:54 AM
Solutiontry this thread:
http://bizforums.itrc.hp.com/cm/QuestionAnswer/1,,0x44db911284f5d5118ff40090279cd0f9,00.html
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 07:02 AM
03-28-2002 07:02 AM
Re: VGRA
The VGRA ( Volume group reserved area ) contains: VGDA, VGSA and MCR. By doing a pvdisplay you can find out whether the disk has already got a VGRA or not ?
# pvdisplay /dev/dsk/cxtydz
this will list you the VG details in the disk.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 07:04 AM
03-28-2002 07:04 AM
Re: VGRA
Check this document for a detailed description about LVM parameters ( find description about VGRA, VGDA, VGSA and MCR ):
http://us-support.external.hp.com/cki/bin/doc.pl/sid=40845475045a04eaf7/screen=ckiDisplayDocument?docId=200000009825655
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 07:04 AM
03-28-2002 07:04 AM
Re: VGRA
Thank you for the info. Here is what I get when I do pvdisplay:
PV Name /dev/dsk/c0t10d0
VG Name /dev/vg00
PV Status available
Allocatable yes
VGDA 2
Cur LV 0
PE Size (Mbytes) 4
Total PE 1023
Free PE 1023
Allocated PE 0
Stale PE 0
IO Timeout (Seconds) default
Autoswitch On
Do I have VGRA here ?
Thanks again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 07:14 AM
03-28-2002 07:14 AM
Re: VGRA
Yes you do have a VGRA in this specific disk.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 07:15 AM
03-28-2002 07:15 AM
Re: VGRA
Volume Group Reserved Area (VGRA)
The volume group reserved area (VGRA) describes the volume group to which the
disk belongs. This information is organized in three subareas: Volume Group
Descriptor Area (VGDA), Volume Group Status Area (VGSA), and the Mirror
Consistency Record.
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=2f746b5102f318f1e3/screen=ckiDisplayDocument?docId=200000009825655
live free or dir
harry