- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Easy question file system question
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
08-06-2007 06:55 AM
08-06-2007 06:55 AM
Easy question file system question
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2007 07:02 AM
08-06-2007 07:02 AM
Re: Easy question file system question
If you have OnlineJFS and this is a VxFS (JRF) filesystem, you could use 'fsadm' to shrink the *filesystem* and then use 'lvreduce' to shrink the *logical volume*.
Otherwise, backup any data you want to keep; 'lvremove' or 'lvreduce' the logical volume; 'newfs' the filesystem (now smaller) and reload your data from backup.
If you choose the first option (to shrink the filesystem with 'fsadm') you should backup your data before beginning anyway.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2007 07:03 AM
08-06-2007 07:03 AM
Re: Easy question file system question
PFB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2007 07:17 AM
08-06-2007 07:17 AM
Re: Easy question file system question
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2007 07:21 AM
08-06-2007 07:21 AM
Re: Easy question file system question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2007 07:23 AM
08-06-2007 07:23 AM
Re: Easy question file system question
As the others have said, Plan B would be to backup, create a smaller LVOL, and restore. That will certainly work.
How about a Plan C? Keep the filesystem as it is and add that dreaded, awful filesystem swap. That will accomplish your goal and it's not nearly so bad as you might think --- especially if your assign the filesystem swap very low priority (e.g. 7 or so). It will then be used as a weapon of last resort. In reality, filesystem swap isn't so bad. If you are swapping to any significant degree, you are already taking a 100x or so performance hit. Now, let's assume that filesystem swap is twice as bad; you're now taking a 200x performance hit. Big Woo! They're both terrible and I doubt one will make you any less frustrated than the other --- and, if you are adding the swap as some sort of installation requirement but otherwise won't be using it then filesystem swap is perfect and easy.