- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: reduce the lv size
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
03-08-2010 12:34 AM
03-08-2010 12:34 AM
I suppose to increase the lvcreate to 15gb but i have increased it to 25gb.
Now can i reduce it to 15gb by calculating the extents by using the following command:
#lvreduce -l
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2010 12:38 AM
03-08-2010 12:38 AM
Re: reduce the lv size
If i reduce the size, will there is an impact on the data?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2010 12:40 AM
03-08-2010 12:40 AM
Re: reduce the lv size
Suggest o have a backup of the FS mounted on this LV. Then run the below command
1)fsadm -F vxfs -b
2) lvreduce -L
Sagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2010 01:07 AM
03-08-2010 01:07 AM
Re: reduce the lv size
Reducing a logical volume works well.
However, there are documented cases when it
caused problems.
It is strongly recommended to run a defragmentation of a logical volume before
running lvreduce(1M).
Regrads,
VK2COT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2010 01:11 AM
03-08-2010 01:11 AM
Re: reduce the lv size
i suppose we should run the command in reverse order.Not sure...
you can use lvreduce or lvextend with -L and final size.
If you have just run then i suppose it would not hurt the data but its always better to take the backup and reduce and see if if any files are lost.
BR,
Kapil+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2010 01:14 AM
03-08-2010 01:14 AM
Re: reduce the lv size
I have just increased the LV not yet increased the filesystem. In that case can we use lvreduce command?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2010 01:16 AM
03-08-2010 01:16 AM
Re: reduce the lv size
Check below thread steps given.
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1011016
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2010 01:28 AM
03-08-2010 01:28 AM
Re: reduce the lv size
again misunderstanding "lvextend" command will increase size of the logical volume, with help of online JFS , you refect changes without umounting file system
You meant to say ? you just issue "lvextend" didn't do "fsadm" right ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2010 06:32 AM
03-08-2010 06:32 AM
Re: reduce the lv size
With Online JFS, yes. OP didn't mention OS version nor if online JFS was installed.
If not, you need a good backup of all the data on that logical volume. You'd have to reduce it "off-line" and restore the data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2010 06:14 PM
03-08-2010 06:14 PM
SolutionIf you did not use fsadm or extendfs to change the filesystem then you can use lvreduce without any problems. lvextend makes the lvol bigger but has no effect on the filesystem. The filesystem code does not look at the lvol size. Only the commands newfs, mkfs, fsadm and extendfs will modify what the filesystem sees.
> Now can i reduce it to 15gb by calculating the extents...
LV extents are a real pain to use and easy to calculate incorrectly. Use -L #### in MBytes. If the original size in 15 GB, then lvreduce -L 15000 is all you need.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2010 02:50 AM
03-09-2010 02:50 AM
Re: reduce the lv size
Bill, I must neglect it. I prefer to use "-l extent number", because it is a much exact method. To me 15GB is 15*1024 MB which is 15360 MB. 15000MB would be 15GiB, but I dislike these notations anyway. If you stick to the sizes in MB or GB by extending an FS, you can easily get lost between the conversions.
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2010 01:01 AM
03-11-2010 01:01 AM
Re: reduce the lv size
One more thing:
Actually i have increased to 25gb instead of 15gb right then in that case how can i revert to 15gb?
Following command will revert me to 15gb?
#lvreduce -L 15360
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2010 02:24 AM
03-11-2010 02:24 AM
Re: reduce the lv size
step1 :- Backup
step 2 :-# fsadm -F vxfs -D -d -E -e -s /test/testlv -> File system name
step 3 :-# fsadm -F vxfs -b
step 4:- # umount /test/testlv -> File system name
(this depends, hence i am not comfortable so i'm unmounting before redcuing)
step 5 :- # lvreduce -L
Warning: rounding up logical volume size to extent boundary at size "52" MB.
When a logical volume is reduced useful data might get lost;
do you really want the command to proceed (y/n) : y
Logical volume "/dev/vg01/lvol4" has been successfully reduced.
Volume Group configuration for /dev/vg01 has been saved in /etc/lvmconf/vg01.conf
More refernce.
# fsadm ???F vxfs ???d ???D ???e ???E
-d perform directory defragmentation
-e perform extent defragmentation
# fsadm ???F vxfs ???b
-b
# lvreduce ???L
-L
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2010 09:37 PM
03-15-2010 09:37 PM