- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: split or reduce a Online LV
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
12-06-2002 03:09 AM
12-06-2002 03:09 AM
split or reduce a Online LV
Can we Split/ Reduce a LV with out data loss ..?? if it is possible Please let me the steps because there is 60 GB of data over the LV of 100 GB. I want to reduce it to 70 GB as other space can be used for another LV.
Waiting for Help.
Senthil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2002 03:19 AM
12-06-2002 03:19 AM
Re: split or reduce a Online LV
You can only split a mirrored lvol - so if this lvol is mirrored you can lvreduce -m 0 it and use the free'd up space for another lovl.
Reducing an lvol is a different story. The only GUARANTEED (almost 100%) way to do an lvreduce on the fly is to use HP-UX 11i and OnlineJFS vB.11.11 (vxfs v4) as when you do the reduce (fsadm) it detects any data on the part of the lvol you want to reduce and moves it out of the way so you can accomplish the reduce. Ive used it lots, it works perfectly.
JFS 3.3 for HP-UX 11.0 has an earlier version of this 'moving data out of the way when doing an online reduce' but its not reliable and at best only works part of the time. This is a different product to OnlineJFS - its;
B3929CA B.03.03 JFS 3.3 Filesystem For 11.00
(basically a newer version).
If you have the old OnlineJFS product then you wont be able to do the reduce im afraid. It is unable to move data out of the way when you attempt a reduce. You will have to offload your data, reduce to new size, newfs, then reload.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2002 03:23 AM
12-06-2002 03:23 AM
Re: split or reduce a Online LV
The fsadm defragmentation works best for large lvols..
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2002 05:17 AM
12-06-2002 05:17 AM
Re: split or reduce a Online LV
if you habe enough space in the vg I would create a new lvol with 70 GB, mount it to a temporary mountpoint and then copy the old data to the new lvol.
After that besure to keep a backup of the data! Then you can delete the old lvol, umount the new lvol from the temporary mountpoint and mount it on the regular mount point.
If you have not enough space, keep one/two backups of the data.Then delete the lvol and create a new one with the size you want. Then restore the data.
I would not do this with lvreduce...there is no 100% guarantee.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2002 05:47 AM
12-06-2002 05:47 AM
Re: split or reduce a Online LV
Senthil