- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: VXFS and file limit size 1GB
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
05-23-2008 08:08 AM
05-23-2008 08:08 AM
VXFS and file limit size 1GB
I have a problem with a server HP with Unix Caldera 8 in VXFS, this not support files bigger than 1GB ... how can change that to support 2GB ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2008 08:22 AM
05-23-2008 08:22 AM
Re: VXFS and file limit size 1GB
You can do an 'fsadm /mountpoint' to see if the file system has large files enabled. You could also check the /etc/fstab to see if 'largefiles' is specified there.
# fsadm -F vxfs /mount
nolargefiles
Would indicate the largefiles are not enabled. If it returns 'largefiles' the it is enabled.
If it is not enabled, and you have ONLINEJFS installed you can do:
# fsadm -F vxfs -o largefiles /mount
to enable largefiles on the filesystem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2008 08:36 AM
05-23-2008 08:36 AM
Re: VXFS and file limit size 1GB
# fsadm /
nolargefiles
now, if enable with fsadm -F vxfs -o largefiles /mount make something like reboot the system??, this server is need always online.
thanks for the answer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2008 08:43 AM
05-23-2008 08:43 AM
Re: VXFS and file limit size 1GB
If you do enable largefiles, make sure your entry for that filesystem in /etc/fstab does not say 'nolargefiles' anywhere. If it does, just remove the nolargefiles and the filesystem will mount with the correct configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2008 12:56 PM
05-23-2008 12:56 PM
Re: VXFS and file limit size 1GB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2008 01:02 PM
05-23-2008 01:02 PM