- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Changing max physical disk size on volume group
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-09-2008 10:15 AM
01-09-2008 10:15 AM
Changing max physical disk size on volume group
I have gotten a task of doing some admin work on our HP-UX Oracle server, but I'm not awfully familiar with unix world, especially not with HP-UX file systems.
I have two logical volumes ("oracle" and "oradata") and mount dirs with same names on one 73GB volume group (vg02).
The VG would need to be extended with a 146GB disk and the LV sizes increased, but the VG has physical disk size limited to 73GB, so too much disk space would be wasted by just adding the 146GB disk to the VG.
Would it be possible to change the max physical disk size on vg02? I've tried to find a way using SAM but no luck.
Or would it be better/possible to create a new VG (lets say vg03) on the new 146GB disk, somehow move the LVs to vg03, delete vg02 from 73GB disk and add the disk to vg03?
Or would there be some other, more logical way of getting larger LVs?
OS/HW is HP-UX B.11.23 U 9000/800 if it matters.
Thanks very much in advance!
/Jani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2008 10:29 AM
01-09-2008 10:29 AM
Re: Changing max physical disk size on volume group
you need vgmodify command. you need to install some patches on the system for vgmodify add on.
please look at thread
http://forums11.itrc.hp.com/service/forums/questionanswer.do;HP-FORUMS-S-WPA-IDX=HvhYbkZw29h44VvZKL2JTPYRKBB5Swp1m5Y2T1bhJwpBmnqNQvKl!-1544579960!479818414?threadId=1175506
Hasan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2008 10:38 AM
01-09-2008 10:38 AM
Re: Changing max physical disk size on volume group
Or, create a new vg and lvols and copy/restore youre data.
You can not move a lvol from one vg to another.
http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1199903110324+28353475&threadId=987360
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2008 10:42 AM
01-09-2008 10:42 AM
Re: Changing max physical disk size on volume group
To enable 'vgmodify' on 11.23 you need to install PHCO_36744 together with PHKL_31500 and PHKL_32095.
Manpages accompany the 'vgmodify'. You can also read more about it in this 11.31 whitepaper.
http://www.docs.hp.com/en/LVM-11iv3features/LVM_New_Features_11iv3.pdf
The patches I cited back-port the 11.31 command to 11.23.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2008 11:22 AM
01-09-2008 11:22 AM
Re: Changing max physical disk size on volume group
You can use the vgmodify command to increase this area but you have to also move data in the ajoining extents. Good luck ( i say this tongue in cheek as the vgmodify command really ends up to be too much work with too much risk ).
Create a new volume group and lvol with enough storage ( maybe even set the max_pe and pe_siz to higher numbers ), mount this and mirgrate your data to it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2008 03:30 PM
01-09-2008 03:30 PM
Re: Changing max physical disk size on volume group
Title: HPUX 11i V2 - vgmodify and PE Number Zero Document ID: emr_na-c01007551-1
http://www12.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=emr_na-c01007551-1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2008 02:56 AM
01-24-2008 02:56 AM
Re: Changing max physical disk size on volume group
vgmodify seemed too risky so I took the approach of creating a new vg and moving data on it. Now the new vg has a physical disk size limit of 1TB so adding new disks in the future shouldn't be a problem anymore. :)
Thanks for all the help!
/Jani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2008 03:01 AM
01-24-2008 03:01 AM