<?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: Killing emagent ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/killing-emagent/m-p/4414006#M353418</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;Can I kill the processes with ppid 1 ?&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Are you aware that pid 1 is init process? Don't attempt to kill init process.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 06 May 2009 08:31:33 GMT</pubDate>
    <dc:creator>Ganesan R</dc:creator>
    <dc:date>2009-05-06T08:31:33Z</dc:date>
    <item>
      <title>Killing emagent ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/killing-emagent/m-p/4414004#M353416</link>
      <description>I have following emagents running on my hp box&lt;BR /&gt;&lt;BR /&gt;ps -ef |grep emagent&lt;BR /&gt;  oracle 28709     1  0  Mar 23  ?        521:03 /u01/app/oracle/product/10.1.0/db_1/bin/emagent&lt;BR /&gt;  oracle 22124     1  0  Feb 27  ?        84:05 /u01/app/oracle/product/10.1.0/db_1/bin/emagent&lt;BR /&gt;    root 14658  4135  0 09:50:44 pts/3     0:00 grep emagent&lt;BR /&gt;  oracle 13023 12563  0 15:59:02 ?         0:18 /u01/app/oracle/product/10.1.0/db_1/bin/emagent&lt;BR /&gt;  oracle  7779  7118  0  May  1  ?         5:12 /u01/app/oracle/product/10.1.0/db_1/bin/emagent&lt;BR /&gt;  oracle  8248  7745  0 15:38:23 ?         0:19 /u01/app/oracle/product/10.1.0/db_1/bin/emagent&lt;BR /&gt;  oracle 19922 19338  0  May  1  ?         4:49 /u01/app/oracle/product/10.1.0/db_1/bin/emagent&lt;BR /&gt;&lt;BR /&gt;What are these processes?&lt;BR /&gt;Can I kill the processes with ppid 1 ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanking you in advance?</description>
      <pubDate>Wed, 06 May 2009 07:52:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/killing-emagent/m-p/4414004#M353416</guid>
      <dc:creator>kpatel786</dc:creator>
      <dc:date>2009-05-06T07:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Killing emagent ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/killing-emagent/m-p/4414005#M353417</link>
      <description>Hi,&lt;BR /&gt;emagent is the agent of oracle entreprise manager&lt;BR /&gt;go to su - oracle and&lt;BR /&gt;emctl status agent to check it&lt;BR /&gt;you could after do &lt;BR /&gt;emctl stop agent&lt;BR /&gt;emctl start agent&lt;BR /&gt;Don't kill of course 1 just kill 28709 and 22124.&lt;BR /&gt;Hope it helps</description>
      <pubDate>Wed, 06 May 2009 08:13:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/killing-emagent/m-p/4414005#M353417</guid>
      <dc:creator>smatador</dc:creator>
      <dc:date>2009-05-06T08:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Killing emagent ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/killing-emagent/m-p/4414006#M353418</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;Can I kill the processes with ppid 1 ?&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Are you aware that pid 1 is init process? Don't attempt to kill init process.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 May 2009 08:31:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/killing-emagent/m-p/4414006#M353418</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-05-06T08:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Killing emagent ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/killing-emagent/m-p/4414007#M353419</link>
      <description>&amp;gt;Ganesan: Are you aware that pid 1 is init process? Don't attempt to kill init process.&lt;BR /&gt;&lt;BR /&gt;kpatel786 said PPID, not PID.&lt;BR /&gt;And you can't kill init, not that I suggest you try.  kill(2) says:&lt;BR /&gt;pid can equal 1 unless sig is SIGKILL or SIGSTOP.</description>
      <pubDate>Wed, 06 May 2009 20:45:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/killing-emagent/m-p/4414007#M353419</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-05-06T20:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Killing emagent ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/killing-emagent/m-p/4414008#M353420</link>
      <description>Thanks all for your reply. I was not intending to kill init process. I was asking about the process 28709 and 22124.</description>
      <pubDate>Thu, 07 May 2009 06:26:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/killing-emagent/m-p/4414008#M353420</guid>
      <dc:creator>kpatel786</dc:creator>
      <dc:date>2009-05-07T06:26:08Z</dc:date>
    </item>
  </channel>
</rss>

