<?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 Problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730879#M254476</link>
    <description>There is no problem with the environment as that script used to run a couple of weeks back and it has not changed since then.&lt;BR /&gt;&lt;BR /&gt;Not a problem with the cron file also as many other entries run in the same cron file.&lt;BR /&gt;&lt;BR /&gt;Now what do i do</description>
    <pubDate>Wed, 15 Feb 2006 01:49:31 GMT</pubDate>
    <dc:creator>Vibhor Kumar Agarwal</dc:creator>
    <dc:date>2006-02-15T01:49:31Z</dc:date>
    <item>
      <title>Cron Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730856#M254453</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a cron entry in the crontab file which used to run about dozen of days back.&lt;BR /&gt;&lt;BR /&gt;Now suddenly it has stoped to run.&lt;BR /&gt;&lt;BR /&gt;Two things that i investigated:&lt;BR /&gt;The cron log shows that it has run successfuly.&lt;BR /&gt;There is no problem with the entry, as simply copying-pasting it in shell runs it.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 14 Feb 2006 03:09:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730856#M254453</guid>
      <dc:creator>Vibhor Kumar Agarwal</dc:creator>
      <dc:date>2006-02-14T03:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cron Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730857#M254454</link>
      <description>when it was running at last. what is that time period for that job? can you post that crontab entry and log information for last execution here.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Tue, 14 Feb 2006 03:13:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730857#M254454</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-14T03:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cron Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730858#M254455</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;What was the expected result? How did you conclude that it wasn't working ? &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 14 Feb 2006 03:24:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730858#M254455</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-14T03:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cron Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730859#M254456</link>
      <description>Hi Vibhor, &lt;BR /&gt;&lt;BR /&gt;Any ENV variables changed ?? &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 14 Feb 2006 03:46:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730859#M254456</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-14T03:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Cron Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730860#M254457</link>
      <description>Shalom Vibhor,&lt;BR /&gt;&lt;BR /&gt;Seems to me that cron may have failed to run.&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep cron&lt;BR /&gt;&lt;BR /&gt;If you don't hae a cron daemon running,&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/cron start&lt;BR /&gt;&lt;BR /&gt;Its also possible that there was a bad entry added to the crontab table.&lt;BR /&gt;&lt;BR /&gt;crontab -l&lt;BR /&gt;&lt;BR /&gt;look for something new and remove it.&lt;BR /&gt;&lt;BR /&gt;If you have recently upgraded your system to trusted, this is a possible impact.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 14 Feb 2006 03:48:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730860#M254457</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-02-14T03:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Cron Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730861#M254458</link>
      <description>It doesn't give any error, neither does it report anything.&lt;BR /&gt;&lt;BR /&gt;The entry is :&lt;BR /&gt;&lt;BR /&gt;01 01 * * 2 script parameter&lt;BR /&gt;&lt;BR /&gt;In the log its:&lt;BR /&gt;CMD: script parameter&lt;BR /&gt;User_name 10246 c Tue Feb 14 01:01:00 2006&lt;BR /&gt;&lt;BR /&gt;Anything else</description>
      <pubDate>Tue, 14 Feb 2006 03:51:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730861#M254458</guid>
      <dc:creator>Vibhor Kumar Agarwal</dc:creator>
      <dc:date>2006-02-14T03:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cron Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730862#M254459</link>
      <description>ps -ef | grep cron&lt;BR /&gt;&lt;BR /&gt;root   207     1  0   Nov 17 ?        9:10 /usr/sbin/cron</description>
      <pubDate>Tue, 14 Feb 2006 03:52:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730862#M254459</guid>
      <dc:creator>Vibhor Kumar Agarwal</dc:creator>
      <dc:date>2006-02-14T03:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Cron Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730863#M254460</link>
      <description>It is working properly,&lt;BR /&gt;&lt;BR /&gt;01 01 * * 2 script parameter&lt;BR /&gt;&lt;BR /&gt;In the log its:&lt;BR /&gt;CMD: script parameter&lt;BR /&gt;User_name 10246 c Tue Feb 14 01:01:00 2006&lt;BR /&gt;&lt;BR /&gt;It has to execute on every tuesday in the week at 01 minute of 01 hour.&lt;BR /&gt;&lt;BR /&gt;It is done. It will execute script by next tuesday as,&lt;BR /&gt;&lt;BR /&gt;Feb 21 01:01:00 2006 time. &lt;BR /&gt;&lt;BR /&gt;what is the problem you are seeing with this.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Tue, 14 Feb 2006 03:53:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730863#M254460</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-14T03:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Cron Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730864#M254461</link>
      <description>change this line of&lt;BR /&gt;&lt;BR /&gt;01 01 * * 2 script parameter&lt;BR /&gt;&lt;BR /&gt;to suite your requirement of execution time (If you need). Please tell if you want to change time of execution of this script.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Tue, 14 Feb 2006 03:55:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730864#M254461</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-14T03:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Cron Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730865#M254462</link>
      <description>If it had run, then the output would have been visible to me.&lt;BR /&gt;&lt;BR /&gt;The script copies something, which isn't happening.&lt;BR /&gt;The script is error free as simply running:&lt;BR /&gt;&lt;BR /&gt;script parameter&lt;BR /&gt;works fine and this used to run via cron also some days back.&lt;BR /&gt;&lt;BR /&gt;That's what i am not able to find out.</description>
      <pubDate>Tue, 14 Feb 2006 03:57:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730865#M254462</guid>
      <dc:creator>Vibhor Kumar Agarwal</dc:creator>
      <dc:date>2006-02-14T03:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cron Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730866#M254463</link>
      <description>Vaibhav, &lt;BR /&gt;&lt;BR /&gt;It has executed properly. what was the result of the script ? How did you its not working ? &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 14 Feb 2006 03:58:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730866#M254463</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-14T03:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Cron Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730867#M254464</link>
      <description>Try this:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;xx xx * * 2 script parameter 1&amp;gt;/tmp/test.log 2&amp;gt;&amp;amp;1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;change xx xx time and hour to now. Like,&lt;BR /&gt;&lt;BR /&gt;0 15 in india. Change to near coming time and update the change. &lt;BR /&gt;&lt;BR /&gt;what you are getting in /tmp/test.log file?&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Tue, 14 Feb 2006 04:00:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730867#M254464</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-14T04:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cron Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730868#M254465</link>
      <description>Thats is what the time i require.&lt;BR /&gt;&lt;BR /&gt;Because this cron is running in US and i need to access the thing in India.</description>
      <pubDate>Tue, 14 Feb 2006 04:00:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730868#M254465</guid>
      <dc:creator>Vibhor Kumar Agarwal</dc:creator>
      <dc:date>2006-02-14T04:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Cron Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730869#M254466</link>
      <description>You can just add another crontab entry to test the things up. Whether the server in US or India, it doesnt matter with a telnet/ssh session. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 14 Feb 2006 04:03:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730869#M254466</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-14T04:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Cron Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730870#M254467</link>
      <description>Can you give this by command line execution?&lt;BR /&gt;&lt;BR /&gt;script parameter 1&amp;gt;/tmp/test.log 2&amp;gt;&amp;amp;1&lt;BR /&gt;&lt;BR /&gt;and,&lt;BR /&gt;&lt;BR /&gt;what is the full syntax you are using in command like with script name and parameter. &lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Tue, 14 Feb 2006 04:12:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730870#M254467</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-14T04:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Cron Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730871#M254468</link>
      <description>The syntax is the one which i have provided&lt;BR /&gt;&lt;BR /&gt;x x x x x /absolute_path parameter&lt;BR /&gt;&lt;BR /&gt;I will have to do some work to add a new entry in that machine.&lt;BR /&gt;Will update you when its done.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 14 Feb 2006 04:32:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730871#M254468</guid>
      <dc:creator>Vibhor Kumar Agarwal</dc:creator>
      <dc:date>2006-02-14T04:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Cron Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730872#M254469</link>
      <description>Vibhor,&lt;BR /&gt;&lt;BR /&gt;The cron log should show both the start and completion enties for your job, like this:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;  CMD: /apps/bin/wb/checkweb.ksh&lt;BR /&gt;&amp;gt;  informix 7818 c Fri Feb 10 13:08:00 EST 2006&lt;BR /&gt;&amp;lt;  informix 7818 c Fri Feb 10 13:08:00 EST 2006&lt;BR /&gt;&lt;BR /&gt;Does you log contain an entry indicating the completion?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 14 Feb 2006 06:18:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730872#M254469</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-02-14T06:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Cron Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730873#M254470</link>
      <description>Sorry . . . . . "your log".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 14 Feb 2006 06:18:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730873#M254470</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-02-14T06:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Cron Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730874#M254471</link>
      <description>No,&lt;BR /&gt;&lt;BR /&gt;It contains only one entry.&lt;BR /&gt;That means it hasn't run.&lt;BR /&gt;&lt;BR /&gt;Now the question comes, WHY?</description>
      <pubDate>Tue, 14 Feb 2006 06:56:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730874#M254471</guid>
      <dc:creator>Vibhor Kumar Agarwal</dc:creator>
      <dc:date>2006-02-14T06:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cron Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730875#M254472</link>
      <description>If it only contains one entry, then the job started but has not completed.  If you run "ps -ef |grep  YOUR_SCRIPT", does it return anything?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 14 Feb 2006 07:14:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-problem/m-p/3730875#M254472</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-02-14T07:14:51Z</dc:date>
    </item>
  </channel>
</rss>

