<?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 woes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-woes/m-p/5283861#M474720</link>
    <description>Hi Ron:&lt;BR /&gt;&lt;BR /&gt;If would be helpful to see the actual script.  You might temporarily add 'set -x' to it and let 'cron' mail that trace to you.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Sun, 05 Jun 2011 11:50:19 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2011-06-05T11:50:19Z</dc:date>
    <item>
      <title>cron woes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-woes/m-p/5283860#M474719</link>
      <description>Hi guys!!&lt;BR /&gt;&lt;BR /&gt;I have a script that needs to be run at 3AM.  It has to be run as the oraprod user.  So, I open crontab, # crontab -e oraprod - set all the settings, (full path and everything) - make sure oraprod is in the cron.allow file, and let her rip.  The script deosn't run.  There is no fanfare in the log file, just,&lt;BR /&gt;&lt;BR /&gt; CMD:   /u03/oracle/oraprod/backup/do_backup.sh&lt;BR /&gt;&amp;gt;  oraprod 12542 c Sun Jun  5 14:10:00 WAT 2011&lt;BR /&gt;&amp;lt;  oraprod 12542 c Sun Jun  5 14:10:00 WAT 2011 rc=1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Sun, 05 Jun 2011 10:12:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-woes/m-p/5283860#M474719</guid>
      <dc:creator>Ron Irving</dc:creator>
      <dc:date>2011-06-05T10:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: cron woes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-woes/m-p/5283861#M474720</link>
      <description>Hi Ron:&lt;BR /&gt;&lt;BR /&gt;If would be helpful to see the actual script.  You might temporarily add 'set -x' to it and let 'cron' mail that trace to you.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sun, 05 Jun 2011 11:50:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-woes/m-p/5283861#M474720</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2011-06-05T11:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: cron woes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-woes/m-p/5283862#M474721</link>
      <description>&lt;BR /&gt;I believe rc=1 just means your script has failed.  Try running it from the command line directly to make sure it's doing what you think it should.  &lt;BR /&gt;&lt;BR /&gt;Hth,&lt;BR /&gt;&lt;BR /&gt;-klb</description>
      <pubDate>Sun, 05 Jun 2011 15:21:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-woes/m-p/5283862#M474721</guid>
      <dc:creator>klb</dc:creator>
      <dc:date>2011-06-05T15:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: cron woes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-woes/m-p/5283863#M474722</link>
      <description>I ran it just the other night to make a backup of an environment.  The DBA who created it is on R&amp;amp;R right now.  I'll pass this all up to him upon his return.  I get to go on R&amp;amp;R in 3 days.  We'll work it out.&lt;BR /&gt;&lt;BR /&gt;thanks for your help guys.</description>
      <pubDate>Sun, 05 Jun 2011 15:27:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-woes/m-p/5283863#M474722</guid>
      <dc:creator>Ron Irving</dc:creator>
      <dc:date>2011-06-05T15:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: cron woes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-woes/m-p/5283864#M474723</link>
      <description>thanks again</description>
      <pubDate>Sun, 05 Jun 2011 15:28:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-woes/m-p/5283864#M474723</guid>
      <dc:creator>Ron Irving</dc:creator>
      <dc:date>2011-06-05T15:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: cron woes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-woes/m-p/5283865#M474724</link>
      <description>Cron normally emails any error messages to the owner of the cron job. Look into /var/mail/oraprod, or see if the DBA has forwarded oraprod's mail to some other location (look into /etc/mail/aliases and ~oraprod/.forward, if it exists).&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Mon, 06 Jun 2011 04:42:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-woes/m-p/5283865#M474724</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-06-06T04:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: cron woes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-woes/m-p/5283866#M474725</link>
      <description>&amp;gt;I have a script that needs to be run at 3AM&lt;BR /&gt;&lt;BR /&gt;Should we worry that 14:10:00 != 0300?</description>
      <pubDate>Mon, 06 Jun 2011 11:19:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-woes/m-p/5283866#M474725</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-06-06T11:19:46Z</dc:date>
    </item>
  </channel>
</rss>

