- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vg00 limitation
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
06-25-2001 01:50 PM
06-25-2001 01:50 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2001 02:07 PM
06-25-2001 02:07 PM
Re: vg00 limitation
Limits for vg00 are the same as for other volume groups. They are determined by the following options of the vgcreate command:
-p max_pv where max_pv (max number of PVs in the volume group) is not greater than 255,
-e max_pe where max_pe (max number of PE per PV) is not greater than 65535,
-s pe_size where pe_size is the size of PE, power of 2, but not greater than 256.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2001 03:23 PM
06-25-2001 03:23 PM
Re: vg00 limitation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2001 04:08 PM
06-25-2001 04:08 PM
SolutionI think you are referring to the 'max-pe' parameter of 'vgcreate'. 'max-pe' specifies the maximum number of physical extents that can be allocated to *any* physical disk in a volume group. The range varies from 1 to 65,535, but the value is fixed at 'vgcreate' time to be 1016 or the larger of the largeest physical volume size durin the 'vgcreate' process. The problem is that once set, 'max-pe' (and/or 'max-pv') can't be changed. Hence, adding an 18GB physical disk to a volume group originally created with a 4GB one will "waste" over 9GB of the 18GB disk.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2001 04:17 PM
06-25-2001 04:17 PM
Re: vg00 limitation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2001 06:27 PM
06-25-2001 06:27 PM
Re: vg00 limitation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2001 06:49 PM
06-25-2001 06:49 PM
Re: vg00 limitation
You have a couple of options for recreating VG00 if you really want to be able to utilize your 18GB disk drive.
Method #1) Download and install Ignite/UX - http://software.hp.com/products/IUX - Create a make_tape_recovery tape and boot from it, then modify the parameters accordingly and let it rebuild your VG00.
Method #2) See Peggy Fong's response in the following thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xafc36af52b04d5118fef0090279cd0f9,00.html
This will allow you to create an alternate VG00 on the 18GB disk, boot from it, then add your original 2 disks back into that VG and you'd be all set.
Personally, I'd go with the Ignite/UX solution. But that's just me.