- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Cannot open 2 gig file
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-30-2005 09:36 AM
06-30-2005 09:36 AM
=> #ll mthend.dat
-rw-rw-r-- 1 i1017 staff 2167315020 Jun 30 14:01 elig_n60.dat
HOST: /monthend/tmp
=> #pg mthend.dat
mthend.dat: Value too large to be stored in data type
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2005 09:45 AM
06-30-2005 09:45 AM
Re: Cannot open 2 gig file
=> #ll mthend.dat
-rw-rw-r-- 1 i1017 staff 2167315020 Jun 30 14:01 mthend.dat
HOST: /monthend/tmp
=> #pg mthend.dat
mthend.dat: Value too large to be stored in data type
It has large files enabled.
/dev/vg07/lvol7 /monthend vxfs rw,suid,largefiles,delaylog,datainlog 0 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2005 09:56 AM
06-30-2005 09:56 AM
Re: Cannot open 2 gig file
You must enable the LARGEFILES option for the file system .that u can check by
#fstyp -v /dev/vgXX/lvolX
Still if you have the same problem just try with #cat ==>Eventhough the same error contact your application vendor which it's created the your 2GB file
Since HP-UX the largefiles above 2GB
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2005 09:56 AM
06-30-2005 09:56 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2005 10:27 AM
06-30-2005 10:27 AM
Re: Cannot open 2 gig file
maxdsiz is = 268435456
maxdsiz_64 is = 1073741824
We have data files that are over 10 gig. But the files that we export at
month end are getting larger and larger and this could be the first file over
2 gig that is in a text file.
CAT works yes. This file needs to open up in a C program. A while back we had a different issue HP mentioned using the fopen instead of open and to use the +DA2.)W compiler option. When we use this it produces a core dump
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2005 10:29 AM
06-30-2005 10:29 AM
Re: Cannot open 2 gig file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2005 11:14 AM
06-30-2005 11:14 AM
Re: Cannot open 2 gig file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2005 11:15 AM
06-30-2005 11:15 AM