<?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: Ulimit Exceeded while running at command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-exceeded-while-running-at-command/m-p/4874802#M788633</link>
    <description>When you don't bother to identify your OS release, it makes it more difficult to answer.&lt;BR /&gt;&lt;BR /&gt;This is one fix I used since 10.20 days:&lt;BR /&gt;&lt;BR /&gt;Modify your /var/adm/cron/.proto line "ulimit $l" to :&lt;BR /&gt;&lt;BR /&gt;if [ $l -eq 4194304 ]&lt;BR /&gt;     then&lt;BR /&gt;       ulimit unlimited&lt;BR /&gt;     else&lt;BR /&gt;       ulimit $l&lt;BR /&gt;   fi&lt;BR /&gt;&lt;BR /&gt;Also look for and apply the latest at/cron patches appropriate to your OS.&lt;BR /&gt;</description>
    <pubDate>Thu, 09 Dec 2004 12:33:41 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2004-12-09T12:33:41Z</dc:date>
    <item>
      <title>Ulimit Exceeded while running at command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-exceeded-while-running-at-command/m-p/4874798#M788629</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;There is a script running on my HPUX box every 15 minutes. I investigated as and when this line in the script is executed&lt;BR /&gt;&lt;BR /&gt;echo echo 26274 &amp;gt; /var/opt/OV/tmp/OpC/cron_mon.tmp26274 | at -q u now 1&amp;gt; /var/opt/OV/tmp/OpC/cron_mon.tmp 2&amp;gt;&amp;amp; 1&lt;BR /&gt;&lt;BR /&gt;A message is logged in /var/adm/cron/log file like this&lt;BR /&gt;&lt;BR /&gt;&amp;gt;  CMD: 1102607180.u&lt;BR /&gt;&amp;gt;  root 26283 u Thu Dec  9 10:46:20 EST 2004&lt;BR /&gt;&amp;lt;  root 26283 u Thu Dec  9 10:46:20 EST 2004&lt;BR /&gt;&amp;gt;  CMD: 1102607625.u&lt;BR /&gt;&amp;gt;  root 26918 u Thu Dec  9 10:53:45 EST 2004&lt;BR /&gt;&amp;lt;  root 26918 u Thu Dec  9 10:53:45 EST 2004&lt;BR /&gt;&lt;BR /&gt;and I got a mail from root stating&lt;BR /&gt;&lt;BR /&gt;SYSTEMNAME&lt;BR /&gt;To:root&lt;ROOT&gt;&lt;BR /&gt;cc:&lt;BR /&gt;Subject:at 12/07/04 01:23 PM&lt;BR /&gt;sh[28]: ulimit: The specified value exceeds the user's allowable limit. &lt;BR /&gt;************************************************* &lt;BR /&gt;Cron: The previous message is the standard output and standard error of one of your cron commands.&lt;BR /&gt;&lt;BR /&gt;I am unable to figure out iof which parameter the ulimit has exceeded.&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;Shivam Tiwari&lt;/ROOT&gt;</description>
      <pubDate>Thu, 09 Dec 2004 11:00:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-exceeded-while-running-at-command/m-p/4874798#M788629</guid>
      <dc:creator>Shivam Tiwari</dc:creator>
      <dc:date>2004-12-09T11:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Ulimit Exceeded while running at command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-exceeded-while-running-at-command/m-p/4874799#M788630</link>
      <description>Might want to insert some diagnostics into the script that cron is calling.&lt;BR /&gt;&lt;BR /&gt;ulimit -a&lt;BR /&gt;&lt;BR /&gt;to display the current values.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 09 Dec 2004 11:05:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-exceeded-while-running-at-command/m-p/4874799#M788630</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-12-09T11:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Ulimit Exceeded while running at command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-exceeded-while-running-at-command/m-p/4874800#M788631</link>
      <description>This is a system of the customer I will submit the ulimit -a later but you can look into the kernel paramaters&lt;BR /&gt;&lt;BR /&gt;Parameter             Current Dyn Planned                    Module     Version&lt;BR /&gt;===============================================================================&lt;BR /&gt;NSTRBLKSCHED                -  -  2                          &lt;BR /&gt;NSTREVENT                  50  -  50                         &lt;BR /&gt;NSTRPUSH                   16  -  16                         &lt;BR /&gt;NSTRSCHED                   0  -  0                          &lt;BR /&gt;STRCTLSZ                 1024  -  1024                       &lt;BR /&gt;STRMSGSZ                65535  -  65535                      &lt;BR /&gt;acctresume                  4  -  4                          &lt;BR /&gt;acctsuspend                 2  -  2                          &lt;BR /&gt;aio_listio_max            256  -  256                        &lt;BR /&gt;aio_max_ops              2048  -  2048                       &lt;BR /&gt;aio_physmem_pct            10  -  10                         &lt;BR /&gt;aio_prio_delta_max         20  -  20                         &lt;BR /&gt;allocate_fs_swapmap         0  -  0                          &lt;BR /&gt;alwaysdump                  1  -  1                          &lt;BR /&gt;bcvmap_size_factor          2  -  2                          &lt;BR /&gt;bootspinlocks               -  -  256                        &lt;BR /&gt;bufcache_hash_locks       128  -  128                        &lt;BR /&gt;bufpages                    0  -  0                          &lt;BR /&gt;chanq_hash_locks          256  -  256                        &lt;BR /&gt;core_addshmem_read          0  Y  0                          &lt;BR /&gt;core_addshmem_write         0  Y  0                          &lt;BR /&gt;create_fastlinks            0  -  0                          &lt;BR /&gt;dbc_max_pct                50  -  50                         &lt;BR /&gt;dbc_min_pct                 5  -  5                          &lt;BR /&gt;default_disk_ir             0  -  0                          &lt;BR /&gt;desfree                     -  -  0                          &lt;BR /&gt;disksort_seconds            0  -  0                          &lt;BR /&gt;dnlc_hash_locks           512  -  512                        &lt;BR /&gt;dontdump                    0  -  0                          &lt;BR /&gt;dskless_node                -  -  0                          &lt;BR /&gt;dst                         1  -  1                          &lt;BR /&gt;effective_maxpid            -  -  ((NPROC&amp;lt;=30000)?30000:(NPROC*5/4)) &lt;BR /&gt;eisa_io_estimate            -  -  0x300                      &lt;BR /&gt;enable_idds                 0  -  0                          &lt;BR /&gt;eqmemsize                  15  -  15                         &lt;BR /&gt;executable_stack            1  -  1                          &lt;BR /&gt;file_pad                    -  -  10                         &lt;BR /&gt;fs_async                    0  -  0                          &lt;BR /&gt;ftable_hash_locks          64  -  64                         &lt;BR /&gt;hdlpreg_hash_locks        128  -  128                        &lt;BR /&gt;hfs_max_ra_blocks           8  -  8                          &lt;BR /&gt;hfs_max_revra_blocks        8  -  8                          &lt;BR /&gt;hfs_ra_per_disk            64  -  64                         &lt;BR /&gt;hfs_revra_per_disk         64  -  64                         &lt;BR /&gt;hp_hfs_mtra_enabled         1  -  1                          &lt;BR /&gt;hpux_aes_override           -  -  0                          &lt;BR /&gt;initmodmax                 50  -  50                         &lt;BR /&gt;io_ports_hash_locks        64  -  64                         &lt;BR /&gt;iomemsize                   -  -  40000                      &lt;BR /&gt;ksi_alloc_max            2208  -  2208                       &lt;BR /&gt;ksi_send_max               32  -  32                         &lt;BR /&gt;lotsfree                    -  -  0                          &lt;BR /&gt;max_async_ports            50  -  50                         &lt;BR /&gt;max_mem_window              0  -  0                          &lt;BR /&gt;max_thread_proc            64  -  64                         &lt;BR /&gt;maxdsiz            0x10000000  -  0x10000000                 &lt;BR /&gt;maxdsiz_64bit      0x40000000  -  0x40000000                 &lt;BR /&gt;maxfiles                   60  -  60                         &lt;BR /&gt;maxfiles_lim             1024  Y  1024                       &lt;BR /&gt;maxqueuetime                -  -  0                          &lt;BR /&gt;maxssiz              0x800000  -  0x800000                   &lt;BR /&gt;maxssiz_64bit        0x800000  -  0x800000                   &lt;BR /&gt;maxswapchunks             890  -  890                        &lt;BR /&gt;maxtsiz             0x4000000  Y  0x4000000                  &lt;BR /&gt;maxtsiz_64bit      0x40000000  Y  0x40000000                 &lt;BR /&gt;maxuprc                    75  Y  75                         &lt;BR /&gt;maxusers                   32  -  32                         &lt;BR /&gt;maxvgs                     10  -  10                         &lt;BR /&gt;mesg                        1  -  1                          &lt;BR /&gt;minfree                     -  -  0                          &lt;BR /&gt;modstrmax                 500  -  500                        &lt;BR /&gt;msgmap                     42  -  42                         &lt;BR /&gt;msgmax                   8192  Y  8192                       &lt;BR /&gt;msgmnb                  16384  Y  16384                      &lt;BR /&gt;msgmni                     50  -  50                         &lt;BR /&gt;msgseg                   2048  -  2048                       &lt;BR /&gt;msgssz                      8  -  8                          &lt;BR /&gt;msgtql                     40  -  40                         &lt;BR /&gt;nbuf                        0  -  0                          &lt;BR /&gt;ncallout                  515  -  515                        &lt;BR /&gt;ncdnode                   150  -  150                        &lt;BR /&gt;nclist                    612  -  612                        &lt;BR /&gt;ncsize                   5596  -  5596                       &lt;BR /&gt;ndilbuffers                30  -  30                         &lt;BR /&gt;netisr_priority             -  -  -1                         &lt;BR /&gt;netmemmax                   -  -  0                          &lt;BR /&gt;nfile                     910  -  910                        &lt;BR /&gt;nflocks                   200  -  200                        &lt;BR /&gt;nhtbl_scale                 0  -  0                          &lt;BR /&gt;ninode                    476  -  476                        &lt;BR /&gt;nkthread                  499  -  499                        &lt;BR /&gt;nni                         -  -  2                          &lt;BR /&gt;no_lvm_disks                0  -  0                          &lt;BR /&gt;nproc                     276  -  276                        &lt;BR /&gt;npty                       60  -  60                         &lt;BR /&gt;nstrpty                    60  -  60                         &lt;BR /&gt;nstrtel                    60  -  60                         &lt;BR /&gt;nswapdev                   10  -  10                         &lt;BR /&gt;nswapfs                    10  -  10                         &lt;BR /&gt;nsysmap                   800  -  800                        &lt;BR /&gt;nsysmap64                 800  -  800                        &lt;BR /&gt;o_sync_is_o_dsync           0  -  0                          &lt;BR /&gt;page_text_to_local          -  -  0                          &lt;BR /&gt;pfdat_hash_locks          128  -  128                        &lt;BR /&gt;public_shlibs               1  -  1                          &lt;BR /&gt;region_hash_locks         128  -  128                        &lt;BR /&gt;remote_nfs_swap             0  -  0                          &lt;BR /&gt;rtsched_numpri             32  -  32                         &lt;BR /&gt;scroll_lines              100  -  100                        &lt;BR /&gt;scsi_max_qdepth             8  Y  8                          &lt;BR /&gt;scsi_maxphys          1048576  -  1048576                    &lt;BR /&gt;sema                        1  -  1                          &lt;BR /&gt;semaem                  16384  -  16384                      &lt;BR /&gt;semmap                     66  -  66                         &lt;BR /&gt;semmni                     64  -  64                         &lt;BR /&gt;semmns                    128  -  128                        &lt;BR /&gt;semmnu                     30  -  30                         &lt;BR /&gt;semmsl                   2048  Y  2048                       &lt;BR /&gt;semume                     10  -  10                         &lt;BR /&gt;semvmx                  32767  -  32767                      &lt;BR /&gt;sendfile_max                0  -  0                          &lt;BR /&gt;shmem                       1  -  1                          &lt;BR /&gt;shmmax              0x4000000  Y  0x4000000                  &lt;BR /&gt;shmmni                    200  -  200                        &lt;BR /&gt;shmseg                    120  Y  120                        &lt;BR /&gt;st_ats_enabled              1  -  1                          &lt;BR /&gt;st_fail_overruns            0  -  0                          &lt;BR /&gt;st_large_recs               0  -  0                          &lt;BR /&gt;st_san_safe                 0  -  0                          &lt;BR /&gt;streampipes                 0  -  0                          &lt;BR /&gt;swapmem_on                  1  -  1                          &lt;BR /&gt;swchunk                  2048  -  2048                       &lt;BR /&gt;sysv_hash_locks           128  -  128                        &lt;BR /&gt;tcphashsz                   0  -  0                          &lt;BR /&gt;timeslice                  10  -  10                         &lt;BR /&gt;timezone                  420  -  420                        &lt;BR /&gt;unlockable_mem              0  -  0                          &lt;BR /&gt;vas_hash_locks            128  -  128                        &lt;BR /&gt;vnode_cd_hash_locks       128  -  128                        &lt;BR /&gt;vnode_hash_locks          128  -  128                        &lt;BR /&gt;vps_ceiling                16  -  16                         &lt;BR /&gt;vps_chatr_ceiling     1048576  -  1048576                    &lt;BR /&gt;vps_pagesize                4  -  4                          &lt;BR /&gt;vx_fancyra_enable           0  -  0                          &lt;BR /&gt;vx_maxlink              32767  -  32767                      &lt;BR /&gt;vx_ncsize                1024  -  1024                       &lt;BR /&gt;vx_ninode                   0  -  0                          &lt;BR /&gt;vxfs_max_ra_kbytes       1024  -  1024                       &lt;BR /&gt;vxfs_ra_per_disk         1024  -  1024</description>
      <pubDate>Thu, 09 Dec 2004 11:11:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-exceeded-while-running-at-command/m-p/4874800#M788631</guid>
      <dc:creator>Shivam Tiwari</dc:creator>
      <dc:date>2004-12-09T11:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Ulimit Exceeded while running at command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-exceeded-while-running-at-command/m-p/4874801#M788632</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Maybe this link will help,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063204487" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063204487&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The itrc doc id is KBRC00000888.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Dec 2004 12:17:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-exceeded-while-running-at-command/m-p/4874801#M788632</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-12-09T12:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Ulimit Exceeded while running at command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-exceeded-while-running-at-command/m-p/4874802#M788633</link>
      <description>When you don't bother to identify your OS release, it makes it more difficult to answer.&lt;BR /&gt;&lt;BR /&gt;This is one fix I used since 10.20 days:&lt;BR /&gt;&lt;BR /&gt;Modify your /var/adm/cron/.proto line "ulimit $l" to :&lt;BR /&gt;&lt;BR /&gt;if [ $l -eq 4194304 ]&lt;BR /&gt;     then&lt;BR /&gt;       ulimit unlimited&lt;BR /&gt;     else&lt;BR /&gt;       ulimit $l&lt;BR /&gt;   fi&lt;BR /&gt;&lt;BR /&gt;Also look for and apply the latest at/cron patches appropriate to your OS.&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Dec 2004 12:33:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-exceeded-while-running-at-command/m-p/4874802#M788633</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-12-09T12:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Ulimit Exceeded while running at command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-exceeded-while-running-at-command/m-p/4874803#M788634</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The OS is HPUX 11.11&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 09 Dec 2004 12:44:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-exceeded-while-running-at-command/m-p/4874803#M788634</guid>
      <dc:creator>Shivam Tiwari</dc:creator>
      <dc:date>2004-12-09T12:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Ulimit Exceeded while running at command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-exceeded-while-running-at-command/m-p/4874804#M788635</link>
      <description>Same as last reply</description>
      <pubDate>Tue, 07 Feb 2006 15:58:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-exceeded-while-running-at-command/m-p/4874804#M788635</guid>
      <dc:creator>Shivam Tiwari</dc:creator>
      <dc:date>2006-02-07T15:58:18Z</dc:date>
    </item>
  </channel>
</rss>

