<?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: memory issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/4467248#M360673</link>
    <description>Shalom Rav,&lt;BR /&gt;&lt;BR /&gt;A script or application is trying to run chown and chmod processes and they are not terminating normally.&lt;BR /&gt;&lt;BR /&gt;This is almost always bad code.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 27 Jul 2009 15:54:11 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2009-07-27T15:54:11Z</dc:date>
    <item>
      <title>memory issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/4467244#M360669</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Every couple of mintutes, I can see lots of chmod, chown, chgrp proceses running on HP-UX server  died state. &lt;BR /&gt;&lt;BR /&gt;This is the output from glance tool..&lt;BR /&gt;&lt;BR /&gt;chown 18731 root 0.4 1 1.2 47.5mb 81.0mb died &lt;BR /&gt;chown 18716 root 0.4 1 1.2 47.5mb 81.0mb died &lt;BR /&gt;chown 18735 root 0.4 1 1.2 47.5mb 81.0mb died &lt;BR /&gt;chmod 18705 root 0.4 1 1.0 47.5mb 81.0mb died &lt;BR /&gt;chown 18720 root 0.4 1 1.2 47.5mb 80.9mb died &lt;BR /&gt;bdf 18753 root 0.4 1 1.0 47.5mb 81.0mb died &lt;BR /&gt;chmod 18732 root 0.4 1 1.0 47.5mb 81.0mb died &lt;BR /&gt;chmod 18714 root 0.4 1 1.0 47.5mb 81.0mb died &lt;BR /&gt;chmod 18726 root 0.4 1 1.0 47.5mb 81.0mb died &lt;BR /&gt;df 18736 root 0.4 1 1.0 47.5mb 81.0mb died &lt;BR /&gt;chown 18725 root 0.4 1 1.2 47.5mb 81.0mb died &lt;BR /&gt;chown 18713 root 0.4 1 1.2 47.5mb 80.9mb died &lt;BR /&gt;chown 18706 root 0.4 1 1.2 47.5mb 81.0mb died &lt;BR /&gt;&lt;BR /&gt;It is happening very frequently. I cheked any cron jobs running on the server for the same but nothing is present on the same..&lt;BR /&gt;&lt;BR /&gt;Pls help..&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rav</description>
      <pubDate>Mon, 27 Jul 2009 11:34:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/4467244#M360669</guid>
      <dc:creator>Ravikant</dc:creator>
      <dc:date>2009-07-27T11:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: memory issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/4467245#M360670</link>
      <description>Most probably, an agent of some third party application is responsible for running this many processes at one time. It sounds like this is some sort of a monitoring agent to me but it is just a guess. Try to find the parent process id of the chown processes from the output of command 'ps -ef' and see what process is launching them.</description>
      <pubDate>Mon, 27 Jul 2009 11:47:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/4467245#M360670</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-07-27T11:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: memory issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/4467246#M360671</link>
      <description>Is anything using "swverify -F" or using swinstall?&lt;BR /&gt;&lt;BR /&gt;As Mel said, using ps(1) may give you a clue what's going on.</description>
      <pubDate>Mon, 27 Jul 2009 15:31:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/4467246#M360671</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-07-27T15:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: memory issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/4467247#M360672</link>
      <description>Hi Rav:&lt;BR /&gt;&lt;BR /&gt;Moreover, whatever is running is lousy, needlessly (probably) resource-intensive code.&lt;BR /&gt;&lt;BR /&gt;Both 'chown' and 'chmod' allow a list of files to be specified.  In that way, _one_ process can suffice to change many, many files.  This will be far faster and less resource-intensive than the repetitive calls.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 27 Jul 2009 15:44:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/4467247#M360672</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-07-27T15:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: memory issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/4467248#M360673</link>
      <description>Shalom Rav,&lt;BR /&gt;&lt;BR /&gt;A script or application is trying to run chown and chmod processes and they are not terminating normally.&lt;BR /&gt;&lt;BR /&gt;This is almost always bad code.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 27 Jul 2009 15:54:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/4467248#M360673</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-07-27T15:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: memory issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/4467249#M360674</link>
      <description>&amp;gt;SEP: and they are not terminating normally.&lt;BR /&gt;&lt;BR /&gt;I'm not sure how you know this?  All processes die, some abnormally.</description>
      <pubDate>Mon, 27 Jul 2009 16:14:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/4467249#M360674</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-07-27T16:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: memory issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/4467250#M360675</link>
      <description>Thanks everyone..Got the details..one of the monitoring tool running those processes..&lt;BR /&gt;&lt;BR /&gt;We are taking up with monitoring team....&lt;BR /&gt;&lt;BR /&gt;P.S. I don't see the point tab enable to provide the points to u..:-(&lt;BR /&gt;&lt;BR /&gt;regds.&lt;BR /&gt;Rav</description>
      <pubDate>Wed, 29 Jul 2009 14:37:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/4467250#M360675</guid>
      <dc:creator>Ravikant</dc:creator>
      <dc:date>2009-07-29T14:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: memory issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/4467251#M360676</link>
      <description>&amp;gt;I don't see the point tab enable to provide the points to you..:-(&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There is a submit points button on the bottom left.  There are drop down points menus for EACH reply.</description>
      <pubDate>Wed, 29 Jul 2009 20:04:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/4467251#M360676</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-07-29T20:04:23Z</dc:date>
    </item>
  </channel>
</rss>

