<?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: Question on crontab usage in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/question-on-crontab-usage/m-p/3272739#M9837</link>
    <description>Hi,&lt;BR /&gt;Thanks for all the help.&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
    <pubDate>Wed, 12 May 2004 22:18:51 GMT</pubDate>
    <dc:creator>Bobcat_1</dc:creator>
    <dc:date>2004-05-12T22:18:51Z</dc:date>
    <item>
      <title>Question on crontab usage</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/question-on-crontab-usage/m-p/3272734#M9832</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;OS Type : Tur64 Unix V5.1&lt;BR /&gt;My cron entry are as follows ;&lt;BR /&gt;&lt;BR /&gt;00,15,30,45 08-00 * * * &lt;JOB&gt;&lt;BR /&gt;&lt;BR /&gt;The job gets started at 08.00am, 08.15,08.30,08.45, 09.00,09.15,09.30,09.45....so on until it reaches at 11.45pm and it stops and it will continue next day at 08.00am again.&lt;BR /&gt;&lt;BR /&gt;I want it to run at 12 midnight as well before starting at 08.00am the next day.&lt;BR /&gt;Is definition in the crontab wrong ?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;/JOB&gt;</description>
      <pubDate>Tue, 11 May 2004 02:19:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/question-on-crontab-usage/m-p/3272734#M9832</guid>
      <dc:creator>Bobcat_1</dc:creator>
      <dc:date>2004-05-11T02:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Question on crontab usage</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/question-on-crontab-usage/m-p/3272735#M9833</link>
      <description>Bob,&lt;BR /&gt;In that case, i would suggest that you have 2 entries for your job. Let the existing job run as it is and just add another line and make an entry to run daily at mid-night.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Mobeen</description>
      <pubDate>Tue, 11 May 2004 02:32:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/question-on-crontab-usage/m-p/3272735#M9833</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2004-05-11T02:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Question on crontab usage</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/question-on-crontab-usage/m-p/3272736#M9834</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In that case you need to have 2 entries starting at midnight and other at 8 a.m.&lt;BR /&gt;&lt;BR /&gt;you can't specify both midnight and 8 a.m in cron entry</description>
      <pubDate>Tue, 11 May 2004 02:45:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/question-on-crontab-usage/m-p/3272736#M9834</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2004-05-11T02:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Question on crontab usage</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/question-on-crontab-usage/m-p/3272737#M9835</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Depending on how long the job runs for you can add 59 after the 45, which will run the job at 11:59pm.&lt;BR /&gt;&lt;BR /&gt;The only other option is to run the job one time, using another entry in the crontab.&lt;BR /&gt;&lt;BR /&gt;I assume that you want a single entry because of the logs the job generates, in that case your best option is to go for the 11:59 option.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Orrin.</description>
      <pubDate>Tue, 11 May 2004 21:30:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/question-on-crontab-usage/m-p/3272737#M9835</guid>
      <dc:creator>Orrin</dc:creator>
      <dc:date>2004-05-11T21:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Question on crontab usage</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/question-on-crontab-usage/m-p/3272738#M9836</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;take &lt;BR /&gt;0,15,30,45 8-23 * * * &lt;JOB&gt;&lt;BR /&gt;0 0 * * * &lt;JOB&gt;&lt;BR /&gt;if you do not want to run it at 00:30 and 00:45 and&lt;BR /&gt;0,15,30,45 0,8-23 * * * &lt;JOB&gt;&lt;BR /&gt;if it does not matter.&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;&lt;BR /&gt;&lt;/JOB&gt;&lt;/JOB&gt;&lt;/JOB&gt;</description>
      <pubDate>Wed, 12 May 2004 11:43:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/question-on-crontab-usage/m-p/3272738#M9836</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2004-05-12T11:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Question on crontab usage</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/question-on-crontab-usage/m-p/3272739#M9837</link>
      <description>Hi,&lt;BR /&gt;Thanks for all the help.&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Wed, 12 May 2004 22:18:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/question-on-crontab-usage/m-p/3272739#M9837</guid>
      <dc:creator>Bobcat_1</dc:creator>
      <dc:date>2004-05-12T22:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Question on crontab usage</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/question-on-crontab-usage/m-p/3272740#M9838</link>
      <description>Bob,&lt;BR /&gt;&lt;BR /&gt;I noticed, that you haven't used the point system so far to award points to those, who tried to help you. Please read the following text to understand the purpose of the points here:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Thu, 13 May 2004 05:42:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/question-on-crontab-usage/m-p/3272740#M9838</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2004-05-13T05:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Question on crontab usage</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/question-on-crontab-usage/m-p/3272741#M9839</link>
      <description>Michael,&lt;BR /&gt;Thanks for getting me my 10 :-)&lt;BR /&gt;&lt;BR /&gt;Have a good day&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;Mobeen</description>
      <pubDate>Fri, 14 May 2004 02:02:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/question-on-crontab-usage/m-p/3272741#M9839</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2004-05-14T02:02:42Z</dc:date>
    </item>
  </channel>
</rss>

