- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Can we reduce a 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-24-2003 08:48 AM
04-24-2003 08:48 AM
Server: HP-UX 11.0, OnlineJFS 3.1, 32bit OS.
On our boot disk (vg00) we want to reduce the size of the "/tmp" filesystem using
OnlineJFS (fsadm). We will boot the server into single-user mode and will umount the
filesystem. Can this be done?
(We will first create a backup of vg00 with Ignite-UX tape).
10 points to any good answer.
Thank you
Gino
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2003 08:50 AM
04-24-2003 08:50 AM
Solutionhttp://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1f7a402f24d5d61190050090279cd0f9,00.html
Thanks
Zafar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2003 09:05 AM
04-24-2003 09:05 AM
Re: Can we reduce a filesystem?
First thing Create a ignite tape.
fsadm -b "reduced size in KB" /mountpoint
Once the filesystem has been reduced, use the lvreduce to resize the logical
volume to the appropriate size:
lvreduce -L "new size in MB" /logical_volume
You can do it online. No need to bring down the box on singel user...and anyway it's /tmp!!
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2003 09:06 AM
04-24-2003 09:06 AM
Re: Can we reduce a filesystem?
1) Make sure you are not going to reduce it to a very small size. That will give you problems for OS as well as applications.
2) Have a good copy of the system, /tmp file system and recovery tapes.
3) If you are doing this to increase the size of some other vg00 file systems, then I would first consider adding a new disk without reducing any size.
4) Evenif you don't have OnlineJFS, you can boot in lvm maintenance mode and recreate /tmp.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2003 09:08 AM
04-24-2003 09:08 AM
Re: Can we reduce a filesystem?
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x91fd3c853cd9d5118ff40090279cd0f9,00.html