- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- max file size on HP-UX.
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-03-2006 10:36 PM
05-03-2006 10:36 PM
max file size on HP-UX.
this is my first question on the forum. I would like to know what the maximum file size ossible on HP-UX.
We have Oracle server running on HP-UX and the size of datafile can reach upto 15MB to 18MB.
Is this possible on HP-UX?
Thanks,
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 10:44 PM
05-03-2006 10:44 PM
Re: max file size on HP-UX.
welcome to the forums.
http://docs.hp.com/en/5971-2383/5971-2383.pdf
should provide the answers.
Please specify the Operating System Version if not covered by the document.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 11:48 PM
05-03-2006 11:48 PM
Re: max file size on HP-UX.
In hpux you are allowed large files, up to 2gb, without specifying that largefiles are allowed when creating a filesystem. If allowed largefiles on creation, or changed to allow largefiles then no filesize limit.
Regards,
JASH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 12:44 AM
05-04-2006 12:44 AM
Re: max file size on HP-UX.
With VxFS/JFS 3.3 and above AND fileystem version 3 and above, your biggest file size is only limited by the biggest size of the filesystem which is 2TB.
With the later version of HP-UX11i and VxFS/JFS 3.5 and filesystem version/layout 5+ AND using VxVM, your maximum filesystem size goes up to 32TB. But Still, your maximum filesize remains at 2TB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 01:32 AM
05-04-2006 01:32 AM
Re: max file size on HP-UX.
The above replies answers your question. If you want to have file size more than 2 GB , when u create the File system for Oracle , create them with the following option. and also remember to update the /etc/fstab with the largefile option. Otherwise , when the system is rebooted, these File systems will not mount ..
/usr/sbin/newfs -F vxfs -o largefiles /dev/vgXX/rlvolX
and in the fstab , add an entry ..
/dev/vgXX/lvolX /mountpint vxfs delaylog,nodatainlog,largefiles,rw,suid 0 2
Rgds / James