<?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 clnt_udp error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/clnt-udp-error/m-p/2818760#M86115</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The following messages keep pop up whenever I login to the system (HP K420/OS: B.10.20, 32-bit). &lt;BR /&gt;&lt;BR /&gt;############ ERRORS FOUND AT BOOT ############ &lt;BR /&gt;clntudp_create: out of memory &lt;BR /&gt;clntudp_create: out of memory &lt;BR /&gt;clntudp_create: out of memory &lt;BR /&gt;############################################## &lt;BR /&gt;&lt;BR /&gt;The errors will disappear after rebooting the machine. After 2~3 days the error pop up again and sometime have to wait untill the errors stopped. I wonder because the machine have enough memory.&lt;BR /&gt;&lt;BR /&gt;Memory Information:&lt;BR /&gt;    physical page size = 4096 bytes, logical page size = 4096 bytes&lt;BR /&gt;    Physical: 1179648 Kbytes, lockable: 912248 Kbytes, available: 1049204 Kbytes&lt;BR /&gt;&lt;BR /&gt;Please advise.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Munawwar&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 04 Oct 2002 02:45:08 GMT</pubDate>
    <dc:creator>Ahmad Munawwar</dc:creator>
    <dc:date>2002-10-04T02:45:08Z</dc:date>
    <item>
      <title>clnt_udp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clnt-udp-error/m-p/2818760#M86115</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The following messages keep pop up whenever I login to the system (HP K420/OS: B.10.20, 32-bit). &lt;BR /&gt;&lt;BR /&gt;############ ERRORS FOUND AT BOOT ############ &lt;BR /&gt;clntudp_create: out of memory &lt;BR /&gt;clntudp_create: out of memory &lt;BR /&gt;clntudp_create: out of memory &lt;BR /&gt;############################################## &lt;BR /&gt;&lt;BR /&gt;The errors will disappear after rebooting the machine. After 2~3 days the error pop up again and sometime have to wait untill the errors stopped. I wonder because the machine have enough memory.&lt;BR /&gt;&lt;BR /&gt;Memory Information:&lt;BR /&gt;    physical page size = 4096 bytes, logical page size = 4096 bytes&lt;BR /&gt;    Physical: 1179648 Kbytes, lockable: 912248 Kbytes, available: 1049204 Kbytes&lt;BR /&gt;&lt;BR /&gt;Please advise.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Munawwar&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Oct 2002 02:45:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clnt-udp-error/m-p/2818760#M86115</guid>
      <dc:creator>Ahmad Munawwar</dc:creator>
      <dc:date>2002-10-04T02:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: clnt_udp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clnt-udp-error/m-p/2818761#M86116</link>
      <description>These messages are for lack of free memory on the system.&lt;BR /&gt;&lt;BR /&gt;Just do a&lt;BR /&gt;#UNIX95= ps -e -o ruser,pid,vsz=Kbytes|more &lt;BR /&gt;&lt;BR /&gt;to find out the processes using most of your memory.&lt;BR /&gt;How much swap space you have for this 1Gb of RAM.&lt;BR /&gt;What are the applications you are running?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 04 Oct 2002 05:40:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clnt-udp-error/m-p/2818761#M86116</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-10-04T05:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: clnt_udp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clnt-udp-error/m-p/2818762#M86117</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;available: 1049204 &lt;BR /&gt;This value is static. But we have to find out&lt;BR /&gt;the real-time memory out occupied out of the available memory. This error is returned when&lt;BR /&gt;malloc() fails .&lt;BR /&gt;#top &lt;BR /&gt;See the free memory.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Oct 2002 06:08:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clnt-udp-error/m-p/2818762#M86117</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-10-04T06:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: clnt_udp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clnt-udp-error/m-p/2818763#M86118</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The system running TMOS (Telecom Management  Operating System) application.&lt;BR /&gt;&lt;BR /&gt;Here is the result of the command, i failed to run UNIX95= command, any idea&lt;BR /&gt;&lt;BR /&gt;Script started on Fri Oct  4 16:22:42 2002&lt;BR /&gt;[TMOS#2] root@s09brf07:/&amp;gt; swapinfo&lt;BR /&gt;&lt;BR /&gt;             Kb      Kb      Kb   PCT  START/      Kb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev      614400    8872  605528    1%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;dev      614400    9684  604716    2%       0       -    1  /dev/vg01/swap2&lt;BR /&gt;reserve       -  494520 -494520&lt;BR /&gt;memory   916196  789408  126788   86%&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[TMOS#2] root@s09brf07:/&amp;gt; UNIX95= ps -e -o ruser,pid,vsz=Kbytes|more &lt;BR /&gt;&lt;BR /&gt;UNIX95=: Command not found.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[TMOS#2] root@s09brf07:/&amp;gt; bdf&lt;BR /&gt;&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol1      79701   51852   19878   72% /&lt;BR /&gt;/dev/vg00/lvol6     288157  208732   50609   80% /var&lt;BR /&gt;/dev/vg00/lvol5     498645  353762   95018   79% /usr&lt;BR /&gt;/dev/vg00/lvol4      46069   35427    6035   85% /tmp&lt;BR /&gt;/dev/vg00/lvol3     498645  443111    5669   99% /opt&lt;BR /&gt;/dev/vg01/fs1      10519338 7879458 1587946   83% /fs1&lt;BR /&gt;[TMOS#2] root@s09brf07:/&amp;gt; top&lt;BR /&gt;&lt;BR /&gt;Result of top command&lt;BR /&gt;Memory: 193816K (136420K) real, 208620K (144952K) virtual, 43596K free  Page# 1/4&lt;BR /&gt;&lt;BR /&gt;As you can see the /opt is 99%, do you think this cause the problem?&lt;BR /&gt;&lt;BR /&gt;br,&lt;BR /&gt;Munawwar</description>
      <pubDate>Fri, 04 Oct 2002 07:30:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clnt-udp-error/m-p/2818763#M86118</guid>
      <dc:creator>Ahmad Munawwar</dc:creator>
      <dc:date>2002-10-04T07:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: clnt_udp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clnt-udp-error/m-p/2818764#M86119</link>
      <description>use ksh or sh for &lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -e -o ruser,pid,vsz=Kbytes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 04 Oct 2002 07:47:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clnt-udp-error/m-p/2818764#M86119</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-10-04T07:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: clnt_udp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clnt-udp-error/m-p/2818765#M86120</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I find the workaround to resolve the problem, it is to empty the file "/var/tmos/logs/cap/TMOS_RC.log".&lt;BR /&gt;&lt;BR /&gt;Thank you for your guide&lt;BR /&gt;&lt;BR /&gt;br,&lt;BR /&gt;munawwar</description>
      <pubDate>Fri, 25 Oct 2002 01:18:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clnt-udp-error/m-p/2818765#M86120</guid>
      <dc:creator>Ahmad Munawwar</dc:creator>
      <dc:date>2002-10-25T01:18:22Z</dc:date>
    </item>
  </channel>
</rss>

