<?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 Clock Daemon Job 22583 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/clock-daemon-job-22583/m-p/5407303#M476909</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/usr/sbin/cron(1M) Clock Daemon Job 22583 Cron command of root with pid 22583 failed (rc = 1)&lt;/P&gt;&lt;P&gt;Can anyone let me know what is this error and how to resolve this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have checked and found cron daemon is running.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#-&amp;gt; ps -ef | grep -i cron&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; root&amp;nbsp; 3139&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp; 0&amp;nbsp; Jul 16&amp;nbsp; ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1:55 /usr/sbin/cron&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; root&amp;nbsp;&amp;nbsp; 391 28273&amp;nbsp; 1 18:25:01 pts/0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0:00 grep -i cron&lt;/P&gt;</description>
    <pubDate>Thu, 01 Dec 2011 23:26:24 GMT</pubDate>
    <dc:creator>shikhar_1</dc:creator>
    <dc:date>2011-12-01T23:26:24Z</dc:date>
    <item>
      <title>Clock Daemon Job 22583</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clock-daemon-job-22583/m-p/5407303#M476909</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/usr/sbin/cron(1M) Clock Daemon Job 22583 Cron command of root with pid 22583 failed (rc = 1)&lt;/P&gt;&lt;P&gt;Can anyone let me know what is this error and how to resolve this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have checked and found cron daemon is running.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#-&amp;gt; ps -ef | grep -i cron&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; root&amp;nbsp; 3139&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp; 0&amp;nbsp; Jul 16&amp;nbsp; ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1:55 /usr/sbin/cron&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; root&amp;nbsp;&amp;nbsp; 391 28273&amp;nbsp; 1 18:25:01 pts/0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0:00 grep -i cron&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2011 23:26:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clock-daemon-job-22583/m-p/5407303#M476909</guid>
      <dc:creator>shikhar_1</dc:creator>
      <dc:date>2011-12-01T23:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Clock Daemon Job 22583</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clock-daemon-job-22583/m-p/5407337#M476910</link>
      <description>&lt;P&gt;cron simply runs jobs. If the job or script returns a non-zero value, cron will log the return code (rc=1 in your case). There's nothing wrong with cron. The job it ran is the failure. Because cron is a batch process, all of your cron jobs should log their steps and results. The most common problem is not establishing the required environment for a cron job. The job may work when you are logged in, but cron does not login for your job -- all the settings you need for the job must be in the job itself.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since cron only logs PID (process id) for the failure, you'll need to compare the list of jobs from crontab -l and try to match the failure with the actual job.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2011 00:09:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clock-daemon-job-22583/m-p/5407337#M476910</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2011-12-02T00:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: cron errors in /var/adm/cron/log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clock-daemon-job-22583/m-p/5407899#M476927</link>
      <description>&lt;P&gt;&amp;gt;Since cron only logs PID (process id) for the failure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cron(1m) logs the time start and end AND the script in /var/adm/cron/log.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This topic has an example:&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://h30499.www3.hp.com/t5/System-Administration/Cron-log-showing-error-as-rc-1/m-p/5147074"&gt;http://h30499.www3.hp.com/t5/System-Administration/Cron-log-showing-error-as-rc-1/m-p/5147074&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; CMD: /home/abcd/script/auto_run_db_extract.ksh&lt;BR /&gt;&amp;gt; abcd 14909 c Fri Dec 12 19:01:00 CST 2008&lt;BR /&gt;&amp;lt; abcd 14909 c Fri Dec 12 19:02:08 CST 2008&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2011 14:47:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clock-daemon-job-22583/m-p/5407899#M476927</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-12-02T14:47:25Z</dc:date>
    </item>
  </channel>
</rss>

