AIX

AIX

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


#Power
#Power
#Operatingsystems
#Servers
 View Only
  • 1.  Big file problem

    Posted 07/19/10 04:44 AM

    Originally posted by: srinivas_AIX


    Hi,

    How to check whether my AIX server is big file enabled or not? and how to know the uploading limit of big file
    #AIX-Forum


  • 2.  Re: Big file problem

    Posted 07/19/10 08:32 AM

    Originally posted by: hdkutz


    Hello,
    "big file" Support?
    You mean the "bf"-Option for jfs-Filesystems, when creating new Filesystems?
    See
    man crfs
    <snip>
    -a bf={ true | false }
    Specifies a large file enabled file system. See
    "Understanding Large File Enabled File Systems" for more
    information. If you do not need a large file enabled file
    system, set this option to false; this is the default.
    Specifying bf=true requires a fragment size of 4096 and
    compress=no.
    <snip>
    To check it, simply execute:
    lsjfs
    on your System. There is a column named "bf".

    The limit could be your ulimit Setting.
    man ulimit
    will guide you to set it the right way, to create "Big Files".

    Cheers,
    ku
    #AIX-Forum


  • 3.  Re: Big file problem

    Posted 07/19/10 08:54 AM

    Originally posted by: paranoidandroid


    "lsfs -q" may tell you that.
    #AIX-Forum


  • 4.  Re: Big file problem

    Posted 07/23/10 09:04 AM

    Originally posted by: bcathelyns


    Hello, by default you cannot create file over 2Gb.
    change your ulimit setting "soft core file size".

    Ben
    #AIX-Forum