- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: change filesystem to largefile option without ...
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-16-2006 03:05 AM
01-16-2006 03:05 AM
Is there any way to modify filesystem to accept large files without unmounting it?
I've a filesystem without largefile option, I need to extend a tablespace into this filesystem with a file bigger than 2 GB and I want to try to do it without stop database (some files from database are already stored there).
Thanks in advance for your help.
Regards,
Carles
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2006 03:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2006 03:08 AM
01-16-2006 03:08 AM
Re: change filesystem to largefile option without unmounting
The man page doesn't mention anything about unmounting. I would just go ahead and try it:
fsadm -o largefiles /mountpoint
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2006 03:12 AM
01-16-2006 03:12 AM
Re: change filesystem to largefile option without unmounting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2006 03:12 AM
01-16-2006 03:12 AM
Re: change filesystem to largefile option without unmounting
The syntax should be:
# fsadm -F vxfs -o largefiles /mountpoint
If you don't have OnlineJFs, then I believe you have to unmount first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2006 04:01 AM
01-16-2006 04:01 AM
Re: change filesystem to largefile option without unmounting
swlist -l product |grep OnlineJFS
Don't forget to update /etc/fstab.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2006 07:30 AM
01-16-2006 07:30 AM
Re: change filesystem to largefile option without unmounting
Try something like:
mount -o remount,largefiles /filesystem
Better do it on a test filesystem first.
Olivier.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2006 08:38 AM
01-16-2006 08:38 AM
Re: change filesystem to largefile option without unmounting
You can change the flag to largfile with this command:
# fsadm -o largefiles /mount_point
( Where /mount_point is your filesystem mountpoint , not the lvol name )
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2006 08:38 AM
01-16-2006 08:38 AM
Re: change filesystem to largefile option without unmounting
You can change the flag to largfile with this command:
# fsadm -o largefiles /mount_point
( Where /mount_point is your filesystem mountpoint , not the lvol name )
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 03:52 AM
02-01-2006 03:52 AM
Re: change filesystem to largefile option without unmounting
Finally we have stopped system for maintenance and we updated filesystem at same time.
Thanks anyway for your help.
Regards,
Carles