<?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 job not working! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-job-not-working/m-p/2567973#M30191</link>
    <description>Hi Mark,&lt;BR /&gt;&lt;BR /&gt;1.Ensure that there is something planned with crontab :&lt;BR /&gt;#crontab -l [UserName]&lt;BR /&gt;without username , stands for root.&lt;BR /&gt;&lt;BR /&gt;2. Verify that the syntaxe is OK inside the crontab file :&lt;BR /&gt;&lt;BR /&gt;minutes   hour   monthday  month  weekday  command &lt;BR /&gt;&lt;BR /&gt;minutes : 0-59&lt;BR /&gt;hour  : 0-23&lt;BR /&gt;monthday : 1-31&lt;BR /&gt;month : 1-12&lt;BR /&gt;weekday : 0-6 ( 0 is sunday )&lt;BR /&gt;&lt;BR /&gt;3. Ensure ( very important ) that the envirenment profile file for a specific user is executed at the begining of the crontab job :&lt;BR /&gt;&lt;BR /&gt;. /home/users/.../.profile&lt;BR /&gt;&lt;BR /&gt;4. Ensure that the process /usr/sbin/cron  is running.&lt;BR /&gt;&lt;BR /&gt;Magdi</description>
    <pubDate>Thu, 23 Aug 2001 07:16:59 GMT</pubDate>
    <dc:creator>Magdi KAMAL</dc:creator>
    <dc:date>2001-08-23T07:16:59Z</dc:date>
    <item>
      <title>cron job not working!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-job-not-working/m-p/2567969#M30187</link>
      <description />
      <pubDate>Tue, 21 Aug 2001 14:04:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-job-not-working/m-p/2567969#M30187</guid>
      <dc:creator>Mark Porter_1</dc:creator>
      <dc:date>2001-08-21T14:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: cron job not working!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-job-not-working/m-p/2567970#M30188</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is "cron job not working" the only prob description? Could you pls elaborate more on that? Thanks..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Pau Cen</description>
      <pubDate>Thu, 23 Aug 2001 06:18:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-job-not-working/m-p/2567970#M30188</guid>
      <dc:creator>PC_7</dc:creator>
      <dc:date>2001-08-23T06:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: cron job not working!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-job-not-working/m-p/2567971#M30189</link>
      <description>Normally no further explanation is needed; according to my experience 99 % of 'not working cron jobs' come from the fact that cron jobs have no correct environement set !!  All settings from the shell (especially $PATH) are not know in a cron job. Specify a correct environement in your job and cron will work.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rainer&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Aug 2001 06:32:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-job-not-working/m-p/2567971#M30189</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2001-08-23T06:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: cron job not working!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-job-not-working/m-p/2567972#M30190</link>
      <description>Make sure that your cronjob is listed with the command&lt;BR /&gt;&lt;BR /&gt;crontab -l&lt;BR /&gt;&lt;BR /&gt;It doesn't harm if you run this command&lt;BR /&gt;&lt;BR /&gt;crontab -l &amp;gt; my_cron_file&lt;BR /&gt;&lt;BR /&gt;crontab my_cron_file&lt;BR /&gt;&lt;BR /&gt;Also you can check if the job ran or not in /var/adm/cron/log file&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 23 Aug 2001 06:33:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-job-not-working/m-p/2567972#M30190</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-08-23T06:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: cron job not working!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-job-not-working/m-p/2567973#M30191</link>
      <description>Hi Mark,&lt;BR /&gt;&lt;BR /&gt;1.Ensure that there is something planned with crontab :&lt;BR /&gt;#crontab -l [UserName]&lt;BR /&gt;without username , stands for root.&lt;BR /&gt;&lt;BR /&gt;2. Verify that the syntaxe is OK inside the crontab file :&lt;BR /&gt;&lt;BR /&gt;minutes   hour   monthday  month  weekday  command &lt;BR /&gt;&lt;BR /&gt;minutes : 0-59&lt;BR /&gt;hour  : 0-23&lt;BR /&gt;monthday : 1-31&lt;BR /&gt;month : 1-12&lt;BR /&gt;weekday : 0-6 ( 0 is sunday )&lt;BR /&gt;&lt;BR /&gt;3. Ensure ( very important ) that the envirenment profile file for a specific user is executed at the begining of the crontab job :&lt;BR /&gt;&lt;BR /&gt;. /home/users/.../.profile&lt;BR /&gt;&lt;BR /&gt;4. Ensure that the process /usr/sbin/cron  is running.&lt;BR /&gt;&lt;BR /&gt;Magdi</description>
      <pubDate>Thu, 23 Aug 2001 07:16:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-job-not-working/m-p/2567973#M30191</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2001-08-23T07:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: cron job not working!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-job-not-working/m-p/2567974#M30192</link>
      <description>All,&lt;BR /&gt;&lt;BR /&gt;I think you'll find Mark's empty query was actually posted with the text 3 mins. later:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x095f1012aa92d5118ff10090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x095f1012aa92d5118ff10090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds, Robin.</description>
      <pubDate>Thu, 23 Aug 2001 07:22:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-job-not-working/m-p/2567974#M30192</guid>
      <dc:creator>Robin Wakefield</dc:creator>
      <dc:date>2001-08-23T07:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: cron job not working!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-job-not-working/m-p/2567975#M30193</link>
      <description>Hi again Mark,&lt;BR /&gt;&lt;BR /&gt;The command in the crontab file, in my last post, should by in absolute path to avoid any miss of environment setting. Like :&lt;BR /&gt;&lt;BR /&gt;examples :&lt;BR /&gt;&lt;BR /&gt;0,30    12,17  *   *  *  /home/users/checkSpace.sh&lt;BR /&gt;&lt;BR /&gt;This command checks space all at :&lt;BR /&gt;- zero and 30 minutes ( You can add other minutes with comma separator ).&lt;BR /&gt;- 12 and 17 hour ( You can add other hours with comma separator ).&lt;BR /&gt;- All days in month ( * stand for all days, you still can add any days in month with comma separator).&lt;BR /&gt;- All months in year ( * stand for all months, you still can add any months in year with comma separator).&lt;BR /&gt;- All days in week( * stand for all days, you still can add any days in week with comma separator).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Magdi&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Aug 2001 07:30:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-job-not-working/m-p/2567975#M30193</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2001-08-23T07:30:02Z</dc:date>
    </item>
  </channel>
</rss>

