<?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: multiple cron processes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-cron-processes/m-p/3520501#M219835</link>
    <description>Yes there are jobs running at that time.  There are also jobs running or are started at other times but multiple "cron" daemons do not run.&lt;BR /&gt;So this could be part of the normal operation of cron.  My question would still be why is it not consistant ?  What would be the reasons for sometime yes sometime no ?&lt;BR /&gt;</description>
    <pubDate>Thu, 07 Apr 2005 17:20:50 GMT</pubDate>
    <dc:creator>Tim Nelson</dc:creator>
    <dc:date>2005-04-07T17:20:50Z</dc:date>
    <item>
      <title>multiple cron processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-cron-processes/m-p/3520499#M219833</link>
      <description>Anyone ever seen multiple cron daemon processes running on a system ?  I was investigating an issue with a cron job running or not running.  Happened to notice after collecting ps -e|grep cron over the course of 24 hours that occasionally there is more than one cron running.  The others PPID is the origional (pid 1547).  Just curious if this is normal albeit not consistant ( 4 times over the last 24 hours) and if normal why ?&lt;BR /&gt;&lt;BR /&gt;Wed Apr  6 23:00:00 CDT 2005&lt;BR /&gt;  1547 ?         1:43 cron&lt;BR /&gt; 11681 ?         0:00 cron&lt;BR /&gt; 11679 ?         0:00 cron&lt;BR /&gt; 11680 ?         0:00 cron&lt;BR /&gt; 11686 ?         0:00 cron&lt;BR /&gt; 11677 ?         0:00 cron&lt;BR /&gt;Wed Apr  6 23:01:01 CDT 2005&lt;BR /&gt;  1547 ?         1:44 cron&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Apr 2005 16:45:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-cron-processes/m-p/3520499#M219833</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2005-04-07T16:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: multiple cron processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-cron-processes/m-p/3520500#M219834</link>
      <description>This might occurr when a job that has been scheduled through cron is running.&lt;BR /&gt;&lt;BR /&gt;Check your crontab files and see if there are jobs that are scheduled around the time you see the multiple cron processes.</description>
      <pubDate>Thu, 07 Apr 2005 17:05:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-cron-processes/m-p/3520500#M219834</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-04-07T17:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: multiple cron processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-cron-processes/m-p/3520501#M219835</link>
      <description>Yes there are jobs running at that time.  There are also jobs running or are started at other times but multiple "cron" daemons do not run.&lt;BR /&gt;So this could be part of the normal operation of cron.  My question would still be why is it not consistant ?  What would be the reasons for sometime yes sometime no ?&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Apr 2005 17:20:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-cron-processes/m-p/3520501#M219835</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2005-04-07T17:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: multiple cron processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-cron-processes/m-p/3520502#M219836</link>
      <description>It may not be normal.  Generally the cron should start with the startup script /sbin/init.d/cron at system startup.  If I do a ps -fe |grep cron I can see only 1 cron process running (note that you have collected the info over the course of 24 hours, which I have not at this time) however, if I try to start another cron process (/sbin/init.d/cron start) I receive this message:  ! cron is already running Thu Apr  7 16:27:54 PDT 2005&lt;BR /&gt;! ******* CRON ABORTED ******** Thu Apr  7 16:27:54 PDT 2005.  So I am not able to start another cron daemon.  Perhaps it could be patch related.</description>
      <pubDate>Thu, 07 Apr 2005 18:11:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-cron-processes/m-p/3520502#M219836</guid>
      <dc:creator>Alberto Ochoa</dc:creator>
      <dc:date>2005-04-07T18:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: multiple cron processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-cron-processes/m-p/3520503#M219837</link>
      <description>I suspect that you will find that each of these crons has at least 1 child process that&lt;BR /&gt;has failed to terminate. Cron has to fork() to execute the processes. Look for child processes that have a parent PID equal to those cron PID's.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Look for the latest cron cumulative patch appropriate to your OS but I don't think that is going to help. You have processes spawned by cron that failed to terminate and each of these crons is doing a wait().&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Apr 2005 18:56:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-cron-processes/m-p/3520503#M219837</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-04-07T18:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: multiple cron processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-cron-processes/m-p/3520504#M219838</link>
      <description>Thanks guys.  I will modify my monitory to look for any children of these cron processes.  I will update this once I get a hit.&lt;BR /&gt;&lt;BR /&gt;Gracias !!&lt;BR /&gt;Tim&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Apr 2005 08:53:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-cron-processes/m-p/3520504#M219838</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2005-04-08T08:53:24Z</dc:date>
    </item>
  </channel>
</rss>

