<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: limit file is 2 G in HPUX 11I in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/limit-file-is-2-g-in-hpux-11i/m-p/4267293#M333733</link>
    <description>Hi :&lt;BR /&gt;&lt;BR /&gt;To enable 'largefiles' (those exceeding 2GB) for an existing filesystem, do:&lt;BR /&gt;&lt;BR /&gt;# fsadm -F vxfs -o largefiles /dev/vg02/rlvol1&lt;BR /&gt;&lt;BR /&gt;To enable 'largefiles' when you create the filesystem:&lt;BR /&gt;&lt;BR /&gt;newfs -F vxfx -o largefiles /dev/vg02/rlvol1&lt;BR /&gt;&lt;BR /&gt;To see the current 'largefiles' setting, do:&lt;BR /&gt;&lt;BR /&gt;# fsadm -F vxfs /dev/vg02/rlvol1&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 15 Sep 2008 20:40:26 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2008-09-15T20:40:26Z</dc:date>
    <item>
      <title>limit file is 2 G in HPUX 11I</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limit-file-is-2-g-in-hpux-11i/m-p/4267281#M333721</link>
      <description>Hi My dear&lt;BR /&gt;&lt;BR /&gt;i have hp rp8400 with hpux 11i&lt;BR /&gt;&lt;BR /&gt;how to increase ulimit file to 4GB in hpux&lt;BR /&gt;or increase it to ulimit&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;A. Omar</description>
      <pubDate>Thu, 11 Sep 2008 07:18:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limit-file-is-2-g-in-hpux-11i/m-p/4267281#M333721</guid>
      <dc:creator>omar abdullah</dc:creator>
      <dc:date>2008-09-11T07:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: limit file is 2 G in HPUX 11I</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limit-file-is-2-g-in-hpux-11i/m-p/4267282#M333722</link>
      <description>Omar,&lt;BR /&gt;&lt;BR /&gt;Provide following:&lt;BR /&gt;#uname -a&lt;BR /&gt;#ulimit -a&lt;BR /&gt;&lt;BR /&gt;and &lt;BR /&gt;&lt;BR /&gt;#kmtune -q maxdsiz&lt;BR /&gt;or&lt;BR /&gt;#kctune -q maxdsiz&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Sep 2008 07:49:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limit-file-is-2-g-in-hpux-11i/m-p/4267282#M333722</guid>
      <dc:creator>Deepak Kr</dc:creator>
      <dc:date>2008-09-11T07:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: limit file is 2 G in HPUX 11I</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limit-file-is-2-g-in-hpux-11i/m-p/4267283#M333723</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;has your filesystem largefiles enabled?&lt;BR /&gt;&lt;BR /&gt;Check that by&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs /&lt;MOUNTPOIN&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Fabio&lt;BR /&gt;&lt;/MOUNTPOIN&gt;</description>
      <pubDate>Thu, 11 Sep 2008 08:37:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limit-file-is-2-g-in-hpux-11i/m-p/4267283#M333723</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2008-09-11T08:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: limit file is 2 G in HPUX 11I</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limit-file-is-2-g-in-hpux-11i/m-p/4267284#M333724</link>
      <description>ulimit -f 8388608&lt;BR /&gt;&lt;BR /&gt;add the same entry in .profile of user . if u want to apply this to everybody  add to /etc/profile</description>
      <pubDate>Thu, 11 Sep 2008 08:45:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limit-file-is-2-g-in-hpux-11i/m-p/4267284#M333724</guid>
      <dc:creator>Sandeep_Chaudhary</dc:creator>
      <dc:date>2008-09-11T08:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: limit file is 2 G in HPUX 11I</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limit-file-is-2-g-in-hpux-11i/m-p/4267285#M333725</link>
      <description>Check kernel paramters mentioned above and then hard limits set otherwise you will get error when you will try changing beyond limit&lt;BR /&gt;&lt;BR /&gt;shpu12:rsh:/home/dc93650&amp;gt;ulimit -aH&lt;BR /&gt;time(seconds)        unlimited&lt;BR /&gt;file(blocks)         unlimited&lt;BR /&gt;data(kbytes)         4292870144&lt;BR /&gt;stack(kbytes)        131072&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;coredump(blocks)     unlimited&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Sep 2008 12:12:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limit-file-is-2-g-in-hpux-11i/m-p/4267285#M333725</guid>
      <dc:creator>Deepak Kr</dc:creator>
      <dc:date>2008-09-11T12:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: limit file is 2 G in HPUX 11I</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limit-file-is-2-g-in-hpux-11i/m-p/4267286#M333726</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;'limit file is 2 G in HPUX 11i'&lt;BR /&gt;As Fabio said, you have to check if it's an ulimit problem or a non-largefile system problem.&lt;BR /&gt;Do you have problems to store more than 2 GB of files or to store one file with more than 2 GB?&lt;BR /&gt;&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Sep 2008 13:33:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limit-file-is-2-g-in-hpux-11i/m-p/4267286#M333726</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2008-09-11T13:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: limit file is 2 G in HPUX 11I</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limit-file-is-2-g-in-hpux-11i/m-p/4267287#M333727</link>
      <description>hi Volkmar&lt;BR /&gt;&lt;BR /&gt;time(seconds) unlimited &lt;BR /&gt;file(blocks) unlimited &lt;BR /&gt;data(kbytes) 262144&lt;BR /&gt;stack(kbytes) 8192 &lt;BR /&gt;memory(kbytes) unlimited &lt;BR /&gt;coredump(blocks) 15360&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; I have problems to store one file with more than 2 GB&lt;BR /&gt;and in export from oracle the dump file reach only to 2 GB&lt;BR /&gt;&lt;BR /&gt;RegarsdA. Omar&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Sep 2008 18:43:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limit-file-is-2-g-in-hpux-11i/m-p/4267287#M333727</guid>
      <dc:creator>omar abdullah</dc:creator>
      <dc:date>2008-09-15T18:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: limit file is 2 G in HPUX 11I</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limit-file-is-2-g-in-hpux-11i/m-p/4267288#M333728</link>
      <description>Is the output filesystem set for largefiles ??? !!!!!!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Sep 2008 18:46:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limit-file-is-2-g-in-hpux-11i/m-p/4267288#M333728</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-09-15T18:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: limit file is 2 G in HPUX 11I</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limit-file-is-2-g-in-hpux-11i/m-p/4267289#M333729</link>
      <description>HI MydEAR&lt;BR /&gt;&lt;BR /&gt;I need configure ulimit in my system  to large file (4 GB)&lt;BR /&gt;please giv me steps for that&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;A. Omar</description>
      <pubDate>Mon, 15 Sep 2008 18:51:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limit-file-is-2-g-in-hpux-11i/m-p/4267289#M333729</guid>
      <dc:creator>omar abdullah</dc:creator>
      <dc:date>2008-09-15T18:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: limit file is 2 G in HPUX 11I</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limit-file-is-2-g-in-hpux-11i/m-p/4267290#M333730</link>
      <description>Please post the output of .&lt;BR /&gt;&lt;BR /&gt;mount |grep &amp;lt;&lt;INSERT name="" of="" filesystem="" here=""&gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/INSERT&gt;</description>
      <pubDate>Mon, 15 Sep 2008 20:22:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limit-file-is-2-g-in-hpux-11i/m-p/4267290#M333730</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-09-15T20:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: limit file is 2 G in HPUX 11I</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limit-file-is-2-g-in-hpux-11i/m-p/4267291#M333731</link>
      <description>Hi&lt;BR /&gt;I need configure ulimit in my system to large file (4 GB)&lt;BR /&gt;please giv me steps for that&lt;BR /&gt;please open attached file (kernel parameters file from my hpux 11i)&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;A. Omar&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Sep 2008 20:32:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limit-file-is-2-g-in-hpux-11i/m-p/4267291#M333731</guid>
      <dc:creator>omar abdullah</dc:creator>
      <dc:date>2008-09-15T20:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: limit file is 2 G in HPUX 11I</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limit-file-is-2-g-in-hpux-11i/m-p/4267292#M333732</link>
      <description>Hi&lt;BR /&gt;I need configure ulimit in my system to large file (4 GB)&lt;BR /&gt;please giv me steps for that&lt;BR /&gt;please open attached file (kernel parameters file from my hpux 11i)&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;A. Omar&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                          Current      Pending             Associated                                                                                              &lt;BR /&gt;Name                        Value        Value   Type      Module       Description                                                                                &lt;BR /&gt;NSTREVENT                      50           50   Static    N/A          Max Number of Outstanding Streams bufcalls                                                 &lt;BR /&gt;NSTRPUSH                       16           16   Static    N/A          Max Number of Streams Modules in Single Stream                                             &lt;BR /&gt;NSTRSCHED                       0            0   Static    N/A          Number of Streams Scheduler Daemons to Run                                                 &lt;BR /&gt;STRCTLSZ                     1024         1024   Static    N/A          Max Size of Streams Message Control (Bytes)                                                &lt;BR /&gt;STRMSGSZ                    65535        65535   Static    N/A          Max Size of Streams Message Data (Bytes)                                                   &lt;BR /&gt;acctresume                      4            4   Static    N/A          Threshold to Resume Accounting                                                             &lt;BR /&gt;acctsuspend                     2            2   Static    N/A          Threshold to Suspend Accounting                                                            &lt;BR /&gt;aio_listio_max                256          256   Static    N/A          Max No. of AIO Ops That Can Be Specified in lio_list Call                                  &lt;BR /&gt;aio_max_ops                  2048         2048   Static    N/A          Maximum No. of AIO Ops That Can Be Queued At Any Time                                      &lt;BR /&gt;aio_physmem_pct                10           10   Static    N/A          Percentage of Physical Memory Lockable for Request Call-Back Operations                    &lt;BR /&gt;aio_prio_delta_max             20           20   Static    N/A          Max Slowdown Factor; Greatest Delta Allowed in aiocb's aio_reqprio Field                   &lt;BR /&gt;allocate_fs_swapmap             0            0   Static    N/A          Allocate Swapmap Space at swapon                                                           &lt;BR /&gt;alwaysdump                      1            1   Static    N/A          Bit-Mask of Kernel Memory Pages Included in Dumps                                          &lt;BR /&gt;bufcache_hash_locks         10240        10240   Static    N/A          Buffer Cache Spinlock Pool Size                                                            &lt;BR /&gt;bufpages                        0            0   Static    N/A          Number of Buffer Pages                                                                     &lt;BR /&gt;chanq_hash_locks              256          256   Static    N/A          Channel Queue Spinlock Pool Size                                                           &lt;BR /&gt;core_addshmem_read              0            0   Dynamic   N/A          Boolean; If Set, Include Read-Protected Shared Memory Segments In Application Core File    &lt;BR /&gt;core_addshmem_write             0            0   Dynamic   N/A          Boolean; If Set, Include Write-Protected Shared Memory Segments In Application Core File   &lt;BR /&gt;create_fastlinks                0            0   Static    N/A          Create Fast Symbolic Links                                                                 &lt;BR /&gt;dbc_max_pct                    50           50   Static    N/A          Max Dynamic Buffer Cache Size as Percent of System RAM Size                                &lt;BR /&gt;dbc_min_pct                     5            5   Static    N/A          Min Dynamic Buffer Cache Size as Percent of System RAM Size                                &lt;BR /&gt;default_disk_ir                 0            0   Static    N/A          Immediate Report (Write Cache Enable) Behavior for SCSI Disks                              &lt;BR /&gt;disksort_seconds                0            0   Static    N/A          Maximum Wait Time For Disk Requests                                                        &lt;BR /&gt;dnlc_hash_locks               512          512   Static    N/A          Number of Locks For Directory Cache Synchronization                                        &lt;BR /&gt;dontdump                        0            0   Static    N/A          Bit-Mask of Kernel Memory Pages Excluded From Dumps                                        &lt;BR /&gt;dst                             1            1   Static    N/A          Daylight Savings Time Policy                                                               &lt;BR /&gt;effective_maxpid            30000        30000   Static    N/A          Maximum Allowed Process ID Value                                                           &lt;BR /&gt;enable_idds                     0            0   Static    N/A          (Boolean) Turns Off/On Intrusion Detection Data Source (IDDS) Kernel Subsystem             &lt;BR /&gt;eqmemsize                      15           15   Static    N/A          Minimum Number of Equivalently Mapped Memory Pages on the Reserve List                     &lt;BR /&gt;executable_stack                1            1   Static    N/A          Allows or denys program execution on the stack (security feature)                          &lt;BR /&gt;fcp_large_config                0            0   Static    N/A          Boolean; 0 If Small (&amp;lt;=64 Nodes) Loop, 1 if Large (&amp;lt;=126 Nodes) Loop                       &lt;BR /&gt;fs_async                        0            0   Static    N/A          Select Asynchronous Writes                                                                 &lt;BR /&gt;ftable_hash_locks              64           64   Static    N/A          File Table Spinlock Pool Size                                                              &lt;BR /&gt;hdlpreg_hash_locks            128          128   Static    N/A          Number (Given As Power of Two) of Spinlocks Allocated to Pregion Hash Table Objects        &lt;BR /&gt;hfs_max_ra_blocks               8            8   Static    N/A          Maximum Number of Read-Ahead Blocks Outstanding for HFS File Systems, in Blocks            &lt;BR /&gt;hfs_max_revra_blocks            8            8   Static    N/A          Maximum Number of Kbytes Read With Each Read-Ahead Operation for HFS File Systems          &lt;BR /&gt;hfs_ra_per_disk                64           64   Static    N/A          Amount of HFS File System Read-Ahead, in Kbytes                                            &lt;BR /&gt;hfs_revra_per_disk             64           64   Static    N/A          Maximum Number of HFS File System Blocks Read With Each Reverse Read-Ahead Operation       &lt;BR /&gt;hp_hfs_mtra_enabled             1            1   Static    N/A          Boolean; Enable/Disable HFS Multi-Threaded Read-Ahead                                      &lt;BR /&gt;initmodmax                     50           50   Static    N/A          Max No. of Kernel Modules Saved By System Crash Dump                                       &lt;BR /&gt;io_ports_hash_locks            64           64   Static    N/A          I/O Ports Spinlock Pool Size                                                               &lt;BR /&gt;ksi_alloc_max              131232       131232   Static    N/A          System-wide Limit of Queued Signal That Can be Allocated                                   &lt;BR /&gt;ksi_send_max                   32           32   Static    N/A          Max No. of Queued Signals a Process May Send and Have Pending at Receiver(s)               &lt;BR /&gt;max_async_ports                50           50   Static    N/A          Maximum Number of asyncdsk Ports That Can be Open At One Time                              &lt;BR /&gt;max_fcp_reqs                  512          512   Static    N/A          Maximum Number of Concurrent Fiber Channel Requests Per Adapter                            &lt;BR /&gt;max_mem_window                  0            0   Static    N/A          Maximum Number of Memory Windows Configurable By User                                      &lt;BR /&gt;max_thread_proc                64           64   Static    N/A          Max No. of Threads Allowed in Each Process                                                 &lt;BR /&gt;maxdsiz                 268435456    268435456   Static    N/A          Max Data Segment Size For 32-bit Processes (Bytes)                                         &lt;BR /&gt;maxdsiz_64bit          1073741824   1073741824   Static    N/A          Max Data Segment Size For 64-bit Processes (Bytes)                                         &lt;BR /&gt;maxfiles                    15360        15360   Static    N/A          Soft File Limit Per Process                                                                &lt;BR /&gt;maxfiles_lim                 1024         1024   Dynamic   N/A          Hard File Limit Per Process                                                                &lt;BR /&gt;maxssiz                   8388608      8388608   Static    N/A          Max Stack Segment Size For 32-bit Processes (Bytes)                                        &lt;BR /&gt;maxssiz_64bit             8388608      8388608   Static    N/A          Max Stack Segment Size For 64-bit Processes (Bytes)                                        &lt;BR /&gt;maxswapchunks               12049        12049   Static    N/A          Max Number of Swap Chunks                                                                  &lt;BR /&gt;maxtsiz                  67108864     67108864   Dynamic   N/A          Max Text Segment Size For 32-bit Processes (Bytes)                                         &lt;BR /&gt;maxtsiz_64bit          1073741824   1073741824   Dynamic   N/A          Max Text Segment Size For 64-bit Processes (Bytes)                                         &lt;BR /&gt;maxuprc                       150          150   Dynamic   N/A          Max Number of User Processes                                                               &lt;BR /&gt;maxusers                     2048         2048   Static    N/A          Value of MAXUSERS Macro (Does Not Affect Max. User Logins)                                 &lt;BR /&gt;maxvgs                         20           20   Static    N/A          Max Number of Volume Groups                                                                &lt;BR /&gt;mesg                            1            1   Static    N/A          Enable Sys V Messages                                                                      &lt;BR /&gt;modstrmax                     500          500   Static    N/A          Max Size (Bytes) of Kernel-Module Savecrash Table                                          &lt;BR /&gt;msgmap                        258          258   Static    N/A          Max Number of Message Map Entries                                                          &lt;BR /&gt;msgmax                      32768        32768   Dynamic   N/A          Message Max Size (bytes)                                                                   &lt;BR /&gt;msgmnb                      32768        32768   Dynamic   N/A          Max Number of Bytes on Message Queue                                                       &lt;BR /&gt;msgmni                         50           50   Static    N/A          Number of Message Queue Identifiers                                                        &lt;BR /&gt;msgseg                       7168         7168   Static    N/A          Number of Segments Available for Messages                                                  &lt;BR /&gt;msgssz                          8            8   Static    N/A          Message Segment Size                                                                       &lt;BR /&gt;msgtql                        256          256   Static    N/A          Number of Message Headers                                                                  &lt;BR /&gt;nbuf                            0            0   Static    N/A          Number of Buffer Cache Headers                                                             &lt;BR /&gt;ncallout                    28739        28739   Static    N/A          Max Number of Pending Timeouts                                                             &lt;BR /&gt;ncdnode                       150          150   Static    N/A          Max Number of Open CDFS Files                                                              &lt;BR /&gt;nclist                      32868        32868   Static    N/A          Number of cblocks for pty and tty Data Transfers                                           &lt;BR /&gt;ncsize                      26032        26032   Static    N/A          Directory Name Lookup Cache (DNLC) Space Needed for Inodes                                 &lt;BR /&gt;ndilbuffers                  8192         8192   Static    N/A          Number of DIL Buffers                                                                      &lt;BR /&gt;nfile                       32140        32140   Static    N/A          Max Number of Open Files                                                                   &lt;BR /&gt;nflocks                      2000         2000   Static    N/A          Max Number of File Locks                                                                   &lt;BR /&gt;ninode                      20912        20912   Static    N/A          Max Number of Open Inodes                                                                  &lt;BR /&gt;nkthread                    28723        28723   Static    N/A          Max Number of Kernel Threads Supported by the System                                       &lt;BR /&gt;no_lvm_disks                    0            0   Static    N/A          Boolean; Set Only If System Has No LVM Disks                                               &lt;BR /&gt;nproc                       16404        16404   Static    N/A          Max Number of Processes                                                                    &lt;BR /&gt;npty                          256          256   Static    N/A          Number of ptys (Pseudo ttys)                                                               &lt;BR /&gt;nstrpty                       256          256   Static    N/A          Max Number of Streams-Based PTYs                                                           &lt;BR /&gt;nstrtel                       256          256   Static    N/A          Number of Telnet Session Device Files                                                      &lt;BR /&gt;nswapdev                       10           10   Static    N/A          Max Devices That Can be Enabled for Swap                                                   &lt;BR /&gt;nswapfs                        10           10   Static    N/A          Max File Systems That Can be Enabled for Swap                                              &lt;BR /&gt;nsysmap                     32808        32808   Static    N/A          Number of Entries in Kernel Dynamic Memory Allocation Map                                  &lt;BR /&gt;nsysmap64                   32808        32808   Static    N/A          Number of Entries in Kernel Dynamic Memory Allocation Map                                  &lt;BR /&gt;o_sync_is_o_dsync               0            0   Static    N/A          Enable/Disable Translation of O_SYNC to O_DSYNC in open(2)/fcntl(2) Calls                  &lt;BR /&gt;pfdat_hash_locks              128          128   Static    N/A          Pfdat Spinlock Pool Size                                                                   &lt;BR /&gt;public_shlibs                   1            1   Static    N/A          Public Shared Libraries                                                                    &lt;BR /&gt;region_hash_locks             128          128   Static    N/A          Region Spinlock Pool Size                                                                  &lt;BR /&gt;remote_nfs_swap                 0            0   Static    N/A          Enable Swapping Across NFS                                                                 &lt;BR /&gt;rtsched_numpri                 32           32   Static    N/A          Number of POSIX.1b Realtime Priorities to Support                                          &lt;BR /&gt;scroll_lines                  100          100   Static    N/A          Number of ITE Off Screen Lines                                                             &lt;BR /&gt;scsi_max_qdepth                 8            8   Dynamic   N/A          Maximum Number of SCSI Commands Queued Up For SCSI Devices                                 &lt;BR /&gt;scsi_maxphys              1048576      1048576   Static    N/A          Maximum Record Size For SCSI I/O Subsystem, In Bytes                                       &lt;BR /&gt;sema                            1            1   Static    N/A          Enable Sys V Semaphores                                                                    &lt;BR /&gt;semaem                      16384        16384   Static    N/A          Max Value for Adjust on Exit Semaphores                                                    &lt;BR /&gt;semmap                        102          102   Static    N/A          Max Number of Semaphore Map Entries                                                        &lt;BR /&gt;semmni                        100          100   Static    N/A          Number of Semaphore Identifiers                                                            &lt;BR /&gt;semmns                        200          200   Static    N/A          Max Number of Semaphores                                                                   &lt;BR /&gt;semmnu                         40           40   Static    N/A          Number of Semaphore Undo Structures                                                        &lt;BR /&gt;semmsl                       2048         2048   Dynamic   N/A          Maximum Number of Semaphores Per ID                                                        &lt;BR /&gt;semume                         10           10   Static    N/A          Semaphore Undo Entries Per Process                                                         &lt;BR /&gt;semvmx                      32767        32767   Static    N/A          Semaphore Maximum Value                                                                    &lt;BR /&gt;sendfile_max                    0            0   Static    N/A          Max No. of Buffer Cache Pages Usable by sendfile System Call                               &lt;BR /&gt;shmem                           1            1   Static    N/A          Enable Sys V Shared Memory                                                                 &lt;BR /&gt;shmmax                 4294967295   4294967295   Dynamic   N/A          Max Shared Mem Segment (Bytes)                                                             &lt;BR /&gt;shmmni                        200          200   Static    N/A          Number of Shared Memory Identifiers                                                        &lt;BR /&gt;shmseg                        120          120   Dynamic   N/A          Shared Memory Segments Per Process                                                         &lt;BR /&gt;st_ats_enabled                  0            0   Static    N/A          Boolean; If Set, SCSI Tape Open Will Try To Reserve The Tape Device                        &lt;BR /&gt;st_fail_overruns                0            0   Static    N/A          Boolean; If Set, SCSI Tape Read Resulting In Data Overrun Causes Failure                   &lt;BR /&gt;st_large_recs                   0            0   Static    N/A          Boolean; If Set, Enables Large Record Support For SCSI Tape                                &lt;BR /&gt;st_san_safe                     0            0   Static    N/A          Unknown                                                                                    &lt;BR /&gt;streampipes                     0            0   Static    N/A          Force All Pipes to be Streams-Based                                                        &lt;BR /&gt;swapmem_on                      1            1   Static    N/A          Allow Memory to Exceed Swap Space                                                          &lt;BR /&gt;swchunk                      2048         2048   Static    N/A          Swap Chunk Size (1K Blocks)                                                                &lt;BR /&gt;sysv_hash_locks               128          128   Static    N/A          System V IPC Spinlock Pool Size                                                            &lt;BR /&gt;tcphashsz                       0            0   Static    N/A          TCP Hash Table Size, in Bytes                                                              &lt;BR /&gt;timeslice                      10           10   Static    N/A          Scheduling Interval (10 mS Ticks)                                                          &lt;BR /&gt;timezone                      420          420   Static    N/A          Minutes West of Greenwich                                                                  &lt;BR /&gt;unlockable_mem                  0            0   Static    N/A          Non-Lockable Memory (4096-Byte Pages)                                                      &lt;BR /&gt;vas_hash_locks                128          128   Static    N/A          VAS Spinlock Pool Size                                                                     &lt;BR /&gt;vnode_cd_hash_locks           128          128   Static    N/A          Vnode Clean/Dirty Spinlock Pool Size                                                       &lt;BR /&gt;vnode_hash_locks              128          128   Static    N/A          Vnode Spinlock Pool Size                                                                   &lt;BR /&gt;vps_ceiling                    16           16   Static    N/A          Maximum System-Selected Page Size (in Kbytes)                                              &lt;BR /&gt;vps_chatr_ceiling         1048576      1048576   Static    N/A          Maximum chatr-Selected Page Size (in Kbytes)                                               &lt;BR /&gt;vps_pagesize                    4            4   Static    N/A          Default User Page Size (in Kbytes)                                                         &lt;BR /&gt;vx_fancyra_enable               0            0   Static    N/A          Boolean; If Set, Enables VXFS File System Read-Ahead                                       &lt;BR /&gt;vx_ncsize                    1024         1024   Static    N/A          Directory Name Lookup Cache (DNLC) Space Needed for VxFS Inodes                            &lt;BR /&gt;vx_ninode                       0            0   Static    N/A          Maximum Number of Inodes In VxFS Inode Cache (0 = Tune According to Physical Memory)       &lt;BR /&gt;vxfs_max_ra_kbytes           1024         1024   Static    N/A          Maximum Amount of VxFS File System Read-Ahead Outstanding, in Kbytes                       &lt;BR /&gt;vxfs_ra_per_disk             1024         1024   Static    N/A          Amount of VxFS File System Read-Ahead, in Kbytes                                           &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Sep 2008 20:36:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limit-file-is-2-g-in-hpux-11i/m-p/4267292#M333732</guid>
      <dc:creator>omar abdullah</dc:creator>
      <dc:date>2008-09-15T20:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: limit file is 2 G in HPUX 11I</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limit-file-is-2-g-in-hpux-11i/m-p/4267293#M333733</link>
      <description>Hi :&lt;BR /&gt;&lt;BR /&gt;To enable 'largefiles' (those exceeding 2GB) for an existing filesystem, do:&lt;BR /&gt;&lt;BR /&gt;# fsadm -F vxfs -o largefiles /dev/vg02/rlvol1&lt;BR /&gt;&lt;BR /&gt;To enable 'largefiles' when you create the filesystem:&lt;BR /&gt;&lt;BR /&gt;newfs -F vxfx -o largefiles /dev/vg02/rlvol1&lt;BR /&gt;&lt;BR /&gt;To see the current 'largefiles' setting, do:&lt;BR /&gt;&lt;BR /&gt;# fsadm -F vxfs /dev/vg02/rlvol1&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Sep 2008 20:40:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limit-file-is-2-g-in-hpux-11i/m-p/4267293#M333733</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-09-15T20:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: limit file is 2 G in HPUX 11I</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limit-file-is-2-g-in-hpux-11i/m-p/4267294#M333734</link>
      <description>Hmmm.. asked for output from mount command and got a pile of kernel params :(&lt;BR /&gt;&lt;BR /&gt;Oh well...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Sep 2008 20:48:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limit-file-is-2-g-in-hpux-11i/m-p/4267294#M333734</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-09-15T20:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: limit file is 2 G in HPUX 11I</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limit-file-is-2-g-in-hpux-11i/m-p/4267295#M333735</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;you said:&lt;BR /&gt;data(kbytes) 262144&lt;BR /&gt;stack(kbytes) 8192 &lt;BR /&gt;&lt;BR /&gt;So your data is limited to 256 MB.&lt;BR /&gt;If you can create files till 2 GB than is THIS not your problem.&lt;BR /&gt;Your problem seems to be that your file system is not configured to store files larger than 2GB.&lt;BR /&gt;So check our answers and test it either with JRF's or Fabio's command or:&lt;BR /&gt;&lt;BR /&gt;# fstyp -v /dev/vg00/lvol3 |grep -i f_flag&lt;BR /&gt;&lt;BR /&gt;! For /dev/vg00/lvol3 you have to use the device where you want to store the files!&lt;BR /&gt; &lt;BR /&gt;if f_flag: 0 then max 2 GB&lt;BR /&gt;if f_flag: 16 then max 8 GB&lt;BR /&gt;&lt;BR /&gt;Can you give us the messages of these commands?&lt;BR /&gt;&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Sep 2008 06:30:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limit-file-is-2-g-in-hpux-11i/m-p/4267295#M333735</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2008-09-17T06:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: limit file is 2 G in HPUX 11I</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limit-file-is-2-g-in-hpux-11i/m-p/4267296#M333736</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;to increase ulimit check the usage of ulimit:&lt;BR /&gt;'man ulimit'&lt;BR /&gt; &lt;BR /&gt;Do you have access to the 'Technical knowledge base'?:&lt;BR /&gt;&lt;A href="http://www12.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c01005257-2" target="_blank"&gt;http://www12.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c01005257-2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www12.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c01513482-1" target="_blank"&gt;http://www12.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c01513482-1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www12.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c00905065-10" target="_blank"&gt;http://www12.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c00905065-10&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also:&lt;BR /&gt;1.  Log in as root. &lt;BR /&gt;2.  Use ulimit() to check settings: &lt;BR /&gt;         # ulimit -a &lt;BR /&gt;3.  Reset ulimit() to its maximum value: &lt;BR /&gt;         # ulimit -d 65536 oracle &lt;BR /&gt;4.  Have the Oracle user log off and back on. &lt;BR /&gt;&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Sep 2008 07:06:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limit-file-is-2-g-in-hpux-11i/m-p/4267296#M333736</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2008-09-17T07:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: limit file is 2 G in HPUX 11I</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limit-file-is-2-g-in-hpux-11i/m-p/4267297#M333737</link>
      <description>Also - Shell: running ksh script in POSIX shell to exceed 2 GB ulimit:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www12.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c01027855-2" target="_blank"&gt;http://www12.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c01027855-2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;V.</description>
      <pubDate>Wed, 17 Sep 2008 07:09:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limit-file-is-2-g-in-hpux-11i/m-p/4267297#M333737</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2008-09-17T07:09:05Z</dc:date>
    </item>
  </channel>
</rss>

