AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
#Power
 View Only
  • 1.  gzip: aix51ml9.tar: File too large ?

    Posted Thu October 18, 2007 06:30 AM

    Originally posted by: Vilius


    I tried to decompress aix51ml9.tar.gz file - its decompressed size is about 1.2Gb. Got error above. Running AIX 5.1. Where is the problem ?

    thanks
    Vilius

    #AIX-Forum


  • 2.  Re: gzip: aix51ml9.tar: File too large ?

    Posted Thu October 18, 2007 06:56 PM

    Originally posted by: SystemAdmin


    Could you have run into a user resource limit?

    Check the fsize (maximum file size allowed) entry /etc/security/limits. Setting this to -1 will allow unlimited file sizes. You can also make changes via ulimit and possibly smit.

    If you edit /etc/security/limits directly, you might have to reboot for the change to take effect; however, with ulimit you should not have to reboot.

    Here's a link to the pubs for ulimit: http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp?topic=/com.ibm.aix.cmds/doc/aixcmds5/ulimit.htm

    'ulimit -a' will print the current user resource limits.
    'ulimit -f <num>' will set the file size limit, where <num> is the file size limit in blocks.
    #AIX-Forum


  • 3.  Re: gzip: aix51ml9.tar: File too large ?

    Posted Fri October 19, 2007 12:42 AM

    Originally posted by: Vilius


    thanks this solves the problem

    vilius
    #AIX-Forum