<?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: psmctd process using up 100% cpu time!!! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/psmctd-process-using-up-100-cpu-time/m-p/3040716#M134331</link>
    <description>Also try this:&lt;BR /&gt;if problem with psmctd deamon ( not running ) do this :&lt;BR /&gt;&lt;BR /&gt;cd /var/stm/data&lt;BR /&gt;mv psm_data psm_data.old&lt;BR /&gt;touch psm_data&lt;BR /&gt;as root : /etc/opt/resmon/lbin/monconfig ...then k for kill&lt;BR /&gt;Stop diagnostics:&lt;BR /&gt;/sbin/init.d/diagnostic stop ( wait untill all prcesses are killed) this will ta&lt;BR /&gt;ke a while&lt;BR /&gt;/sbin/init.d/diagnostic start ( wait unit all processes are started) this will t&lt;BR /&gt;ake a while.&lt;BR /&gt;as root : /etc/opt/resmon/lbin/monconfig ...then e for enable&lt;BR /&gt;</description>
    <pubDate>Tue, 05 Aug 2003 13:51:27 GMT</pubDate>
    <dc:creator>Ron Barnett</dc:creator>
    <dc:date>2003-08-05T13:51:27Z</dc:date>
    <item>
      <title>psmctd process using up 100% cpu time!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/psmctd-process-using-up-100-cpu-time/m-p/3040714#M134329</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I hope this is the correct forum for this quastion! &lt;BR /&gt;&lt;BR /&gt;I have the psmctd process taking up 100% of cpu time of 1/12 cpus on a HP 9000/800 v2600 server. HP-UX version is 11.11. My questions are:&lt;BR /&gt;&lt;BR /&gt;1. I want to know why it is taking up 100% time! I just know that it monitors peripheral devices. I want to know if I can run any diagnostics and see what exactly the issue is!&lt;BR /&gt;&lt;BR /&gt;2. Sample output from /etc/opt/resmon/log/client.log&lt;BR /&gt;-------------------Start Event--------------------&lt;BR /&gt;User event occurred at Mon Aug  4 10:58:05.984443 2003&lt;BR /&gt;Process ID: 21983 (/etc/opt/resmon/lbin/startmon_client)   Log Level: Error&lt;BR /&gt;Monitor request was not accepted&lt;BR /&gt;-------------------End Event----------------------&lt;BR /&gt;&lt;BR /&gt;-------------------Start Event--------------------&lt;BR /&gt;User event occurred at Mon Aug  4 10:58:05.987595 2003&lt;BR /&gt;Process ID: 21983 (/etc/opt/resmon/lbin/startmon_client)   Log Level: Error&lt;BR /&gt;Error in receive_monitor_reply function.&lt;BR /&gt;: Internal error: error code = 1878986968: Socket is already connected&lt;BR /&gt;-------------------End Event-------------------&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;3. What other log files give additional info?  I would like to investigate the issue, find the cause and fix it! &lt;BR /&gt;&lt;BR /&gt;4. Will retsrting the process resolve the issue? If so how can I do it? How will this affect psmmon process?&lt;BR /&gt;&lt;BR /&gt;Any help is greatly appreciated!&lt;BR /&gt;&lt;BR /&gt;TIA,&lt;BR /&gt;&lt;BR /&gt;Raj.</description>
      <pubDate>Mon, 04 Aug 2003 16:19:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/psmctd-process-using-up-100-cpu-time/m-p/3040714#M134329</guid>
      <dc:creator>Rajasekhar Mamudur</dc:creator>
      <dc:date>2003-08-04T16:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: psmctd process using up 100% cpu time!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/psmctd-process-using-up-100-cpu-time/m-p/3040715#M134330</link>
      <description>&lt;BR /&gt;using "lsof" determine what has ports 49212, 49312 and 49313 open.&lt;BR /&gt;&lt;BR /&gt; lsof | grep -e 49212 -e 49312 -e 49313&lt;BR /&gt;psmctd     2227 root    1u  inet  0x492b7d00  0t67925   TCP vpart1.paychex.com:49212-&amp;gt;vpart1.paychex.com:registrar (ESTABLISHED)&lt;BR /&gt;psmctd     2227 root    2u  inet  0x49027800      0t0   TCP *:49312 (LISTEN)&lt;BR /&gt;psmctd     2227 root    4u  inet  0x49027e00      0t0   TCP *:49313 (LISTEN)&lt;BR /&gt;registrar  2234 root    0u  inet  0x4994d1c0  0t67925   TCP vpart1.paychex.com:registrar-&amp;gt;vpart1.paychex.com:49212 (ESTABLISHED)&lt;BR /&gt;registrar  2234 root    1u  inet  0x4994d1c0  0t67925   TCP vpart1.paychex.com:registrar-&amp;gt;vpart1.paychex.com:49212 (ESTABLISHED)&lt;BR /&gt;lsof: WARNING: /.lsof_vpart1 was updated.&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if you don't have "lsof" get it from here: &lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.67/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.67/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 04 Aug 2003 16:37:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/psmctd-process-using-up-100-cpu-time/m-p/3040715#M134330</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2003-08-04T16:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: psmctd process using up 100% cpu time!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/psmctd-process-using-up-100-cpu-time/m-p/3040716#M134331</link>
      <description>Also try this:&lt;BR /&gt;if problem with psmctd deamon ( not running ) do this :&lt;BR /&gt;&lt;BR /&gt;cd /var/stm/data&lt;BR /&gt;mv psm_data psm_data.old&lt;BR /&gt;touch psm_data&lt;BR /&gt;as root : /etc/opt/resmon/lbin/monconfig ...then k for kill&lt;BR /&gt;Stop diagnostics:&lt;BR /&gt;/sbin/init.d/diagnostic stop ( wait untill all prcesses are killed) this will ta&lt;BR /&gt;ke a while&lt;BR /&gt;/sbin/init.d/diagnostic start ( wait unit all processes are started) this will t&lt;BR /&gt;ake a while.&lt;BR /&gt;as root : /etc/opt/resmon/lbin/monconfig ...then e for enable&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Aug 2003 13:51:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/psmctd-process-using-up-100-cpu-time/m-p/3040716#M134331</guid>
      <dc:creator>Ron Barnett</dc:creator>
      <dc:date>2003-08-05T13:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: psmctd process using up 100% cpu time!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/psmctd-process-using-up-100-cpu-time/m-p/3040717#M134332</link>
      <description>Raj,&lt;BR /&gt;&lt;BR /&gt;Take a look at this document:&lt;BR /&gt;Date: 5/28/03&lt;BR /&gt;Document description: psmctd is using alot of CPU.&lt;BR /&gt;Document id: KBRC00012536&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000068695470" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000068695470&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Elena.</description>
      <pubDate>Tue, 05 Aug 2003 13:58:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/psmctd-process-using-up-100-cpu-time/m-p/3040717#M134332</guid>
      <dc:creator>Elena Leontieva</dc:creator>
      <dc:date>2003-08-05T13:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: psmctd process using up 100% cpu time!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/psmctd-process-using-up-100-cpu-time/m-p/3040718#M134333</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Thank you Harry, Ron and Elena.&lt;BR /&gt;&lt;BR /&gt;Harry: I was able to install lsof but, I got an error when ran it. I have not been able spend time on it to get it going. I will fix it soon.&lt;BR /&gt;&lt;BR /&gt;Ron:Thank you very much, I was able to stop it and start the diagnostic and the related processes.&lt;BR /&gt;&lt;BR /&gt;Elena: Thanks for that link. That did not work for me. The file was present for me.&lt;BR /&gt;&lt;BR /&gt;I read somewhere that booting the server twice in quick succession may cause this problem. This did happen the previous weekend, but we did not face the issue until 3 days back.&lt;BR /&gt;&lt;BR /&gt;What is the relevant document that describes the diagnostics? Is it the EMS guide?&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;Raj.</description>
      <pubDate>Tue, 05 Aug 2003 18:01:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/psmctd-process-using-up-100-cpu-time/m-p/3040718#M134333</guid>
      <dc:creator>Rajasekhar Mamudur</dc:creator>
      <dc:date>2003-08-05T18:01:58Z</dc:date>
    </item>
  </channel>
</rss>

