<?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: Problem while creating a process in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-creating-a-process/m-p/3049020#M136166</link>
    <description>Post the results of file core, what core and strings core commands.&lt;BR /&gt;&lt;BR /&gt;Also do tusc -vfp "your command" and post. &lt;BR /&gt;&lt;BR /&gt;Kernel parameters seem OK.</description>
    <pubDate>Thu, 14 Aug 2003 13:45:27 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2003-08-14T13:45:27Z</dc:date>
    <item>
      <title>Problem while creating a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-creating-a-process/m-p/3049011#M136157</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I am getting below error while I am trying to start a process in nohup. Even if I try to telnet to other server I get same error. Or even when I do a rcp from same server or from somewhere else, i get below error. Please let me know urgent if someone know solution. There is nothing abnormal on system. CPU is heavily used at present. And I am doubting on shared memory. &lt;BR /&gt;&lt;BR /&gt;$ telnet crmu10&lt;BR /&gt;/usr/lib/dld.sl: Call to mmap() failed - TEXT /usr/lib/libsis.sl&lt;BR /&gt;/usr/lib/dld.sl: Not enough space&lt;BR /&gt;Abort(coredump)&lt;BR /&gt;&lt;BR /&gt;Please reply, i will summerize...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Aug 2003 12:30:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-creating-a-process/m-p/3049011#M136157</guid>
      <dc:creator>Prashant Zanwar</dc:creator>
      <dc:date>2003-08-14T12:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while creating a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-creating-a-process/m-p/3049012#M136158</link>
      <description>Not enough space is generally out of swap on the box although it could be a system table.&lt;BR /&gt;&lt;BR /&gt;ENOSPC          28      /* No space left on device      */&lt;BR /&gt;&lt;BR /&gt;      [ENOSPC]       No space left on device.  During a write() to an&lt;BR /&gt;                     ordinary file, there is no free space left on the&lt;BR /&gt;                     device; or no space in system table during msgget(),&lt;BR /&gt;                     semget(), or semop() while SEM_UNDO flag is set.&lt;BR /&gt;&lt;BR /&gt;check swapinfo -t on the box.&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Aug 2003 12:32:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-creating-a-process/m-p/3049012#M136158</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2003-08-14T12:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while creating a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-creating-a-process/m-p/3049013#M136159</link>
      <description>You are running out of memory. Check swapinfo -mat.&lt;BR /&gt;&lt;BR /&gt;Also check your kernel parameters.&lt;BR /&gt;&lt;BR /&gt;Check vmstat 5 5. Check for free mem. Also check glance -m and for free memory.&lt;BR /&gt;&lt;BR /&gt;What your buffer cache settings. dbc_max_pct and dbc_min_pct?</description>
      <pubDate>Thu, 14 Aug 2003 12:34:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-creating-a-process/m-p/3049013#M136159</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-08-14T12:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while creating a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-creating-a-process/m-p/3049014#M136160</link>
      <description>If you are only seeing this with telnet, then it could be a problem with device files that has been seen from time to time when certain device files are removed:&lt;BR /&gt;&lt;BR /&gt;To troubleshoot which files have been removed and must be recreated:&lt;BR /&gt;&lt;BR /&gt;     1) cd /dev/pty&lt;BR /&gt;     2) ls|sed -e 's/tty//' | sort &amp;gt; file1&lt;BR /&gt;     3) cd ../ptym&lt;BR /&gt;     4) ls|sed -e 's/tty//' | sort &amp;gt; file2&lt;BR /&gt;     5) diff file1 file2&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Kent M. Ostby&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Aug 2003 12:37:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-creating-a-process/m-p/3049014#M136160</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2003-08-14T12:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while creating a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-creating-a-process/m-p/3049015#M136161</link>
      <description>root@ccau40:&amp;gt;kmtune -q dbc_min_pct&lt;BR /&gt;Parameter            Value&lt;BR /&gt;===============================================================================&lt;BR /&gt;dbc_min_pct          5&lt;BR /&gt;&lt;BR /&gt;root@ccau40:&amp;gt;kmtune -q dbc_max_pct &lt;BR /&gt;Parameter            Value&lt;BR /&gt;===============================================================================&lt;BR /&gt;dbc_max_pct          10&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hi above is the setting of kernel parameters..&lt;BR /&gt;&lt;BR /&gt;Swapinfo is showing something like below, i believe which is normal..&lt;BR /&gt;&lt;BR /&gt;root@ccau40:&amp;gt;swapinfo -mt &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        1024       0    1024    0%       0       -    1  /dev/vg00/lvol_swap&lt;BR /&gt;dev        1024       0    1024    0%       0       -    1  /dev/vg00/lvol_swap2&lt;BR /&gt;reserve       -    1896   -1896&lt;BR /&gt;memory     3131    1825    1306   58%&lt;BR /&gt;total      5179    3721    1458   72%       -       0    -&lt;BR /&gt;I dont see anything abnormal, except these kernel parameters if these are!!&lt;BR /&gt;&lt;BR /&gt;Please suggest...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Aug 2003 12:48:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-creating-a-process/m-p/3049015#M136161</guid>
      <dc:creator>Prashant Zanwar</dc:creator>
      <dc:date>2003-08-14T12:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while creating a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-creating-a-process/m-p/3049016#M136162</link>
      <description>what are the results of vmstat 5 5 and glance -m. Check for free mem.</description>
      <pubDate>Thu, 14 Aug 2003 12:54:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-creating-a-process/m-p/3049016#M136162</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-08-14T12:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while creating a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-creating-a-process/m-p/3049017#M136163</link>
      <description>Hi,&lt;BR /&gt;please check #file core , #what core and #strings core output. If #file core gives SEGSIGV then it is segment violation problem.This problem is definatly replated to kernal parameters which are replated to memory. For SEGSIGV you can tune maxxsiz, maxtsiz parameters.</description>
      <pubDate>Thu, 14 Aug 2003 13:00:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-creating-a-process/m-p/3049017#M136163</guid>
      <dc:creator>yogesh_4</dc:creator>
      <dc:date>2003-08-14T13:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while creating a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-creating-a-process/m-p/3049018#M136164</link>
      <description>You'll need to run the swapinfo -tm command when the error is occuring. If the CPU is heavily used, then you may momentarily out of swap space so use swapinfo to 'borrow' some space from a filesystem with lots of space. The space will be returned upon reboot. Check also that maxdsiz is a reasonable value (at least 64megs).</description>
      <pubDate>Thu, 14 Aug 2003 13:27:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-creating-a-process/m-p/3049018#M136164</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-08-14T13:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while creating a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-creating-a-process/m-p/3049019#M136165</link>
      <description>vmstat is showing enough memory available. &lt;BR /&gt;&lt;BR /&gt;And also swapinfo is alright. &lt;BR /&gt;&lt;BR /&gt;I am attaching the file for details..&lt;BR /&gt;&lt;BR /&gt;Please see and suggest..</description>
      <pubDate>Thu, 14 Aug 2003 13:40:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-creating-a-process/m-p/3049019#M136165</guid>
      <dc:creator>Prashant Zanwar</dc:creator>
      <dc:date>2003-08-14T13:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while creating a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-creating-a-process/m-p/3049020#M136166</link>
      <description>Post the results of file core, what core and strings core commands.&lt;BR /&gt;&lt;BR /&gt;Also do tusc -vfp "your command" and post. &lt;BR /&gt;&lt;BR /&gt;Kernel parameters seem OK.</description>
      <pubDate>Thu, 14 Aug 2003 13:45:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-creating-a-process/m-p/3049020#M136166</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-08-14T13:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while creating a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-creating-a-process/m-p/3049021#M136167</link>
      <description>Please see the core file details..&lt;BR /&gt;&lt;BR /&gt;This says cannot allocate memory..&lt;BR /&gt;&lt;BR /&gt;Please suggest...</description>
      <pubDate>Thu, 14 Aug 2003 13:58:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-creating-a-process/m-p/3049021#M136167</guid>
      <dc:creator>Prashant Zanwar</dc:creator>
      <dc:date>2003-08-14T13:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while creating a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-creating-a-process/m-p/3049022#M136168</link>
      <description>I cannot see tusc in path...&lt;BR /&gt;Can u tell where is that located...&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Prashant</description>
      <pubDate>Thu, 14 Aug 2003 14:00:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-creating-a-process/m-p/3049022#M136168</guid>
      <dc:creator>Prashant Zanwar</dc:creator>
      <dc:date>2003-08-14T14:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while creating a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-creating-a-process/m-p/3049023#M136169</link>
      <description>Are you seeing this with anything OTHER then telnet ?&lt;BR /&gt;&lt;BR /&gt;Are you seeing it consistently, intermittantly, or just one time ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If only telnet, did you check the device files as I listed above in response 2 ?</description>
      <pubDate>Thu, 14 Aug 2003 14:06:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-creating-a-process/m-p/3049023#M136169</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2003-08-14T14:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while creating a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-creating-a-process/m-p/3049024#M136170</link>
      <description>This is continuous problem...&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;-Prashant</description>
      <pubDate>Thu, 14 Aug 2003 14:16:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-creating-a-process/m-p/3049024#M136170</guid>
      <dc:creator>Prashant Zanwar</dc:creator>
      <dc:date>2003-08-14T14:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while creating a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-creating-a-process/m-p/3049025#M136171</link>
      <description>The out of memory messages are related to the "strings" run .. thats not what is in the "core" file.&lt;BR /&gt;&lt;BR /&gt;I would suggest looking to see if you have any processes that might be in a runaway state using lots of CPU ...&lt;BR /&gt;&lt;BR /&gt;I'd suggest you do:&lt;BR /&gt;&lt;BR /&gt;ps -ef | cut -c42-80 | sort -nr | head -15  &lt;BR /&gt;&lt;BR /&gt;Wait about two minutes and do it again and see which processes are gaining in CPU usage.&lt;BR /&gt;&lt;BR /&gt;If you spot one that is using a lot and shouldnt be then killing that process off would probably free up whatever resource is having a problem.&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Aug 2003 14:25:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-creating-a-process/m-p/3049025#M136171</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2003-08-14T14:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while creating a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-creating-a-process/m-p/3049026#M136172</link>
      <description>2575:23 oracleWPSRP (LOCAL=NO)&lt;BR /&gt; 607:48 statdaemon&lt;BR /&gt; 326:23 /usr/sbin/syncer&lt;BR /&gt; 167:07 vxfsd&lt;BR /&gt; 88:10 ora_snp0_WPSDV&lt;BR /&gt; 61:45 psmctd&lt;BR /&gt; 52:11 cclogd&lt;BR /&gt; 51:55 /opt/perf/bin/alarmgen -svr 3389&lt;BR /&gt; 45:54 /usr/sbin/pwgrd&lt;BR /&gt; 35:04 bgscollect -I noInstance -M /opt&lt;BR /&gt; 31:18 swapper&lt;BR /&gt; 27:32 opcmona&lt;BR /&gt; 27:02 vhand&lt;BR /&gt; 25:39 ora_snp0_WPSTR&lt;BR /&gt; 24:45 /opt/perf/bin/rep_server -t SCOP&lt;BR /&gt;&lt;BR /&gt;Below is output of above mentioned...&lt;BR /&gt;&lt;BR /&gt;Please suggest</description>
      <pubDate>Thu, 14 Aug 2003 14:28:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-creating-a-process/m-p/3049026#M136172</guid>
      <dc:creator>Prashant Zanwar</dc:creator>
      <dc:date>2003-08-14T14:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while creating a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-creating-a-process/m-p/3049027#M136173</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I dont know how, but this problem is no more existing. It got resolved on it own.&lt;BR /&gt;&lt;BR /&gt; Can someone plese tell how to see shared memory usage and what is maximum allowed for a process and how a process is using shared memory?&lt;BR /&gt;&lt;BR /&gt;Thanks to all who replied...and will reply..</description>
      <pubDate>Fri, 15 Aug 2003 10:30:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-while-creating-a-process/m-p/3049027#M136173</guid>
      <dc:creator>Prashant Zanwar</dc:creator>
      <dc:date>2003-08-15T10:30:35Z</dc:date>
    </item>
  </channel>
</rss>

