- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- extend vg/lvols
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-05-2009 10:44 AM
02-05-2009 10:44 AM
i have an eva8000, connected to hpux servers.
i have to extend one filesystem (/dev/vg01/lvol1).
i don´t have an onlineJFS license.
in the past, i created a new LUN on the eva,... vgextend, lvextend, extendfs.
but now i read, that (like windows) it is possible to extend the LUN on the EVA and than (in hpux) the new size of the LUN is available (11.11 and 11.23).
so i could use the vgmodify command, and that´s all? i don´t think so?!?!?!?
thanks for response, best regards,
loop
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2009 12:12 PM
02-05-2009 12:12 PM
SolutionSo, you can create the new LUN on your EVA, then you can extend your volumegroup using vgextend and then extend the size of logical volume with lvextend, None of this requires on-lime JFS. But since you only listed versions 11.11 and 11.23, you will need an onlineJFS license to extend the size of the filesystem without taking it offline.
On 11.31 version of HPUX, what you said might be true, i.e., you extend the size of the LUN and filesystem size grows automatically. But I did not lay my hands on a 11.31 installation. So I can not say it first hand.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2009 12:14 PM
02-05-2009 12:14 PM
Re: extend vg/lvols
http://docs.hp.com/en/vgmodify/vgmodify_wp_modified_final.pdf
Have a look at above doc. In your situation it might be easier to create and add a new lun to the volume group. Besides that vgmodify is officially not supported for 11iv1.
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2009 12:27 PM
02-05-2009 12:27 PM
Re: extend vg/lvols
so i will use the common way to extend my filesystem(s).
btw, if i am using 11.31 in the futere the way with vgmodify would work? without creating a new LUN?
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2009 12:39 PM
02-05-2009 12:39 PM
Re: extend vg/lvols
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2009 03:41 PM
02-05-2009 03:41 PM
Re: extend vg/lvols
This is Still always good that we do follow the traditional (??) methods of addding new LUNS to the VG and then extending the VG and LV.
That gives us good flexibilty.
the underlying LUN you can increase and use vgmodify to sense that new piece of space for the VG, which then can be used for lvcreate and lvextend.
but the Question remains how would you do an extendfs ?
you require OnlineJFS to handle that and if you do not have OnlineJFS, I think you only have to resort to unmount the LV and extendfs.
I hope i am correct.
Regards
Sujit