- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- gunzip error file too large on file system with la...
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-07-2001 10:13 AM
05-07-2001 10:13 AM
gunzip error file too large on file system with largefiles enabled
I've got a gzip file of an oracle export that's about 1GB in size. The lvols are setup for largefiles and fsadm -F vxfs /lvol indicates that largefiles is enabled.
gunzip (1.2.4) gets to about 2Gb in size and errors out with "file too large"
The man page for gunzip indicates that -l switch will report a bad uncompressed size for files over 2GB, hinting at least, that gunzip will unzip files larger than 2GB. I have over 4gb free on the volume in question when it errors out.
Does anyone have any hints or ideas to help me out?
thanks
dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2001 10:46 AM
05-07-2001 10:46 AM
Re: gunzip error file too large on file system with largefiles enabled
Just a thought, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2001 10:51 AM
05-07-2001 10:51 AM
Re: gunzip error file too large on file system with largefiles enabled
Thought number 2; you could always download the gzip/gunzip source from one of the HP-UX Porting Centers and remove any restrictions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 06:54 AM
01-28-2004 06:54 AM
Re: gunzip error file too large on file system with largefiles enabled
If I pulled the source, what would I change and how would I compile it?
Would I have the same problem with compress/uncompress?
I got unlimitted when typing ulimit.
jack...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 07:07 AM
01-28-2004 07:07 AM
Re: gunzip error file too large on file system with largefiles enabled
Once again here's my pet-peeve.
gzip 1.2.4 which is bundled in the OS will not *reliably* handle +2GB files.
You need gzip 1.3.1 or higher. Normally I'd send you to the porting center, but they don't have the compiled 10.2 version - only 11.0 & higher.
So I'd send you to gzip.org, BUT I just checked it & the HP-UX binary page on it
http://hpux.connect.org.uk/hppd/hpux/Gnu/gzip-1.3.1/
is returning 404s right now.
Check it later it may be responding then.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 07:12 AM
01-28-2004 07:12 AM
Re: gunzip error file too large on file system with largefiles enabled
You may have no choice other than to pull the source & compile it - can be had here:
http://hpux.cs.utah.edu/hppd/hpux/Gnu/gzip-1.3.5/
Anybody have a 10.2 depot of gzip 1.3.1 handy?
We have hardly any 10.2 stuff depoted anymore as we don't have but a couple of 10.2 systems left - they're out of support.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 07:13 AM
01-28-2004 07:13 AM
Re: gunzip error file too large on file system with largefiles enabled
You may need a new version from http://hpux.connect.org.uk/hppd/hpux/Gnu/gzip-1.3.5/
You will have to get and compile the source.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 07:14 AM
01-28-2004 07:14 AM
Re: gunzip error file too large on file system with largefiles enabled
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 07:19 AM
01-28-2004 07:19 AM
Re: gunzip error file too large on file system with largefiles enabled
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 07:20 AM
01-28-2004 07:20 AM
Re: gunzip error file too large on file system with largefiles enabled
gzip bundled with 10.2 IS 1.2.4.
It's not the OS - it's the gzip version.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 03:02 AM
01-29-2004 03:02 AM
Re: gunzip error file too large on file system with largefiles enabled
So in this case, maybe trying GNU gzip would have worked as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 03:08 AM
01-29-2004 03:08 AM
Re: gunzip error file too large on file system with largefiles enabled
This does work on huge files, its just not free.
Chris