- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Create/modify a vg00 PE size=36Mb
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
03-02-2005 10:32 PM
03-02-2005 10:32 PM
I want to modify the size of the PE=16MB in vg00 to PE=108Mb.
Is is posible to chage on-line?
If it is not posible, How i cant create a vg00 with PE=108MB?
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 10:39 PM
03-02-2005 10:39 PM
Re: Create/modify a vg00 PE size=36Mb
Why do you want to set it so high??
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 10:41 PM
03-02-2005 10:41 PM
Re: Create/modify a vg00 PE size=36Mb
the PE size of a VG is defined during VG creation. You can't change it afterwards.
As it considers VG00 you'll need to reinstall the system, or restore from an Ignite tape.
But why do you need such a large PE size in VG00. VG00 is intended for OS filesystems only, and doesn't require super large filesystems or disks.
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 11:06 PM
03-02-2005 11:06 PM
Re: Create/modify a vg00 PE size=36Mb
The fact is that I have three 142Gb disk in vg00.
My server have only 3 slots for disks.
I have to have the SO and a SAP aplication in the vg00.
I need create a lvol up to 96Gb and it must be in mirror.
Due to I have only 3 disk and all my lvols need mirror,It is necesary to take all of them in the same vg.
Besides, Max PE per PV is 4328, and i have three disk 142Gb each=total 426Gb so
I need define around 100Mb (even a litte more) PE per PV so: 100Mb per PV x 4328 max PE per PV=432800Mb=422Gb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 11:33 PM
03-02-2005 11:33 PM
Re: Create/modify a vg00 PE size=36Mb
But that is because of how the VG was created, it isn't a general limit. Remember, you can have up to 65535 PE per VG.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 11:37 PM
03-02-2005 11:37 PM
SolutionI recently installed HPUX11i on one of my server and used 140Gb disk as root disk and It work perfectly fine.
Post the output of vgdisplay vg00 here.
If you installed HPUX in 140 GB disk then Installation itself will set these parameters correct.
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2005 04:50 AM
03-04-2005 04:50 AM
Re: Create/modify a vg00 PE size=36Mb
A PE size of 32MB is sufficient for the full use of 140GB disk as suggested by Sunil.
Regards
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2005 07:53 AM
03-04-2005 07:53 AM
Re: Create/modify a vg00 PE size=36Mb
I am following everyone that you should recreate your volume group and you don't need such high maximums.
On the other hand back to the original question, as you have assumed by now, you cannot do any of this online.
There is an unsupported offline utility by HP called vgmodify, which probably can do to some extent what you want here without recreating the VG.
Search for the word vgmodify in the ITRC forums and you will find some detailed info.
Here is a synopsis from the command's manpage:
vgmodify(1M)
NAME
vgmodify - modify an LVM volume group's attributes.
SYNOPSIS
/usr/sbin/vgmodify [-e MaxPhysicalExtents | -d DiskSize] [-p MaxPhysicalVolumes] [-l MaxLogicalVolumes] [-r] VolumeGroupName [pv_path] [pv_path] [.....]
Good luck,
peyman;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2005 09:32 AM
03-04-2005 09:32 AM
Re: Create/modify a vg00 PE size=36Mb
PEsize * MaxPEs
Don't take the defaults when creating the VG, just specify the size and number of PEs. It is recommended to keep the maxPEs less than 65000, more like 40000 or less. Adjust your PEsize accordingly.
Bill Hassell, sysadmin