- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- why I cant gzip a large 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
05-13-2003 12:46 AM
05-13-2003 12:46 AM
why I cant gzip a large file !!!
if the file is more than 2G, I can not gzip the file ???
I tried to used Info-zip ( zip ) also I got an error ??
see the example :
uxjedb01^majeed:/fns/p/r/data/temp > ls -tlr
total 4372584
-rw-rw-r-- 1 fnsonlp fnspr 18584 Apr 1 12:33 FIN052.KEYFILE.dat
-rw-rw-rw- 1 majeed fnspr 2238731397 Apr 28 00:07 PSIMAG01
uxjedb01^majeed:/fns/p/r/data/temp > gzip PSIMAG01
PSIMAG01: Unknown error
uxjedb01^majeed:/fns/p/r/data/temp > gzip FIN052.KEYFILE.dat
uxjedb01^majeed:/fns/p/r/data/temp > ls -ltr
total 4372552
-rw-rw-r-- 1 fnsonlp fnspr 3984 Apr 1 12:33 FIN052.KEYFILE.dat.gz
-rw-rw-rw- 1 majeed fnspr 2238731397 Apr 28 00:07 PSIMAG01
uxjedb01^majeed:/fns/p/r/data/temp > gunzip FIN052.KEYFILE.dat
uxjedb01^majeed:/fns/p/r/data/temp > ls -ltr
total 4372584
-rw-rw-r-- 1 fnsonlp fnspr 18584 Apr 1 12:33 FIN052.KEYFILE.dat
-rw-rw-rw- 1 majeed fnspr 2238731397 Apr 28 00:07 PSIMAG01
any help ???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 12:54 AM
05-13-2003 12:54 AM
Re: why I cant gzip a large file !!!
Altervatively, use the 'fstyp -v /dev/vgXX/lvol99' command (if the f_flag entry is 16, then largefiles is enabled).
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 12:56 AM
05-13-2003 12:56 AM
Re: why I cant gzip a large file !!!
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 12:59 AM
05-13-2003 12:59 AM
Re: why I cant gzip a large file !!!
And what happens if you gzip on the fly?
# gzip -9 < largefile > largefile.gz
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 01:04 AM
05-13-2003 01:04 AM
Re: why I cant gzip a large file !!!
i think your gzip Version is rather old and have no support for large Files.
gzip Version 1.2.4 and older have no largefile support.
Download a new Version of gzip an it will work.
Take a look at
http://hpux.asknet.de/hppd/hpux/Gnu/gzip-1.3.3
Bye,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 01:05 AM
05-13-2003 01:05 AM
Re: why I cant gzip a large file !!!
You can download from this site:
http://public.www.planetmirror.com/pub/hpux/Gnu/gzip-1.3.3/
Hello
Filo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 01:41 AM
05-13-2003 01:41 AM
Re: why I cant gzip a large file !!!
the largefile is disabled but I can store a largefile !!!!
see this :
/dev/vgfnsd3_r2/lvfnsd3 /fnsd1 vxfs delaylog 0 2
-rw-rw-r-- 1 fnsonlp fnspr 18584 Apr 1 12:33 FIN052.KEYFILE.dat
-rw-rw-rw- 1 majeed fnspr 2238731397 Apr 28 00:07 PSIMAG01
-rw-r--r-- 1 majeed fnspr 2238749981 May 13 12:09 kkkk
-rw-r--r-- 1 majeed fnspr 2419453877 May 13 12:23 lll
-rw-r--r-- 1 majeed fnspr 2600157773 May 13 12:37 jjj
I am using the default gzip come with the system :
uxjedb01^majeed:/fns/p/r/data/temp > gzip -h
gzip 1.2.4 (18 Aug 93)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 02:05 AM
05-13-2003 02:05 AM
Re: why I cant gzip a large file !!!
Download the install the latest version to support large files more than 2GB.
http://big.asknet.de/hppd/hpux/Gnu/gzip-1.3.3/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 02:10 AM
05-13-2003 02:10 AM
Re: why I cant gzip a large file !!!
2. Have you tried using gzip in streaming mode as I suggested
3. Above links for gzip-1.3.3 are good. Bzip compresses much better. Both available on my ITRC site: http://www.cmve.net/~merijn or https://www.beepz.com/personal/merijn
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 02:18 AM
05-13-2003 02:18 AM
Re: why I cant gzip a large file !!!
To check if a file system can handle largefiles you must use fsadm command:
# fsadm -F vxfs /dev/vg00/rlvol7
nolargefiles
See manual pages for fsad_vxfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 05:49 AM
05-13-2003 05:49 AM
Re: why I cant gzip a large file !!!
Look at the man page for mount_vxfs for details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 02:12 AM
05-14-2003 02:12 AM
Re: why I cant gzip a large file !!!
# mount -F vxfs -o largefiles /dev/vg00/kk /mnt/tmp
vxfs mount: mount option(s) incompatible with file system /dev/vg00/kk
What I meant is that VxFS options in fstab file is not enough to assert that a file system has the 'largefiles' feature.