<?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: crontab entry in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry/m-p/4749390#M388124</link>
    <description>&lt;P&gt;Some scripts to do the same.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h30499.www3.hp.com/t5/General/scheduling-a-cron-job-on-the-last-day-of-the-month/m-p/3099819#M80696" target="_blank"&gt;http://h30499.www3.hp.com/t5/General/scheduling-a-cron-job-on-the-last-day-of-the-month/m-p/3099819#M80696&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://h30499.www3.hp.com/t5/Languages-and-Scripting/scripting-cron-job/m-p/3681868/highlight/true#M14647" target="_blank"&gt;http://h30499.www3.hp.com/t5/Languages-and-Scripting/scripting-cron-job/m-p/3681868/highlight/true#M14647&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;BR /&gt;Manix&lt;/P&gt;</description>
    <pubDate>Thu, 29 Sep 2011 20:50:25 GMT</pubDate>
    <dc:creator>Manix</dc:creator>
    <dc:date>2011-09-29T20:50:25Z</dc:date>
    <item>
      <title>crontab entry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry/m-p/4749385#M388119</link>
      <description>Hello exprts,&lt;BR /&gt;&lt;BR /&gt;I need to make a crontab entry for the below manner.&lt;BR /&gt;&lt;BR /&gt;the reboot of server have to be planned on last Sunday of the month at 1:00 AM&lt;BR /&gt;&lt;BR /&gt;how can it be? me bit confused....&lt;BR /&gt;&lt;BR /&gt;00 01 * * 0 ==&amp;gt; I guess this may not work....&lt;BR /&gt;&lt;BR /&gt;pls advice me whether the above mentioned way will work or not?&lt;BR /&gt;&lt;BR /&gt;Thanks and regards&lt;BR /&gt;Sree</description>
      <pubDate>Mon, 07 Feb 2011 12:09:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry/m-p/4749385#M388119</guid>
      <dc:creator>Sreer</dc:creator>
      <dc:date>2011-02-07T12:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: crontab entry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry/m-p/4749386#M388120</link>
      <description>you need to warning broadcast message for event OR you want crontab to make reboot desired date ?</description>
      <pubDate>Mon, 07 Feb 2011 12:15:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry/m-p/4749386#M388120</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2011-02-07T12:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: crontab entry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry/m-p/4749387#M388121</link>
      <description>Hi,&lt;BR /&gt;I think it will work for all the sundays in the month.&lt;BR /&gt;&lt;BR /&gt;It will be better if you mention the last seven dates of the month in the third field. But the problem will arise because each month has different number of days.&lt;BR /&gt;&lt;BR /&gt;I think if you schedule thrice as below it will work as far as my knowledge. &lt;BR /&gt;00 01 25,26,27,28,29,30,31 Jan,Mar,May,Jul,Aug,Oct,Dec 0&lt;BR /&gt;&lt;BR /&gt;Similarly it will be necessary to do for the month with 30 days and feb.&lt;BR /&gt;&lt;BR /&gt;But I think there might be any other simple method to do this.</description>
      <pubDate>Mon, 07 Feb 2011 12:24:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry/m-p/4749387#M388121</guid>
      <dc:creator>Vidhya B</dc:creator>
      <dc:date>2011-02-07T12:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: crontab entry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry/m-p/4749388#M388122</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It's been ages since I have used cron. Your syntax looks fine to me... And I assume you know what command or redirection you would put after the numericals.&lt;BR /&gt;&lt;BR /&gt;Crontab manual " If both month and day of month are specified as an asterisk, but day of week is an element or list, then only the specified days of the week match ".&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ismail Azad</description>
      <pubDate>Mon, 07 Feb 2011 12:29:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry/m-p/4749388#M388122</guid>
      <dc:creator>Ismail Azad</dc:creator>
      <dc:date>2011-02-07T12:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: crontab entry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry/m-p/4749389#M388123</link>
      <description>Hi Hakki Aydin,&lt;BR /&gt;&lt;BR /&gt;My requirement is only to reboot the server in the mentioned time.&lt;BR /&gt;No need for Broadcaste message.&lt;BR /&gt;&lt;BR /&gt;thnx&amp;amp;rgds&lt;BR /&gt;Sree</description>
      <pubDate>Mon, 07 Feb 2011 12:33:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry/m-p/4749389#M388123</guid>
      <dc:creator>Sreer</dc:creator>
      <dc:date>2011-02-07T12:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: crontab entry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry/m-p/4749390#M388124</link>
      <description>&lt;P&gt;Some scripts to do the same.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h30499.www3.hp.com/t5/General/scheduling-a-cron-job-on-the-last-day-of-the-month/m-p/3099819#M80696" target="_blank"&gt;http://h30499.www3.hp.com/t5/General/scheduling-a-cron-job-on-the-last-day-of-the-month/m-p/3099819#M80696&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://h30499.www3.hp.com/t5/Languages-and-Scripting/scripting-cron-job/m-p/3681868/highlight/true#M14647" target="_blank"&gt;http://h30499.www3.hp.com/t5/Languages-and-Scripting/scripting-cron-job/m-p/3681868/highlight/true#M14647&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;BR /&gt;Manix&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2011 20:50:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry/m-p/4749390#M388124</guid>
      <dc:creator>Manix</dc:creator>
      <dc:date>2011-09-29T20:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: crontab entry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry/m-p/4749391#M388125</link>
      <description>Basically crontab can't directly do what you want.  The closest you can do is to pick every Sunday and use the scripting ideas in Manix's threads and have them select the proper Sunday.</description>
      <pubDate>Mon, 07 Feb 2011 13:25:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry/m-p/4749391#M388125</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-02-07T13:25:04Z</dc:date>
    </item>
  </channel>
</rss>

