<?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: new crontab entries not executing in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/new-crontab-entries-not-executing/m-p/4882659#M400822</link>
    <description>Hi,&lt;BR /&gt;crontab -l to list the crontab entries&lt;BR /&gt;check the logs for any failures !&lt;BR /&gt;restart cron daemon&lt;BR /&gt;Regards</description>
    <pubDate>Fri, 28 Jan 2005 03:12:40 GMT</pubDate>
    <dc:creator>Peter Godron</dc:creator>
    <dc:date>2005-01-28T03:12:40Z</dc:date>
    <item>
      <title>new crontab entries not executing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-crontab-entries-not-executing/m-p/4882658#M400821</link>
      <description>I have included new job in crontab , job is scheduled to execute script once every month , but in some of the servers the job is not executed at all .Can anyone please comment on that ..............Thanks</description>
      <pubDate>Fri, 28 Jan 2005 03:04:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-crontab-entries-not-executing/m-p/4882658#M400821</guid>
      <dc:creator>surjeet singh_2</dc:creator>
      <dc:date>2005-01-28T03:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: new crontab entries not executing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-crontab-entries-not-executing/m-p/4882659#M400822</link>
      <description>Hi,&lt;BR /&gt;crontab -l to list the crontab entries&lt;BR /&gt;check the logs for any failures !&lt;BR /&gt;restart cron daemon&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 28 Jan 2005 03:12:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-crontab-entries-not-executing/m-p/4882659#M400822</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-01-28T03:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: new crontab entries not executing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-crontab-entries-not-executing/m-p/4882660#M400823</link>
      <description>hi Surjeet.&lt;BR /&gt;&lt;BR /&gt;check the servers for &lt;BR /&gt; /var/adm/cron/cron.allow  and var/adm/cron/cron.deny &lt;BR /&gt;make sure at least one of these files is present.&lt;BR /&gt;make sure the user is defined in the cron.allow or exluded in the cron.deny.&lt;BR /&gt;&lt;BR /&gt;restart the crondaemon. &lt;BR /&gt;/sbin/init.d# ./cron stop;./cron start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards.&lt;BR /&gt;Henk</description>
      <pubDate>Fri, 28 Jan 2005 03:14:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-crontab-entries-not-executing/m-p/4882660#M400823</guid>
      <dc:creator>Henk Geurts</dc:creator>
      <dc:date>2005-01-28T03:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: new crontab entries not executing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-crontab-entries-not-executing/m-p/4882661#M400824</link>
      <description>hi,&lt;BR /&gt; &lt;BR /&gt;have little info on the issue, so maybe some useless comments:&lt;BR /&gt; &lt;BR /&gt;- use "crontab -e" to edit the crontab, not "vi /var/spool/cron/crontabs/user" which does not refresh the current cron.&lt;BR /&gt;- define all your environment variables in your script, remember cron only gives you a naked environment&lt;BR /&gt;- check /var/adm/cron/log : did the cron job start, any return codes&lt;BR /&gt;- check logfiles or mail (/var/mail/username?) for messages from cron&lt;BR /&gt;...&lt;BR /&gt; &lt;BR /&gt;regards,&lt;BR /&gt;Thierry.</description>
      <pubDate>Fri, 28 Jan 2005 03:16:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-crontab-entries-not-executing/m-p/4882661#M400824</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2005-01-28T03:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: new crontab entries not executing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-crontab-entries-not-executing/m-p/4882662#M400825</link>
      <description>You should check these:&lt;BR /&gt;1. switch to user you run crontab&lt;BR /&gt;#su - user&lt;BR /&gt;#crontab -l&lt;BR /&gt;if crontab -l display result it means this user is allow to run crontab.&lt;BR /&gt;2. Check cron agetn&lt;BR /&gt;#ps -ef|grep cron&lt;BR /&gt;  root  1566     1  0  Jan 26  ?         0:00 /usr/sbin/cron&lt;BR /&gt;    root 16626 14846  1 15:30:14 pts/td    0:00 grep cron&lt;BR /&gt;3. Check crontab log&lt;BR /&gt;#vi /var/adm/cron/log.&lt;BR /&gt;You will find reason.&lt;BR /&gt;HTH</description>
      <pubDate>Fri, 28 Jan 2005 03:37:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-crontab-entries-not-executing/m-p/4882662#M400825</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2005-01-28T03:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: new crontab entries not executing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-crontab-entries-not-executing/m-p/4882663#M400826</link>
      <description>Thanks all of u for quick responce.&lt;BR /&gt;&lt;BR /&gt;surjeet</description>
      <pubDate>Fri, 28 Jan 2005 05:22:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-crontab-entries-not-executing/m-p/4882663#M400826</guid>
      <dc:creator>surjeet singh_2</dc:creator>
      <dc:date>2005-01-28T05:22:11Z</dc:date>
    </item>
  </channel>
</rss>

