- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Total PE modification
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
01-08-2006 02:48 AM
01-08-2006 02:48 AM
The storages software allow expansion of luns on the fly, but from the host side, if the disk (lun) is in a volume group, the total PE will not change as a result of lun expansion.
is there a way to modify this value in with adb ?
thanks
Reuven
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2006 03:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2006 05:00 AM
01-08-2006 05:00 AM
Re: Total PE modification
Normally, no, the total pe is set at boot time. Unless you use the vgmodify utility referenced in the previous post, you will have to back everything up, destroy the vg, recreate and and restore the data.
I've taken to setting the total pe upon vg creation using the -e switch to vgcreate. If you set it to something significantly larger than what you need currently, you'll be able to add larger disks to the vg later.
The question then becomes what to set it to. You'll have to play with the math. The forumla is:
${biggest_disk} = ${total_pe} * ${pe_size}
My client is currently using 33.72 gig EMC metas which would normally result in a total_pe of about 4317 w/pe size of 8megs. I've been up'ing that to 10,000 which means I could add a disk up to 78 gigs.
I know that won't help for your current problem, but if you start doing this, you'll avoid the problem in the future...
Doug
------
Senior UNIX Admin
O'Leary Computers Inc
linkedin: http://www.linkedin.com/dkoleary
Resume: http://www.olearycomputers.com/resume.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2006 01:52 PM
01-08-2006 01:52 PM
Re: Total PE modification
Though the LUN has been extended, for LVM to recognise that you should use
#lvextend amd extend the filesystem.
And use #fsadm to extend the filesystem ONLINE ( if you have Online JFS )
otherwise you can use unmount and use #extendfs
With Regards,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2006 02:49 PM
01-08-2006 02:49 PM
Re: Total PE modification
Check this link:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=987360
The Max PE per PV is define when you create VG.
You need get support from HP if you want to modify it.
Goodluck!
Hoang Chi Cong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2006 06:25 PM
01-08-2006 06:25 PM
Re: Total PE modification
I have tried the vgmodify as was suggested by Melvyn Burnard and it works.( thanks )
I have tried it on 11.11, and on 11.23 Itanium SD64A model.