<?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: Cron issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-issue/m-p/4128882#M727587</link>
    <description>wow; talk about timing.  I just ran into this issue just this morning.&lt;BR /&gt;&lt;BR /&gt;1.  ps -ef | grep cron; ID the PID that's running cron&lt;BR /&gt;2.  ps -ef | grep ${pid}&lt;BR /&gt;&lt;BR /&gt;You'll probably find 200+ jobs that were run via cron.   Kill them and cron will start working again.&lt;BR /&gt;&lt;BR /&gt;The short answer is that the script/process isn't dying so it's not freeing up the queue entry in cron.  Once that fills up, no more cron jobs can be run.&lt;BR /&gt;&lt;BR /&gt;After you kill all the extraneous processes, comment the script out of whatever cron tab started it and then fix the script.&lt;BR /&gt;&lt;BR /&gt;Doug</description>
    <pubDate>Mon, 14 Jan 2008 15:53:49 GMT</pubDate>
    <dc:creator>Doug O'Leary</dc:creator>
    <dc:date>2008-01-14T15:53:49Z</dc:date>
    <item>
      <title>Cron issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-issue/m-p/4128878#M727583</link>
      <description>Hello All&lt;BR /&gt;&lt;BR /&gt;Cron is not running any jobs in crontab, in the cron logs all i get is the following.. around hundreds of messages every minute.&lt;BR /&gt;-------------------------------------------&lt;BR /&gt;! a queue max run limit reached Mon Jan 14 09:21:23 CST 2008&lt;BR /&gt;! rescheduling at job Mon Jan 14 09:21:23 CST 2008&lt;BR /&gt;! a queue max run limit reached Mon Jan 14 09:21:23 CST 2008&lt;BR /&gt;! rescheduling at job Mon Jan 14 09:21:23 CST 2008&lt;BR /&gt;! a queue max run limit reached Mon Jan 14 09:21:23 CST 2008&lt;BR /&gt;! rescheduling at job Mon Jan 14 09:21:23 CST 2008&lt;BR /&gt;! a queue max run limit reached Mon Jan 14 09:21:23 CST 2008&lt;BR /&gt;! rescheduling at job Mon Jan 14 09:21:23 CST 2008&lt;BR /&gt;! a queue max run limit reached Mon Jan 14 09:21:23 CST 2008&lt;BR /&gt;! rescheduling at job Mon Jan 14 09:21:23 CST 2008&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I cleared the crontab but still I'm getting those messages. even tried with stop and start the cron, but nothing works. would anybody help me with this.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Rahul.&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jan 2008 15:28:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-issue/m-p/4128878#M727583</guid>
      <dc:creator>Rahul Pednekar</dc:creator>
      <dc:date>2008-01-14T15:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cron issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-issue/m-p/4128879#M727584</link>
      <description>Adapt your queues.&lt;BR /&gt;See "man queuedefs"</description>
      <pubDate>Mon, 14 Jan 2008 15:36:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-issue/m-p/4128879#M727584</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2008-01-14T15:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Cron issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-issue/m-p/4128880#M727585</link>
      <description>Hi Rahul:&lt;BR /&gt;&lt;BR /&gt;You have the maximum number of jobs already running and 'cron' will not start any more: "a queue max run limit reached ".  The 'a' is queue 'a'.  See:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B3921-60631/queuedefs.4.html" target="_blank"&gt;http://docs.hp.com/en/B3921-60631/queuedefs.4.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 14 Jan 2008 15:37:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-issue/m-p/4128880#M727585</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-01-14T15:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cron issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-issue/m-p/4128881#M727586</link>
      <description>The "a" queue is for at jobs.  Try doing an "at -l" and see what you have for jobs queued up.&lt;BR /&gt;&lt;BR /&gt;The limit is defined in, and may be able to be raised via, /var/adm/cron/queuedefs (see queuedefs(4)).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 14 Jan 2008 15:46:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-issue/m-p/4128881#M727586</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2008-01-14T15:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cron issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-issue/m-p/4128882#M727587</link>
      <description>wow; talk about timing.  I just ran into this issue just this morning.&lt;BR /&gt;&lt;BR /&gt;1.  ps -ef | grep cron; ID the PID that's running cron&lt;BR /&gt;2.  ps -ef | grep ${pid}&lt;BR /&gt;&lt;BR /&gt;You'll probably find 200+ jobs that were run via cron.   Kill them and cron will start working again.&lt;BR /&gt;&lt;BR /&gt;The short answer is that the script/process isn't dying so it's not freeing up the queue entry in cron.  Once that fills up, no more cron jobs can be run.&lt;BR /&gt;&lt;BR /&gt;After you kill all the extraneous processes, comment the script out of whatever cron tab started it and then fix the script.&lt;BR /&gt;&lt;BR /&gt;Doug</description>
      <pubDate>Mon, 14 Jan 2008 15:53:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-issue/m-p/4128882#M727587</guid>
      <dc:creator>Doug O'Leary</dc:creator>
      <dc:date>2008-01-14T15:53:49Z</dc:date>
    </item>
  </channel>
</rss>

