- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Can i resize logical volume
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
11-02-2004 10:01 PM
11-02-2004 10:01 PM
Can i resize logical volume
We have HP-UX platform on 9iRac(Raw device).
We have seperate Logical Volumes for each Datafiles. My question is Can i resize my Logical volume once it gets filled or i have to make larger LV and copy datafile there.
Plz advice me some better solution regarding this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 10:11 PM
11-02-2004 10:11 PM
Re: Can i resize logical volume
You can resize (grew) your filesystem. You will have to stop your application before you extend you filesystem.
# lvextend -L size_in_mb /dev/vgXX/lvolx
Just don't use extendfs because you are using raw volumes.
Best regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 10:13 PM
11-02-2004 10:13 PM
Re: Can i resize logical volume
I think you will have to recreate the LV (since this is an raw device) with the new size and therefore you need to have backup of previous Datafile. Wait for some more inputs as well.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 10:58 PM
11-02-2004 10:58 PM
Re: Can i resize logical volume
It was a real useful information from your side.Next thing i wud like to know Is there any limitation in extending LV.
I mean what is maximum size i can go for.
And secondly can u suggest me some good Docs regarding LV.
Thanx once again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 12:25 AM
11-03-2004 12:25 AM
Re: Can i resize logical volume
http://docs.hp.com/hpux/onlinedocs/5990-8172/5990-8172.html
In particular, section on "Administering a System: Managing Disks and Files "
Rgds...Geoff