- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: file size limit on HPUX 11.i
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
06-15-2004 09:37 PM
06-15-2004 09:37 PM
I'd like to know what is the file size limit on my hpux 11.i system.
Looking in the forum I found out this link
http://www.docs.hp.com/hpux/onlinedocs/5971-2383/5971-2383.html
And it tells me that 11.i with jfs supports 2TB file ONLY with version disk layout version 3 & 4.
Disk layout 2 supports 2Gb file instead.
So...how can I find out what disk layout version are we using?
If we don't support >2GB files...what can I do?
I read about the command
- fsadm -F vxfs -o largefiles mount point
but...should I reboot the system? should I loose the files on the filesystem or does the fsadm command do his work "on the fly"?
Thansk to anyone whop can help me!
Bye!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 09:43 PM
06-15-2004 09:43 PM
SolutionYes if you have online JFS then file's > 2GB are supported (upto 2TB) and you don't have to reboot the system for " fsadm -F vxfs -o largefiles mount point" command.
That will work on the fly.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 10:16 PM
06-15-2004 10:16 PM
Re: file size limit on HPUX 11.i
should I use the simple mountpoint or the raw device instead?
Thanks in advance!
Bye
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 10:31 PM
06-15-2004 10:31 PM
Re: file size limit on HPUX 11.i
#fsadm -F vxfs -o largefiles /dev/vgnn/[r]filesystem
To know version and other activated options:
#fstyp -v /dev/vgnn/filesystem
f_flag: 16 indicates you that support large files!
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 10:33 PM
06-15-2004 10:33 PM
Re: file size limit on HPUX 11.i
simple mount point is enough
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 10:42 PM
06-15-2004 10:42 PM
Re: file size limit on HPUX 11.i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 11:08 PM
06-15-2004 11:08 PM
Re: file size limit on HPUX 11.i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 11:10 PM
06-15-2004 11:10 PM
Re: file size limit on HPUX 11.i
I have posted my answer here mistakenly, however there is a very light relationship with your question. There is not problem if points are not assigned.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2004 12:45 AM
06-16-2004 12:45 AM
Re: file size limit on HPUX 11.i
Should look similar to:
/dev/vg15/lvol2 /mount_point vxfs largefiles,delaylog 0 2
Tom