- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- maximum o/s file size?
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
07-06-2001 07:52 AM
07-06-2001 07:52 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2001 07:56 AM
07-06-2001 07:56 AM
Re: maximum o/s file size?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2001 07:56 AM
07-06-2001 07:56 AM
Re: maximum o/s file size?
You need to enable 'largefiles'. I assume this is a vxfs filesystem so
fsadm -F vxfs -o largefiles /fsmountpoint
if HFS substitute -F hfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2001 08:00 AM
07-06-2001 08:00 AM
Re: maximum o/s file size?
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2001 08:10 AM
07-06-2001 08:10 AM
Re: maximum o/s file size?
fsadm -F vxfs -o largefiles /fsmountpoint
Will it erase/destroy any files on that filesystem that I'm converting from nolargefiles to largefiles? Is this a command that takes effect immediately? Also, will it retain this characteristic the next time the machine is rebooted?
Is there any benefit to you when I assign points to your answer? I'm new to this forum as of today.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2001 08:18 AM
07-06-2001 08:18 AM
SolutionAs to the points issue - The benefit to us is that it adds to our totals, but the main reasoning behind the points system is that it lets future users know which answer helped the most in solving your problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2001 08:21 AM
07-06-2001 08:21 AM
Re: maximum o/s file size?
The only consequence is if there are files over 2GB on a filesystem and when the filesystem is mounted and the -o nolargefiles mount option (not fsadm) then the mount will fail. The -o nolargefiles mount option must be removed.
On an hfs filesystem, the filesystem must not be mounted and you use the filesystem block device rather than the mountpoint.
Hope this clears it up, Clay