- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Increase size of mine 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-18-2002 06:22 AM
11-18-2002 06:22 AM
Increase size of mine logical volume
This filesystem are in automount and when my users are not connected i succeeded to unmount it but it does not make to increase the size because it has the contiguous blocks.
Regards.
Ernesto.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 06:28 AM
11-18-2002 06:28 AM
Re: Increase size of mine logical volume
question: when you umount the file system, you turn off the nfs server?
Contiguous?? attach your vgdisplay -v for all information about it.
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 06:29 AM
11-18-2002 06:29 AM
Re: Increase size of mine logical volume
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 06:29 AM
11-18-2002 06:29 AM
Re: Increase size of mine logical volume
I am not sure to understand your question, because almost no one needs the contiguous option for lvols, except primary swap, / or /stand. In your case, if it's a mounted fs you should get rid of this constraint using 'lvchange -C n', then lvextend should work if you have enough free space.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 06:29 AM
11-18-2002 06:29 AM
Re: Increase size of mine logical volume
Can you post your lvdisplay output?
You can try to change the lvol from contiguous to non-contiguous using lvchange.
# lvchange -C n /dev/vg00/lvol10
Hope this helps
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 06:33 AM
11-18-2002 06:33 AM
Re: Increase size of mine logical volume
You might be able to 'pvmove' another logical volume's extents to another physical volume and thereby allow the logical volume in question to be extended. You could also move the logical volume in question with 'pvmove' to a physical disk that would allow the 'lvextend'.
You could also do a 'lvchange -C n' on the logical volume you want to extned to turn off the contiguous allocation policy.
Regards!
...JRF...