<?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: fork: Not enough space in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286262#M880617</link>
    <description>The kernel parameters nfile and nproc seem excessively high (63000 and 4096) for the actual files and processes opened at the same time. They could be reduced to about half that size unless you expect a lot of growth in the near future. Since syslog doesn't seem to be working (/var I/O error), use this to check the lvol:&lt;BR /&gt; &lt;BR /&gt;dd if=/dev/vg00/rlvol5 of=/dev/null bs=64k&lt;BR /&gt; &lt;BR /&gt;If it reports an error, your root/boot disk is bad. This assumes lvol5 is /var.</description>
    <pubDate>Wed, 26 May 2004 14:16:21 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2004-05-26T14:16:21Z</dc:date>
    <item>
      <title>fork: Not enough space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286251#M880606</link>
      <description>I have a C3000 running hp-ux 11.11.  This morning anything I typed (except pwd) All I would get is fork: Not enough space.  I had to power cycle the system in order to get it back up and running.  One hour later I am back to where I started, nothing works.  There is nothing in the syslogs or dmesg which I check after the power cycle.&lt;BR /&gt;The fork: Not enough space to me seems to be a swapspace issue but Iam not sure what's sucking it all up.  I have 1024MB of memory and 2048 MB of Swap.  It is running oracle but has been for years.  The /var: I/O error to me seems to be a disk error but I had just replaced the disk about a month ago.  Any ideas?  I hate to keep power cycling it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# pwd&lt;BR /&gt;/&lt;BR /&gt;# ls&lt;BR /&gt;bash: fork: Not enough space&lt;BR /&gt;# bdf&lt;BR /&gt;bash: fork: Not enough space&lt;BR /&gt;# shutdown -r now&lt;BR /&gt;bash: fork: Not enough space&lt;BR /&gt;# uname -a&lt;BR /&gt;bash: fork: Not enough space&lt;BR /&gt;# cd /var/adm/syslog&lt;BR /&gt;bash: cd: /var/adm/syslog: I/O error&lt;BR /&gt;# cd /var&lt;BR /&gt;bash: cd: /var: I/O error&lt;BR /&gt;# more /etc/fstab&lt;BR /&gt;bash: fork: Not enough space&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;TIA</description>
      <pubDate>Tue, 25 May 2004 11:30:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286251#M880606</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2004-05-25T11:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: fork: Not enough space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286252#M880607</link>
      <description>Things to look at:&lt;BR /&gt;&lt;BR /&gt;Is the /var filesystem even mounted&lt;BR /&gt;&lt;BR /&gt;Space on /var and / /tmp&lt;BR /&gt;&lt;BR /&gt;/etc/rc.log&lt;BR /&gt;&lt;BR /&gt;I'd also be wondering if Your kernel is currupt.&lt;BR /&gt;&lt;BR /&gt;Obviously the box boots, but its sure acting like there aren't enough processes or room in the process table.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 25 May 2004 11:56:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286252#M880607</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-05-25T11:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: fork: Not enough space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286253#M880608</link>
      <description>SEP&lt;BR /&gt;&lt;BR /&gt;Thanks for the input&lt;BR /&gt;&lt;BR /&gt;plenty of space on /var and /tmp.&lt;BR /&gt;&lt;BR /&gt;# bdf&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3     147456   61898   80241   44% /&lt;BR /&gt;/dev/vg00/lvol1     111637   31414   69059   31% /stand&lt;BR /&gt;/dev/vg00/lvol8    2564096  394434 2034072   16% /var&lt;BR /&gt;/dev/vg00/lvol7    5120000 1460654 3430647   30% /usr&lt;BR /&gt;/dev/vg01/datavol  26861568 19564436 7183772   73% /u02&lt;BR /&gt;/dev/vg00/orabinvol&lt;BR /&gt;                   15360000 5748694 9010658   39% /u01&lt;BR /&gt;/dev/vg00/lvol4     106496   61384   42322   59% /tmp&lt;BR /&gt;/dev/vg00/lvol6    1024000  511895  480135   52% /opt&lt;BR /&gt;/dev/vg00/ifasvol  6144000 2746221 3185470   46% /ifas&lt;BR /&gt;/dev/vg00/lvol5      24576   13154   10726   55% /home&lt;BR /&gt;&lt;BR /&gt;When the system is running /var is mounted.&lt;BR /&gt;But when it's in it's "messed up" stage&lt;BR /&gt;commands like  bdf, df, mount just return the fork error.  So I don't know if it's mounted or not</description>
      <pubDate>Tue, 25 May 2004 12:02:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286253#M880608</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2004-05-25T12:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: fork: Not enough space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286254#M880609</link>
      <description>Not enough space in this context means swapspace. You must have either a runaway process or your DBA decided to change the size of SGA (shared memory) without telling you. Boot up your system, then put these commands into a script:&lt;BR /&gt;&lt;BR /&gt;UNIX95=1 ps -eo vsz,ruser,pid,args | sort -rn | head -20&lt;BR /&gt;ipcs -bmop|sort -rnk8&lt;BR /&gt;/usr/sbin/swapinfo -tam&lt;BR /&gt;echo&lt;BR /&gt; &lt;BR /&gt;Now run this script from cron every 5 minutes:&lt;BR /&gt; &lt;BR /&gt;5,10,15,20,25,30,35,40,45,50,55 * * * * /root/bin/myscript &amp;gt;&amp;gt; /var/tmp/monitormem&lt;BR /&gt; &lt;BR /&gt;The ps listing will show the biggest memory hogs (sorted by size), ipcs will show segments in use sorted by size and swapinfo will show actual memory and swap usage.&lt;BR /&gt;</description>
      <pubDate>Tue, 25 May 2004 12:02:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286254#M880609</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-05-25T12:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: fork: Not enough space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286255#M880610</link>
      <description>fork and swap are basically saying there are no resources left to run anything.  &lt;BR /&gt;You have swap allocated, but you could try to add a little more.  It is possible that something has happened to your disk, your kernel ....or..... somebody has created a process that is chewing up your box.&lt;BR /&gt;&lt;BR /&gt;I'd reboot, not start anything and begin by checking the hardware (disk).  Eliminate the basics first.  Then I'd first find out what I could about who was running what -and- what changes were recently made to apps.  Cause I'm thinking -if ain't that disk- it's a job gone goofy.&lt;BR /&gt;Restart work one thing at a time......&lt;BR /&gt;and..... "speak softly but carry a big stick i.e. kill -9..ha ha"&lt;BR /&gt;&lt;BR /&gt;Just my thoughts,&lt;BR /&gt;Rita&lt;BR /&gt;</description>
      <pubDate>Tue, 25 May 2004 12:04:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286255#M880610</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2004-05-25T12:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: fork: Not enough space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286256#M880611</link>
      <description>u ran out of swap ! I have seen a similier error before.&lt;BR /&gt;&lt;BR /&gt;Kaps</description>
      <pubDate>Tue, 25 May 2004 12:15:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286256#M880611</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2004-05-25T12:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: fork: Not enough space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286257#M880612</link>
      <description>Ok&lt;BR /&gt;&lt;BR /&gt;Thanks guys,&lt;BR /&gt;&lt;BR /&gt;I'll restart the system in single user mode&lt;BR /&gt;then init it one level at a time.  Then I'll start all of the "custom" stuff.  Bill I'll use your script to moniter the memory usage and if nessary I'll use Rita's big stick&lt;BR /&gt;to stop the memory sucker.  Kapil thanks for the input I think we'll have a solution soon.&lt;BR /&gt;&lt;BR /&gt;I'll post what I find.&lt;BR /&gt;&lt;BR /&gt;Thanks again folks.</description>
      <pubDate>Tue, 25 May 2004 12:33:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286257#M880612</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2004-05-25T12:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: fork: Not enough space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286258#M880613</link>
      <description>Just last week had this fork issue, our issue was not "not enough space" but instead "too many processes"..&lt;BR /&gt;&lt;BR /&gt;we found that there was a monitoring process changed last week, which was creating run away processes and went to the max..&lt;BR /&gt;&lt;BR /&gt;Ganesh</description>
      <pubDate>Tue, 25 May 2004 16:30:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286258#M880613</guid>
      <dc:creator>Ganesh Babu</dc:creator>
      <dc:date>2004-05-25T16:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: fork: Not enough space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286259#M880614</link>
      <description>Still a not sure where the memory leak is&lt;BR /&gt;but it is leaking.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Tue May 25 16:20:00 MDT 2004&lt;BR /&gt;  30780 ias9      2958 /u01/ias9/jdk/bin/../bin/PA_RISC2.0/native_threads/java -Xmx128&lt;BR /&gt;  30736 oracle8   1855 ora_dbw0_TRAIN&lt;BR /&gt;  30736 oracle8   1853 ora_pmon_TRAIN&lt;BR /&gt;  30480 oracle8   1865 ora_arc0_TRAIN&lt;BR /&gt;  30288 oracle8   1937 oracleTRAIN (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))&lt;BR /&gt;  30224 oracle8   1939 oracleTRAIN (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))&lt;BR /&gt;  30224 oracle8   1863 ora_reco_TRAIN&lt;BR /&gt;  30224 oracle8   1861 ora_smon_TRAIN&lt;BR /&gt;  30224 oracle8   1859 ora_ckpt_TRAIN&lt;BR /&gt;  30224 oracle8   1857 ora_lgwr_TRAIN&lt;BR /&gt;   9612 oracle8   1930 dbsnmp&lt;BR /&gt;   8460 oracle8   1907 dbsnmp&lt;BR /&gt;   7692 oracle8   1903 /u01/oracle8/bin/tnslsnr tcpip -inherit&lt;BR /&gt;   7692 oracle8   1899 /u01/oracle8/bin/tnslsnr listener -inherit&lt;BR /&gt;   4228 ias9      2035 /u01/ias9/opmn/bin/opmn -ds&lt;BR /&gt;   4068 root      1384 /opt/dce/sbin/rpcd&lt;BR /&gt;   3580 root      2166 /usr/local/sbin/named -c /etc/named.conf&lt;BR /&gt;   3524 daemon    2310 /usr/bin/X11/X :0 -auth /var/dt/dragoAAAb02283&lt;BR /&gt;   3036 root      2136 /u01/ias9/Apache/Apache/bin/httpd -d /u01/ias9/Apache/Apache -D&lt;BR /&gt;   2984 root      1688 /usr/sbin/swagentd -r&lt;BR /&gt;m    4101 0xe11cfa18 --rw-r-----   oracle8       dba      9 231923712  1839  9981&lt;BR /&gt;m     520 0x431c0638 --rw-rw-rw-    daemon    daemon      1 5767168  2481  2310&lt;BR /&gt;m   17926 0x00000000 D-rw-------      ias9  oinstall      8 3948548  2081  2081&lt;BR /&gt;m       3 0x301c8843 --rw-rw-rw-      root      root      3 1048576  1422  1433&lt;BR /&gt;m       4 0x00000000 --rw-------      root      root      2  65536  1636  1637&lt;BR /&gt;m       1 0x4e0c0002 --rw-rw-rw-      root      root      1  61760   673   673&lt;BR /&gt;m       2 0x41203904 --rw-rw-rw-      root      root      1   8192   673   685&lt;BR /&gt;m       7 0x435dce60 --rw-rw-rw-      root      root      0   8024  2293  2293&lt;BR /&gt;m       0 0x411c27ea --rw-rw-rw-      root      root      0    348   673   673&lt;BR /&gt;T      ID     KEY        MODE        OWNER     GROUP NATTCH  SEGSZ  CPID  LPID&lt;BR /&gt;Shared Memory:&lt;BR /&gt;IPC status from /dev/kmem as of Tue May 25 16:20:00 2004&lt;BR /&gt;             Mb      Mb      Mb   PCT  START/      Mb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev        2048       0    2048    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -     502    -502&lt;BR /&gt;memory      705      42     663    6%&lt;BR /&gt;total      2753     544    2209   20%       -       0    -&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Wed May 26 08:35:00 MDT 2004&lt;BR /&gt;  30780 ias9      2958 /u01/ias9/jdk/bin/../bin/PA_RISC2.0/native_threads/java -Xmx128&lt;BR /&gt;  30736 oracle8   1855 ora_dbw0_TRAIN&lt;BR /&gt;  30736 oracle8   1853 ora_pmon_TRAIN&lt;BR /&gt;  30480 oracle8   1865 ora_arc0_TRAIN&lt;BR /&gt;  30288 oracle8   1937 oracleTRAIN (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))&lt;BR /&gt;  30224 oracle8   1939 oracleTRAIN (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))&lt;BR /&gt;  30224 oracle8   1863 ora_reco_TRAIN&lt;BR /&gt;  30224 oracle8   1861 ora_smon_TRAIN&lt;BR /&gt;  30224 oracle8   1859 ora_ckpt_TRAIN&lt;BR /&gt;  30224 oracle8   1857 ora_lgwr_TRAIN&lt;BR /&gt;   9612 oracle8   1930 dbsnmp&lt;BR /&gt;   8460 oracle8   1907 dbsnmp&lt;BR /&gt;   7692 oracle8   1903 /u01/oracle8/bin/tnslsnr tcpip -inherit&lt;BR /&gt;   7692 oracle8   1899 /u01/oracle8/bin/tnslsnr listener -inherit&lt;BR /&gt;   4228 ias9      2035 /u01/ias9/opmn/bin/opmn -ds&lt;BR /&gt;   4068 root      1384 /opt/dce/sbin/rpcd&lt;BR /&gt;   3580 root      2166 /usr/local/sbin/named -c /etc/named.conf&lt;BR /&gt;   3524 daemon    2310 /usr/bin/X11/X :0 -auth /var/dt/dragoAAAb02283&lt;BR /&gt;   3036 root      2136 /u01/ias9/Apache/Apache/bin/httpd -d /u01/ias9/Apache/Apache -D&lt;BR /&gt;   3036 ias9      3038 /u01/ias9/Apache/Apache/bin/httpd -d /u01/ias9/Apache/Apache -D&lt;BR /&gt;m    4101 0xe11cfa18 --rw-r-----   oracle8       dba      9 231923712  1839  8208&lt;BR /&gt;m     520 0x431c0638 --rw-rw-rw-    daemon    daemon      1 5767168  2481  2310&lt;BR /&gt;m   17926 0x00000000 D-rw-------      ias9  oinstall      8 3948548  2081  2081&lt;BR /&gt;m       3 0x301c8843 --rw-rw-rw-      root      root      3 1048576  1422  1433&lt;BR /&gt;m       4 0x00000000 --rw-------      root      root      2  65536  1636  1637&lt;BR /&gt;m       1 0x4e0c0002 --rw-rw-rw-      root      root      1  61760   673   673&lt;BR /&gt;m       2 0x41203904 --rw-rw-rw-      root      root      1   8192   673   685&lt;BR /&gt;m       7 0x435dce60 --rw-rw-rw-      root      root      0   8024  2293  2293&lt;BR /&gt;m       0 0x411c27ea --rw-rw-rw-      root      root      0    348   673   673&lt;BR /&gt;T      ID     KEY        MODE        OWNER     GROUP NATTCH  SEGSZ  CPID  LPID&lt;BR /&gt;Shared Memory:&lt;BR /&gt;IPC status from /dev/kmem as of Wed May 26 08:35:00 2004&lt;BR /&gt;             Mb      Mb      Mb   PCT  START/      Mb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev        2048      52    1996    3%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -     464    -464&lt;BR /&gt;memory      705     434     271   62%&lt;BR /&gt;total      2753     950    1803   35%       -       0    -&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;note that memory usage has gone from 6% to 62% over night.  Nobody is using this system&lt;BR /&gt;so I just don't get it</description>
      <pubDate>Wed, 26 May 2004 09:46:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286259#M880614</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2004-05-26T09:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: fork: Not enough space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286260#M880615</link>
      <description>Hi Paul,&lt;BR /&gt;&lt;BR /&gt;As you see the total "reserved" column didn't increase. So, I don't believe there is any memory leak on the system. It is due to more dynamic allocation of memory by the kernel which is particularly seen on 11i. Since you are getting an IO error on /var, probably nothing is getting logged into syslog once the problem starts. Look at "sar -v 2 20" regularly and see if the nproc/nfile kernel parameters are reaching their limits.&lt;BR /&gt;&lt;BR /&gt;Do you know what changed recently?. Like oracle increasing SGA size, SAs adding patches etc.,?&lt;BR /&gt;&lt;BR /&gt;As an option, When this is happening again, instead of hard booting the system, try to produce a crash dump and open a call with HP. &lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 26 May 2004 10:03:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286260#M880615</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-05-26T10:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: fork: Not enough space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286261#M880616</link>
      <description>Sri,&lt;BR /&gt;&lt;BR /&gt;Thaks for the input.  The DBAs swear that nothing has changed.  The nproc, nfile &lt;BR /&gt;parameters seem fine.&lt;BR /&gt;&lt;BR /&gt;# sar -v 2 20&lt;BR /&gt;&lt;BR /&gt;HP-UX dragon B.11.11 U 9000/785    05/26/04&lt;BR /&gt;&lt;BR /&gt;09:17:05 text-sz  ov  proc-sz  ov  inod-sz  ov  file-sz  ov&lt;BR /&gt;09:17:07   N/A   N/A 132/4096  0    0/34816 0  709/63498 0&lt;BR /&gt;09:17:09   N/A   N/A 132/4096  0    0/34816 0  709/63498 0&lt;BR /&gt;09:17:11   N/A   N/A 132/4096  0    0/34816 0  710/63498 0&lt;BR /&gt;09:17:13   N/A   N/A 132/4096  0    0/34816 0  710/63498 0&lt;BR /&gt;09:17:15   N/A   N/A 132/4096  0    0/34816 0  710/63498 0&lt;BR /&gt;09:17:17   N/A   N/A 132/4096  0    0/34816 0  710/63498 0&lt;BR /&gt;09:17:19   N/A   N/A 132/4096  0    0/34816 0  709/63498 0&lt;BR /&gt;09:17:21   N/A   N/A 135/4096  0    0/34816 0  718/63498 0&lt;BR /&gt;09:17:23   N/A   N/A 135/4096  0    0/34816 0  718/63498 0&lt;BR /&gt;09:17:25   N/A   N/A 135/4096  0    0/34816 0  718/63498 0&lt;BR /&gt;09:17:27   N/A   N/A 132/4096  0    0/34816 0  709/63498 0&lt;BR /&gt;09:17:29   N/A   N/A 132/4096  0    0/34816 0  709/63498 0&lt;BR /&gt;09:17:31   N/A   N/A 132/4096  0    0/34816 0  710/63498 0&lt;BR /&gt;09:17:33   N/A   N/A 132/4096  0    0/34816 0  710/63498 0&lt;BR /&gt;09:17:35   N/A   N/A 132/4096  0    0/34816 0  710/63498 0&lt;BR /&gt;09:17:37   N/A   N/A 132/4096  0    0/34816 0  710/63498 0&lt;BR /&gt;09:17:39   N/A   N/A 132/4096  0    0/34816 0  710/63498 0&lt;BR /&gt;09:17:41   N/A   N/A 132/4096  0    0/34816 0  710/63498 0&lt;BR /&gt;09:17:43   N/A   N/A 132/4096  0    0/34816 0  710/63498 0&lt;BR /&gt;09:17:45   N/A   N/A 132/4096  0    0/34816 0  710/63498 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Iam beging to think I may have a disk problem even though I changed it only about a month ago.  It would be just my luck.&lt;BR /&gt;Thanks again.</description>
      <pubDate>Wed, 26 May 2004 10:24:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286261#M880616</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2004-05-26T10:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: fork: Not enough space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286262#M880617</link>
      <description>The kernel parameters nfile and nproc seem excessively high (63000 and 4096) for the actual files and processes opened at the same time. They could be reduced to about half that size unless you expect a lot of growth in the near future. Since syslog doesn't seem to be working (/var I/O error), use this to check the lvol:&lt;BR /&gt; &lt;BR /&gt;dd if=/dev/vg00/rlvol5 of=/dev/null bs=64k&lt;BR /&gt; &lt;BR /&gt;If it reports an error, your root/boot disk is bad. This assumes lvol5 is /var.</description>
      <pubDate>Wed, 26 May 2004 14:16:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286262#M880617</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-05-26T14:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: fork: Not enough space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286263#M880618</link>
      <description>Bill,&lt;BR /&gt;&lt;BR /&gt;The kernel parameters nfile and nproc are set that high per oracle reconmendation.&lt;BR /&gt;I decided that /var might be on a corrupt part of the disk.  So I :&lt;BR /&gt;&lt;BR /&gt;1. added new lvm var2&lt;BR /&gt;2. cd var&lt;BR /&gt;3. find. -print | cpio -pcxvdmu /var2&lt;BR /&gt;4. edited fstab commented out var and changed var2 to var&lt;BR /&gt;5. rebooted&lt;BR /&gt;6. removed unused volumes.&lt;BR /&gt;&lt;BR /&gt;Right now I am running &lt;BR /&gt;dd if=/dev/rdsk/c3t6d0 of=/dev/null bs=512&lt;BR /&gt;&lt;BR /&gt;So far no errors&lt;BR /&gt;</description>
      <pubDate>Wed, 26 May 2004 14:47:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286263#M880618</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2004-05-26T14:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: fork: Not enough space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286264#M880619</link>
      <description>The Oracle recommendation is fine if you have 10x more users and processes. It won't hurt anything to have them so high--they just reserve a small amount of RAM.&lt;BR /&gt; &lt;BR /&gt;Copying /var:&lt;BR /&gt; &lt;BR /&gt;/var is the most active (and critical) directory on the system, so copying it while the system is running may not result in a 100% accurate copy. It's best to boot into single user mode, mount /usr /tmp and /var and then do the work there.&lt;BR /&gt; &lt;BR /&gt;A note about cpio options: NEVER use -x. Although there aren't any device files on /var (there better not be), a lot of admins are in the habit of using -x without thinking. -c is meaningless with a disk-disk transfer. Add the -l option to make sure you have links created correctly. The easy-to-remember option list is puddle-move or cpio -pudlmv.&lt;BR /&gt; &lt;BR /&gt;A note about dd. bs=512 is the default and for your 50meg disks, it works well. But it will take an agonizingly long time to copy hundreds of megs. bs=64k or even bs=128k will speed things up about 20x to 50x faster.</description>
      <pubDate>Wed, 26 May 2004 15:06:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286264#M880619</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-05-26T15:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: fork: Not enough space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286265#M880620</link>
      <description>Bill,&lt;BR /&gt;&lt;BR /&gt;Thanks for the cpio info.  Old habits die hard.  But the /var copy seemed to work ok&lt;BR /&gt;(so far).  The dd worked without errors.&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rdsk/c3t6d0 of=/dev/null bs=512&lt;BR /&gt;# 71687369+0 records in&lt;BR /&gt;# 71687369+0 records out&lt;BR /&gt;&lt;BR /&gt;It did take a couple of hours.  I am now running&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/vg00/lvol9 of=/dev/null bs=128&lt;BR /&gt;&lt;BR /&gt;just for good measure /var is lvol9.&lt;BR /&gt;&lt;BR /&gt;This is a training system and it is possible to have 10 to 15 people connected to it at once so I'll leave the kernel parms for now.&lt;BR /&gt;&lt;BR /&gt;Thanks again</description>
      <pubDate>Wed, 26 May 2004 15:34:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286265#M880620</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2004-05-26T15:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: fork: Not enough space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286266#M880621</link>
      <description>Paul,&lt;BR /&gt;&lt;BR /&gt;what is your kernel param dbc_max_pct set to?  And please post the output of "ipcs -bam".&lt;BR /&gt;&lt;BR /&gt;Hai</description>
      <pubDate>Wed, 26 May 2004 15:43:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286266#M880621</guid>
      <dc:creator>Hai Nguyen_1</dc:creator>
      <dc:date>2004-05-26T15:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: fork: Not enough space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286267#M880622</link>
      <description>Hai,&lt;BR /&gt;&lt;BR /&gt;dbc_max_pct = 50&lt;BR /&gt;Max Dynamic Buffer Cache Size as Percent of System RAM size&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ipcs -bam&lt;BR /&gt;IPC status from /dev/kmem as of Wed May 26 15:21:40 2004&lt;BR /&gt;T      ID     KEY        MODE        OWNER     GROUP   CREATOR    CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME&lt;BR /&gt;Shared Memory:&lt;BR /&gt;m       0 0x411c27ea --rw-rw-rw-      root      root      root      root      0    348   668   668 11:18:57 11:18:57 11:18:50&lt;BR /&gt;m       1 0x4e0c0002 --rw-rw-rw-      root      root      root      root      1  61760   668   668 11:18:53 11:18:57 11:18:50&lt;BR /&gt;m       2 0x412c36a2 --rw-rw-rw-      root      root      root      root      1   8192   668   680 11:18:53 11:18:50 11:18:50&lt;BR /&gt;m       3 0x301c8843 --rw-rw-rw-      root      root      root      root      3 1048576  1398  1408 11:20:45 no-entry 11:19:15&lt;BR /&gt;m       4 0x00000000 --rw-------      root      root      root      root      2  65536  1611  1612 11:19:25 no-entry 11:19:25&lt;BR /&gt;m    4101 0xe11cfa18 --rw-r-----   oracle8       dba   oracle8       dba      9 231923712  1815 16708 15:17:33 15:17:35 11:19:39&lt;BR /&gt;m   17926 0x00000000 D-rw-------      ias9  oinstall      root  oinstall      8 3948548  2064  2064 11:20:34 no-entry 11:20:34&lt;BR /&gt;m       7 0x435dce60 --rw-rw-rw-      root      root      root      root      0   8024  2269  2269 11:20:39 no-entry 11:20:39&lt;BR /&gt;m     520 0x431c0638 --rw-rw-rw-    daemon    daemon    daemon    daemon      1 5767168  2393  2283 11:20:42 no-entry 11:20:42</description>
      <pubDate>Wed, 26 May 2004 16:25:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286267#M880622</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2004-05-26T16:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: fork: Not enough space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286268#M880623</link>
      <description>The ideal amount of buffer cache is in between 300-500Mb. Anything more will cause some performance issues.</description>
      <pubDate>Wed, 26 May 2004 16:39:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286268#M880623</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-05-26T16:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: fork: Not enough space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286269#M880624</link>
      <description>If you are sure the problem is a memory leak and if you have the HP Measureware suite installed you will have access to glance.&lt;BR /&gt;Running glance will enable you to easily track down processes using lots of memory - or showing signs of memory leaks (memory usage growth over time).  This only helps with the identification though.&lt;BR /&gt;&lt;BR /&gt;Can you do without the process?  Is it a process that you have written?   If you have access to a tool like Purify you could use this to help with debugging the code and actually eliminate the problem (assuming it's code you own and can change).&lt;BR /&gt;&lt;BR /&gt;As other people have suggested - I'd be checking what has changed.  Kernel paramaters, patch levels, new software, new versions of existing products etc.   Once you've got the culprit that is chewing up your resources - you can take further steps.&lt;BR /&gt;Are you up to date with patches?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Ross&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 May 2004 19:53:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286269#M880624</guid>
      <dc:creator>Ross Barton</dc:creator>
      <dc:date>2004-05-26T19:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: fork: Not enough space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286270#M880625</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;wow, 1024MB physical RAM and 2048MB swap space running Oracle 8i with a SGA of 232MB?&lt;BR /&gt;&lt;BR /&gt;may i know your shmmax, "swapinfo -tam" and vmstat 5 20?&lt;BR /&gt;&lt;BR /&gt;u may have only 2 choices, buy more memory or add more swap space.&lt;BR /&gt;&lt;BR /&gt;regards.&lt;BR /&gt;</description>
      <pubDate>Wed, 26 May 2004 20:48:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fork-not-enough-space/m-p/3286270#M880625</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2004-05-26T20:48:06Z</dc:date>
    </item>
  </channel>
</rss>

