- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: lvreduce
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-19-2008 04:55 AM
03-19-2008 04:55 AM
lvreduce
i am unable to use the lvreduce command. If i use this command, after that i was not able to mount the file system again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2008 05:02 AM
03-19-2008 05:02 AM
Re: lvreduce
The easiest way I have found to reduce a LV is:
1) back up the data
2) remove the large LV
3) recreate the LV with the smaller size you want
4) create the filesystem on the "new" LV
5) restore the data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2008 07:03 AM
03-19-2008 07:03 AM
Re: lvreduce
1. lvdisplay lvname
and the commands u issued
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2008 07:32 AM
03-19-2008 07:32 AM
Re: lvreduce
below mention file system haveing 200 mb
spacem but i want to reduce it 100 mb.
/dev/vg00/lvol21 204800 1157 190923 1% /ram
If possiable kindly provide the staps.
Thanks .. Prashantj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2008 07:39 AM
03-19-2008 07:39 AM
Re: lvreduce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2008 07:47 AM
03-19-2008 07:47 AM
Re: lvreduce
1. reduce the filesystem first
#fsadm -F vxfs -b 100m /ram
2. Reduve the logical volume
#lvreduce -L 100 /dev/vg00/lvol21
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2008 07:35 PM
03-19-2008 07:35 PM
Re: lvreduce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2008 07:51 AM
03-24-2008 07:51 AM
Re: lvreduce
Hi,
If not online jfs not installed , better way to you can follow is ,but back up the data first and follow the below steps.
1. unmount the fs
2. lvremove
3. recreate lv (lvcreate -L size -n lvolname vgxx)
4.newfs -F fstype /dev/vgxx/r
5.mount it again.
Thanks -ajeshvv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2008 04:09 AM
03-26-2008 04:09 AM
Re: lvreduce
Prashant Jadhav