- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Vgcreate - Max PE
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
02-09-2006 10:07 PM
02-09-2006 10:07 PM
Now a days single disk capacity is 144GB .
Is it necessary to specify vgcreate -e
Regards
Abhijeet
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 10:13 PM
02-09-2006 10:13 PM
SolutionMax PE PER PV will be automatically adjusted to allocate through the largest size of the disks specified for creating the VG. Allthough if you are creating VG on a smaller disk and intend to use larger disks then obviously you should adjust it while creating the VG.
Also you need to change PE-Size from default 4/8 MB value depending upon the OS version. The max_pe_per_pv will be allowed to go upto only a small value with default PE_size.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 10:28 PM
02-09-2006 10:28 PM
Re: Vgcreate - Max PE
I get around this by setting a realistic max physica volumes setting when creating the volume group.
The default setting is 255 and there are a limited number of PE's that can be spread across that many disks.
The situation is much better when I add -p 8 (max physical volumes for vg) to the vgcreate statement.
You need to pick a number that you will not likely exceed. This is not something you can change two years down the road.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 10:34 PM
02-09-2006 10:34 PM
Re: Vgcreate - Max PE
you don't have to do it. automatically the max PE is made higher if the disk is bigger.
But remember if you want to place another disk in that volumegroup it can't be bigger then 144GB, our you must specify the -e option that it can use larger disk then 144.
I always use vgcreate -e 10500 -p 16 for data disks and vgcreate -e 10500 -p 8 for root disks. Now you can put to 210 GB of disk in the system. This is especialy used with san disks.
grtz. Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 10:52 PM
02-09-2006 10:52 PM