- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: lvreduce Filesystem
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
04-22-2006 09:50 PM
04-22-2006 09:50 PM
It is first time for me ging to reduce a filesystem using lvreduce, and then extendfs another filesystem with JFS not instaaled. DO I have to do anything else other than unmount before that, fsadm for example?
I'll backup the filesystem before doing anything.
regards,
Ahmed
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2006 10:22 PM
04-22-2006 10:22 PM
SolutionSince you do not have OnlineJFS installed, you can not do anything else but this
Create 2 good backups!
# umount /filesystem
# lvreduce -L XX /dev/vgXX/lvolX
# newfs -F vxfs /dev/vgXX/rlvolx
( add the -o largesfiles if you need them)
# mount -a
Restore your data from your backup.
Hope this helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2006 10:26 PM
04-22-2006 10:26 PM
Re: lvreduce Filesystem
Million thanks.
Regards,
Ahmed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2006 10:27 PM
04-22-2006 10:27 PM
Re: lvreduce Filesystem
Thanks,
Ahmed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2006 10:28 PM
04-22-2006 10:28 PM
Re: lvreduce Filesystem
Check the man pages for all three, the man pages also give some examples.
Is this a vxfs or hfs Filesystem, is it a data mountpoint or your root filesystem?
man lvextend: Increases disk space allocated to a logical volume.
man extendfs: Extends the size of a filesystem residing on a logical volume.
man lvreduce: Decreases disk space allocated to a logical volume.
GoodLuck
Darrel