- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Max PE per PV
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
07-12-2002 02:37 PM
07-12-2002 02:37 PM
Max PE per PV
I have a D280 and the vg00 have
Max PE per PV = 2000
I want to do a vgextend with a new
drive disk .
I obtain the next message:
" vgextend Not enough physical extents per
physical volume
Need 2190,have 2000 "
How I can to increase this, without
to lose the information of vg00
Thank
Rolando
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 02:57 PM
07-12-2002 02:57 PM
Re: Max PE per PV
be limited to the size of the first disk
in the volume group. This unfortunately
is the way that this is designed. You will
need to either create another volume group
or build a second root volume group and
once you have successfully booted off this
you can trash to the original disk and
include it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 03:21 PM
07-12-2002 03:21 PM
Re: Max PE per PV
a make recovery tape and build your second
root group from this. Heres a procedure
you could use:
Create an ignite tape
# make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
Boot your server from this tape and use the
second disk in which you can create a
secondary boot partition. Once you can
successfully boot from this, trash your second
disk and include in this new vg00 volume.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 03:43 PM
07-12-2002 03:43 PM
Re: Max PE per PV
If you don't define this max_pe value(when you create VG)manually it's going to be setup by the LVM automatically. LVM is going to calculate this value from the PV that's added to the VG when you create the VG.
The same way you should be careful about the PE size(Physical extents size).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2002 03:49 AM
07-13-2002 03:49 AM
Re: Max PE per PV
The physical extent sent is defined while creating the volume group. Hence whenever you add a new hdd the max no. of PE depends upon the PE size which is defined for the original hdd which is already configured in your system.
Hence your new disk will be limited to the PE according to the PE size defined for the VG.
Hence the method suggested by Mic is right. Or else you will have to copy all your data and recreate the VG with the new PE size and restore back the data.
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2002 04:22 AM
07-13-2002 04:22 AM
Re: Max PE per PV
all the others are correct, of course - bad luck for you :-(
But if you go for the "Ignite/UX" way to re-install your HP-UX with *better* parameters, do NOT simply increase the MaxPEperPV parameter, but increase the PEsize parameter, say, to 32MB.
Then you can use (only) 1024 PEs per PV, but you will be able to use 32GB disks!
The same is especially true for data VGs: increase the maxPVperVG and the PEsize, but reduce the maxLVperVG (who needs 255 LV per VG?) and the maxPEperPV (1024 PEs of 64MB permit up to 64GB, after all).
Remember that the whole VG-information has to fit into a single PE, and there is an upper limit of 65535 PEs.
So in my experience it is reasonable to use as small headers as possible...
Just my $0.02,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2002 01:36 PM
07-13-2002 01:36 PM
Re: Max PE per PV
Maybe this can help you understand the problem,
http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000058668847
The doc id is KBRC00001020
Hope this helps.
Regds