- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- VGRA for the disk is too big for the specified par...
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
Discussions
Discussions
Discussions
Forums
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
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
тАО07-10-2009 02:36 AM
тАО07-10-2009 02:36 AM
VGRA for the disk is too big for the specified parameters.
> vgcreate /dev/vg04 /dev/dsk/c3t4d0
Increased the number of physical extents per physical volume to 17501.
vgcreate: Volume group "/dev/vg04" could not be created:
VGRA for the disk is too big for the specified parameters. Increase the
extent size or decrease max_PVs/max_LVs and try again.
what is the syntax and vgcreate option to increase the number of physical extents per physical volume to 17501? Does doing so will solve my problem?
TIA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-10-2009 03:03 AM
тАО07-10-2009 03:03 AM
Re: VGRA for the disk is too big for the specified parameters.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-10-2009 03:22 AM
тАО07-10-2009 03:22 AM
Re: VGRA for the disk is too big for the specified parameters.
Increasing the PE size will solve your problem. But it is always better to change the following values from defaults when you create new VG.
vgcreate -e
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-10-2009 03:35 AM
тАО07-10-2009 03:35 AM
Re: VGRA for the disk is too big for the specified parameters.
Try using the below option with a value of say 32 or 64
-s pe_size
Sets the number of megabytes in each physical extent, where pe_size is expressed in units of megabytes (MB) in the range 1 to 256. pe_size must be equal to a power of 2 (1, 2, 4, 8, etc.).
NOTE: The default value for pe_size is 4 (four megabytes).
# vgcreate -s 32 vg_name pv_path
Regds,
R.K.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-10-2009 03:46 AM
тАО07-10-2009 03:46 AM
Re: VGRA for the disk is too big for the specified parameters.
vgcreate -e -s -p disk vgname
-e =
-s =
-p =
do man vgcreate
Regards
Sanjeev