- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- moving space between lvols in 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
08-01-2006 01:23 AM
08-01-2006 01:23 AM
i know i can reduce the space in lvol1 and add it to lvol2, backing up lvol1 before doing so. is there much of a chance that the reduce will leave the data intact on lvol1, or can i pretty much count on needing to restore it as well? is there an easy way to determine if the volume needs restored?
I'm just trying to figure the amount on time i'll need for maintenance.
(I thought about perhaps using "find" and "cksum", comparing before and after.
Any thoughts on the matter?
Thx...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 01:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 01:29 AM
08-01-2006 01:29 AM
Re: moving space between lvols in volume group
If you have a filesystem that is contained in the logical volume that you want to reduce; and it is a VxFS filesystem; and you have OnlineJFS, then you may be able to shrink the filesystem *first* with 'fsadm'. Then, if this is successful, you can 'lvreduce' the logical volume container accordingly.
Given the above, however, you should still backup your filesystem as insurance before you begin.
The above procedure would mean no "downtime" other than one for the filesystem backup. I would do that with 'fbackup'.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 01:30 AM
08-01-2006 01:30 AM
Re: moving space between lvols in volume group
But even then you'll find that you have a less than optimum chance of the reductions succeeding without incident.
Seems to be a hit or miss thing for me even when only ~30% of the filesystem is used.
You should attempt several defrags before trying but you should definitely have backups (several) of the filesystem you're trying to reduce.
The extensions should always go w/o incident.
My 2 cents,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 01:45 AM
08-01-2006 01:45 AM
Re: moving space between lvols in volume group
They keep telling me they are gonna retire this thing, but its still here (6 proc K-260 and 11.0....yep, i know it needs replaced)
Thx to all, as you confirmed what I thought was happening.