- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vgcreate fails with VGRA error
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
10-11-2007 12:01 PM
10-11-2007 12:01 PM
vgcreate fails with VGRA error
I want to grow SAN space. The equipment has raid 1 and raid 5, i installed a new hard disk in the raid 5 , now the equipment has four disks in raid 5. My equipment can see the new space, but if i try to create the vg the equipment send me the message: "VGRA for the disk is to big for the specified parameters. Increase the exented size of , decrease max_PVs/max_LVs and try again".
vg01 51188 raid 1.
vg02 102380 raid 5.
vg03 75212 raid 5.
vg04 new space?.
My parameters are:
Maximum Physical Extents: 34999.
Maximum Logical Volumes: 255.
Maximum Physical Volumes: 16.
Physical Extent Size (Mbytes): [ 4 - .
My questions are:
If i modify the values it could affect the operation of the others vg that i have working?. And if want to increase the available space in the future, It is posible if i modify these parameters?. finally i must create 13 or 14 lvols with 10 gigas space. What new values suggest that i use?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2007 12:56 PM
10-11-2007 12:56 PM
Re: vgcreate fails with VGRA error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2007 01:07 PM
10-11-2007 01:07 PM
Re: vgcreate fails with VGRA error
-p 255pv
-l 255(default)lv
-s 32MB PE size
-e 3264 PE
which allows me to use a disk of upto 100GB. And we dont prefer to use any disk/LUN whihc is more than 100GB on volume groups.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2007 05:30 PM
10-11-2007 05:30 PM
Re: vgcreate fails with VGRA error
see
man vgmodify
or run
vgmodify -t /dev/vg_name
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2007 07:11 AM
10-15-2007 07:11 AM
Re: vgcreate fails with VGRA error
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2007 07:21 AM
10-15-2007 07:21 AM
Re: vgcreate fails with VGRA error
That will give you details on the parameters...
What you set for 1 vg does not affect the other existing ones....it only affects the one you set the parameters on...
When I do my vgcreates, I do:
vgcreate -s 32 -p 64 -e 32768 /dev/vg01 /dev/dsk/c3t6d0 /dev/dsk/c28t6d0
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2007 08:50 AM
10-15-2007 08:50 AM
Re: vgcreate fails with VGRA error
No effect.
as extent size is high level configuration at LVM level. whereas actual disk access paarameter on lower layer remains same.
this high level parameter will affect on somthing when you are going to stripe a LV. again using upto 32MB won't be any issue over performance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2007 08:51 AM
10-15-2007 08:51 AM
Re: vgcreate fails with VGRA error
No effect.
as extent size is high level configuration at LVM level. whereas actual disk access paarameter on lower layer remains same.
this high level parameter will affect on somthing when you are going to stripe a LV. again using upto 32MB won't be any issue over performance.
Again, plese not forget to put points to reply, which judges how usedful some reply to you. :)