<?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 help in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-help/m-p/4718753#M385698</link>
    <description>Hello&lt;BR /&gt;&lt;BR /&gt;For HPUX, you need to add each 2s for your command as the following 0,2,4,6,8,10,12,14,16,18,20,22 &lt;BR /&gt;&lt;BR /&gt;so, the command it may likes &lt;BR /&gt;* 0,2,4,6,8,10,12,14,16,18,20,22 * * * xx.sh&lt;BR /&gt;&lt;BR /&gt;Regrads, &lt;BR /&gt;Zohair &lt;BR /&gt;</description>
    <pubDate>Sat, 27 Nov 2010 07:54:30 GMT</pubDate>
    <dc:creator>eng.Zohair</dc:creator>
    <dc:date>2010-11-27T07:54:30Z</dc:date>
    <item>
      <title>crontab entry help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-help/m-p/4718749#M385694</link>
      <description>kindly help the crontab entry&lt;BR /&gt;&lt;BR /&gt;i want schdule monitoring script every two hour.kindly help below mention is correct or not&lt;BR /&gt;&lt;BR /&gt;* */2 * * * /monitoring script/</description>
      <pubDate>Fri, 26 Nov 2010 16:24:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-help/m-p/4718749#M385694</guid>
      <dc:creator>rajesh73</dc:creator>
      <dc:date>2010-11-26T16:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: crontab entry help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-help/m-p/4718750#M385695</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;With HP-UX you must write something like:&lt;BR /&gt;&lt;BR /&gt;* 0,2,4,6,8,10,12,14,16,18,20,22 * * * monitor.sh&lt;BR /&gt;&lt;BR /&gt;See the manpages for 'crontab(1)'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Nov 2010 16:33:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-help/m-p/4718750#M385695</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-11-26T16:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: crontab entry help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-help/m-p/4718751#M385696</link>
      <description>ok i will check and revert back to you</description>
      <pubDate>Fri, 26 Nov 2010 16:43:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-help/m-p/4718751#M385696</guid>
      <dc:creator>rajesh73</dc:creator>
      <dc:date>2010-11-26T16:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: crontab entry help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-help/m-p/4718752#M385697</link>
      <description>&amp;gt;* */2 * * * /monitoring script/&lt;BR /&gt;&lt;BR /&gt;Unfortunately this works for Linux, not HP-UX.</description>
      <pubDate>Fri, 26 Nov 2010 16:53:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-help/m-p/4718752#M385697</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-11-26T16:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: crontab entry help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-help/m-p/4718753#M385698</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;For HPUX, you need to add each 2s for your command as the following 0,2,4,6,8,10,12,14,16,18,20,22 &lt;BR /&gt;&lt;BR /&gt;so, the command it may likes &lt;BR /&gt;* 0,2,4,6,8,10,12,14,16,18,20,22 * * * xx.sh&lt;BR /&gt;&lt;BR /&gt;Regrads, &lt;BR /&gt;Zohair &lt;BR /&gt;</description>
      <pubDate>Sat, 27 Nov 2010 07:54:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-help/m-p/4718753#M385698</guid>
      <dc:creator>eng.Zohair</dc:creator>
      <dc:date>2010-11-27T07:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: crontab entry help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-help/m-p/4718754#M385699</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;min:hrs:day:month:dayofweek /path&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;0,5,10,15 **** /tmp/monitor.sh&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;MC</description>
      <pubDate>Sat, 27 Nov 2010 09:19:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-help/m-p/4718754#M385699</guid>
      <dc:creator>madhuchakkaravarthy</dc:creator>
      <dc:date>2010-11-27T09:19:16Z</dc:date>
    </item>
  </channel>
</rss>

