HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- max vg size (HPUX 11.00)
Operating System - HP-UX
1833677
Members
4361
Online
110062
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
05-16-2001 12:55 PM
05-16-2001 12:55 PM
I?m cannot create a volume group with 144 GB.
Which is the max size for a volume group in HPUX 11.00.
Can i change the max size elsewhere ?
thanks.
Which is the max size for a volume group in HPUX 11.00.
Can i change the max size elsewhere ?
thanks.
TAMA
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2001 01:04 PM
05-16-2001 01:04 PM
Solution
Hi Irving:
The LVM table is restricted to one extent where the table size is essentially (max_pe * max_pv). 'max_pe' can range from 1-65535 and 'max_pv' from 1-255 -- quite a range. Once once the volume group is created, non of these attributes can be changed, so be careful how you configure things.
Thus, the problem of creating large volume groups can be attacked by by adjusting one or more of the parameters 'max_pv', 'max_pe', and 'pe_size'.
See the man pages for 'vgcreate' for more details.
...JRF...
The LVM table is restricted to one extent where the table size is essentially (max_pe * max_pv). 'max_pe' can range from 1-65535 and 'max_pv' from 1-255 -- quite a range. Once once the volume group is created, non of these attributes can be changed, so be careful how you configure things.
Thus, the problem of creating large volume groups can be attacked by by adjusting one or more of the parameters 'max_pv', 'max_pe', and 'pe_size'.
See the man pages for 'vgcreate' for more details.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2001 01:05 PM
05-16-2001 01:05 PM
Re: max vg size (HPUX 11.00)
Here is the text from document KBRC00000716 in the TKB. If you are getting this error,then this may help. You should be able to create a large volume group as the mas file size in 11 is 2TB if I remember correctly.
If this document doesn't help, the errors you are getting would help the rest of us to determine what the problem is.
***************************
vgcreate error: file too large
DocId: KBRC00000716
Updated: 3/23/01 7:43:00 AM
PROBLEM
When attempting to create a new volume group with vgcreate, an error occurs: file too large
CONFIGURATION
HP-UX 10.X, 11.X
RESOLUTION
Since the LVM data structures must fit into a single extent on the disk, the "file too large" error occurs when the extent size is smaller than the LVM data structures.
As disks continue to increase in size, there is not enough room in the header files to create a table large enough to track all the physical extents.
On the one hand, you can reduce the size of the LVM data structure by reducing the maximum number of logical volumes the volume group can contain (max_lv), or, the maximum number of physical volumes the volume group can contain (max_pv).
On the other hand, you can increase the size of the physical extents (pe_size) so that the LVM data structure will fit into a single extent.
# vgcreate -l (number of max logical volumes) -p (number of max physical volumes) -s (size in megabytes of physical extent) /dev/vg## /dev/dsk/c#t#d#
By default, these parameters are set to:
max_lv 255
max_pv 16
pe_size 4MB
If this document doesn't help, the errors you are getting would help the rest of us to determine what the problem is.
***************************
vgcreate error: file too large
DocId: KBRC00000716
Updated: 3/23/01 7:43:00 AM
PROBLEM
When attempting to create a new volume group with vgcreate, an error occurs: file too large
CONFIGURATION
HP-UX 10.X, 11.X
RESOLUTION
Since the LVM data structures must fit into a single extent on the disk, the "file too large" error occurs when the extent size is smaller than the LVM data structures.
As disks continue to increase in size, there is not enough room in the header files to create a table large enough to track all the physical extents.
On the one hand, you can reduce the size of the LVM data structure by reducing the maximum number of logical volumes the volume group can contain (max_lv), or, the maximum number of physical volumes the volume group can contain (max_pv).
On the other hand, you can increase the size of the physical extents (pe_size) so that the LVM data structure will fit into a single extent.
# vgcreate -l (number of max logical volumes) -p (number of max physical volumes) -s (size in megabytes of physical extent) /dev/vg## /dev/dsk/c#t#d#
By default, these parameters are set to:
max_lv 255
max_pv 16
pe_size 4MB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2001 08:43 PM
05-16-2001 08:43 PM
Re: max vg size (HPUX 11.00)
by the way , increase PE size to 8
enjoy any little thing in my life
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP