<?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: Parent Process ids in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/parent-process-ids/m-p/2546354#M875060</link>
    <description>Hi,&lt;BR /&gt;when any process(b) is running if the parent process(a) of that process(b)dies then process(b) becomes orphan, unix is designed like that if any process becomes orphan then it's ppid will be set to pid of init which is 1. After process(b) completes its job, the pid and ppid of that process(b) will be withdrawn by the os.</description>
    <pubDate>Thu, 28 Jun 2001 12:38:25 GMT</pubDate>
    <dc:creator>Ravi_8</dc:creator>
    <dc:date>2001-06-28T12:38:25Z</dc:date>
    <item>
      <title>Parent Process ids</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/parent-process-ids/m-p/2546351#M875057</link>
      <description>Hi,&lt;BR /&gt;  In my server when i do a ps -ef &lt;BR /&gt;the following output comes in the screen with all the parent process id's as 1&lt;BR /&gt;admpadm 11916     1  0 23:46:17 ?         0:19 startup/AsGwyServer_inms03p12.sh -ms16m -mx32m -Duser.timezo&lt;BR /&gt;admpadm 10708     1  0 23:41:04 ?         8:28 startup/INCorrelatorEngineServer.sh -ms16m -mx32m -Duser.tim&lt;BR /&gt; admpadm 10929     1  0 23:42:25 ?         0:44 startup/S12_2CorrelatorEngineServer.sh -ms16m -mx32m -Duser.&lt;BR /&gt; admpadm  9385     1  0 23:32:38 ?         0:00 /opt/alcatel/admp/scripts/startup/SecurityGatewayServer.sh /&lt;BR /&gt;      as  4236     1  0 23:14:10 ?        21:59 bin/ascurim&lt;BR /&gt; admpadm  9423     1  0 23:32:48 ?         0:12 startup/SecurityOSGatewayServer.sh -ms16m -mx32m -Duser.time&lt;BR /&gt;     sec  9355     1  0 23:32:28 ?         0:13 /opt/almap/sec/bin/lss&lt;BR /&gt; admpadm 11219     1  0 23:43:37 ?         3:41 startup/SNMP_0CorrelatorEngineServer.sh -ms16m -mx32m -Duser&lt;BR /&gt; admpadm  4382     1  0 23:14:21 ?   &lt;BR /&gt;&lt;BR /&gt;Can anyone ls tell why the parent process id's are showing as 1 and is there any patches needs to be installed if its a kernel problem?</description>
      <pubDate>Thu, 28 Jun 2001 11:54:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/parent-process-ids/m-p/2546351#M875057</guid>
      <dc:creator>ramesh_4</dc:creator>
      <dc:date>2001-06-28T11:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Parent Process ids</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/parent-process-ids/m-p/2546352#M875058</link>
      <description>Hi,&lt;BR /&gt;What makes you think youre having trouble?&lt;BR /&gt;parent ID of 1 can mean it has been launched by init,  the other case is of orphaned process, in this case you will have to kill the processes...&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;&lt;BR /&gt;Victor</description>
      <pubDate>Thu, 28 Jun 2001 12:11:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/parent-process-ids/m-p/2546352#M875058</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2001-06-28T12:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Parent Process ids</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/parent-process-ids/m-p/2546353#M875059</link>
      <description>Hi there.&lt;BR /&gt;If a process looses connection to its original parent, the init process will take over as parent process. If you start a program running in the background ( &amp;amp; ) from a script and you kill the script's process id, the program's parent id will be 1 ( init ), because no process can run without a parent except for the swapper ( process id 0 ppid 0 ).&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes</description>
      <pubDate>Thu, 28 Jun 2001 12:14:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/parent-process-ids/m-p/2546353#M875059</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2001-06-28T12:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Parent Process ids</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/parent-process-ids/m-p/2546354#M875060</link>
      <description>Hi,&lt;BR /&gt;when any process(b) is running if the parent process(a) of that process(b)dies then process(b) becomes orphan, unix is designed like that if any process becomes orphan then it's ppid will be set to pid of init which is 1. After process(b) completes its job, the pid and ppid of that process(b) will be withdrawn by the os.</description>
      <pubDate>Thu, 28 Jun 2001 12:38:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/parent-process-ids/m-p/2546354#M875060</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2001-06-28T12:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Parent Process ids</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/parent-process-ids/m-p/2546355#M875061</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;1. The process id 1 is init.&lt;BR /&gt;This process is created after the swapper ( id = 0 ).&lt;BR /&gt;2. If you got a process P0 which creates a child P1 and the parent process die ( P0 ) before the P1 is die, so the new parent for P1 will be init process ( id = 1 ). This technic prevents from zambie's process ( By executing a wait() function for each exit() function executed by a process ).&lt;BR /&gt;&lt;BR /&gt;3. All server (in terms of applications ) implements this feature in order to respond to clients requests.&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Jun 2001 14:02:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/parent-process-ids/m-p/2546355#M875061</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2001-06-28T14:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Parent Process ids</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/parent-process-ids/m-p/2546356#M875062</link>
      <description>Ramesh,&lt;BR /&gt;&lt;BR /&gt;I think, These process are started duing the system startup by init process.. this happens when a root does su - the user and then start any daemons OR processes. Nothing to worry about.. it is a normal behaviour. If you start them manually they will habe your process ID as PPID.&lt;BR /&gt;&lt;BR /&gt;hope this helps&lt;BR /&gt;Manju</description>
      <pubDate>Fri, 29 Jun 2001 06:03:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/parent-process-ids/m-p/2546356#M875062</guid>
      <dc:creator>Manju Kampli</dc:creator>
      <dc:date>2001-06-29T06:03:51Z</dc:date>
    </item>
  </channel>
</rss>

