- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lvextend / 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
11-07-2001 10:23 AM
11-07-2001 10:23 AM
#lvextend -l 200 /dev/vg00lvol13
then
/sbin/extendfs -F xvfs /dev/vg00/rvol13
#mount -a
But how would I go about reducing it back?
From the same ISL promt
#lvreduce -L 200 /dev/vg00lvol13
didnt work gave me a mount error.What am I doing wrong?
Richard
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 10:42 AM
11-07-2001 10:42 AM
Re: lvextend / lvreduce ..??
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 10:44 AM
11-07-2001 10:44 AM
Re: lvextend / lvreduce ..??
You will have to umount the filesystem first.
This is the reason you buy OnlineJFS; you can do all of this stuff while the system is up and running without having to unmount and mount.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 12:11 PM
11-07-2001 12:11 PM
Re: lvextend / lvreduce ..??
Just remember, too, that in the absence of Online JFS if you want to shrink a filesystem you must back it up first and then reload it afterwards.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 12:26 PM
11-07-2001 12:26 PM
Re: lvextend / lvreduce ..??
You need to backup the file system before you attempt to reduce it.
Though you just increased the file system, the logic of reducing it immediately may not work. You may end up with a corrupted file system. So, it's better to backup the file system. If your lvreduce doesn't work, then you can create new lv and restore the data.
By the way, I am confused with doing lv operations at the ISL prompt. If you meant singer user mode, you mounted the file systems with mount -a command. So unmount and do lvreduce.
-Sri
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 12:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 07:58 PM
11-07-2001 07:58 PM
Re: lvextend / lvreduce ..??
Remember that it is necessary to back up your volume before you reducing it and not necessarily but proactively to back it in an instant of extending.
Thanks & Regards,