- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vgcreate failing
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
04-27-2001 09:19 AM
04-27-2001 09:19 AM
vgcreate failing
I was trying to create a volume group which is of 160GB size and it failed giving a "too large" error.
When I tried to re-create the same VG with PE size of 16 it worked.
Is it not possible to create VGs of PE size 4 if the VG size is considerably big?
Thanks a lot for you patience and time,
Anu Mathew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2001 09:52 AM
04-27-2001 09:52 AM
Re: vgcreate failing
LVM requires that its internal tables fit within one physical extent on a disk. The 'max_pv', 'max_lv' and 'pe_size' factor affect this table size.
Increasing your 'pe_size' is one way around your problem.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2001 10:39 AM
04-27-2001 10:39 AM
Re: vgcreate failing
Thanks for the reply. Increasing the PE size has worked for me.
Is that the only way to get around?
Regards
Anu Mathew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2001 10:58 AM
04-27-2001 10:58 AM
Re: vgcreate failing
It's possible to circumvent the one-extent restriction by adjusting one or more of the parameters 'max_pv', 'max_pe', and 'pe_size',
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. The problem is that once the volume group is created, non of these attributes can be changed, so be careful how you configure things.
See the man pages for 'vgcreate' for more details, too.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2001 11:21 AM
04-27-2001 11:21 AM
Re: vgcreate failing
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=c9778a220cd7c874c2/screen=ckiDisplayDocument?docId=200000054599371
Essentially you have to make the extent that the LVM data structures fit into larger, or make the LVM data structures smaller, or both, by altering one, or all, of the parameters max_lv, max_pv and pe_size.