- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Risizing File Systems Online
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
01-14-2003 01:11 PM
01-14-2003 01:11 PM
Risizing File Systems Online
I have Online JFS 3.3 installed on an HP-UX 11i Server. I am able to increase the size of a file system while the databases are up but not to reduce it. I used fsadm to reorganize directories and reduce the file system. But when I tried lvreduce to reduce the lvol where the file system resided I received an error that the Lvol had a file system mounted and the size was not changed. I thought ONLINE JFS would let you do everything on line. Am I missing something???
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2003 01:22 PM
01-14-2003 01:22 PM
Re: Risizing File Systems Online
You'll have to use the 'fsadm' command to reduce the size of the filesystem first, and then do your 'lvreduce' on the logical volume. You might encounter some errors about having extents in use that you are reducing. There is a good chance you'll wind up having to backup your filesystem, delete it, recreate it at the new, smaller size, and then restore your data.
Increasing the size of a filesystem is a piece of cake, but reducing it is a different story. Here are a couple of threads where the process has been discussed:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1f7a402f24d5d61190050090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x18cca1abbac8d5118ff10090279cd0f9,00.html
Have fun!
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2003 01:33 PM
01-14-2003 01:33 PM
Re: Risizing File Systems Online
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2003 08:19 PM
01-14-2003 08:19 PM
Re: Risizing File Systems Online
(2) re-organise the file system
(3) reduce the file system size using fsadm cmd
(4) reduce the LV size using lvreduce command
as mentioned above, (if possible) recreating the File system and restoring the data would workout good in some cases
HTH
- Manju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2003 01:13 AM
01-15-2003 01:13 AM
Re: Risizing File Systems Online
However this only occurs in the lab, not in real life!