<?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 Question? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/cron-question/m-p/4391445#M61289</link>
    <description>Hi Allan:&lt;BR /&gt;&lt;BR /&gt;The syntax you specified is a GNU (Linux) syntax not recognized by HP-UX.&lt;BR /&gt;&lt;BR /&gt;You could have "script-A" 'sleep' for 1800 seconds (30-minutes) and thrn run "script-B" or you could have "script-A" issue:&lt;BR /&gt;&lt;BR /&gt;at -f /home/script_B NOW +30 minutes&lt;BR /&gt;&lt;BR /&gt;...to launch it.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Tue, 31 Mar 2009 17:26:39 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2009-03-31T17:26:39Z</dc:date>
    <item>
      <title>Cron Question?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cron-question/m-p/4391443#M61287</link>
      <description>&lt;BR /&gt;I want to run a script B 30 mins after script A, is the following the correct implementation - &lt;BR /&gt;&lt;BR /&gt;49 */8 * * *  A.pl&lt;BR /&gt;19 */9 * * *  B.sh&lt;BR /&gt;&lt;BR /&gt;Please guide.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Allan</description>
      <pubDate>Tue, 31 Mar 2009 17:10:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cron-question/m-p/4391443#M61287</guid>
      <dc:creator>Allanm</dc:creator>
      <dc:date>2009-03-31T17:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cron Question?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cron-question/m-p/4391444#M61288</link>
      <description>The '*/8' syntax is not valid in HP-UX.  That is a Linux only thing.&lt;BR /&gt;&lt;BR /&gt;If you want to run A.pl at 8:49 and B.sh at 9:19, then:&lt;BR /&gt;&lt;BR /&gt;49 8 * * * A.pl&lt;BR /&gt;19 9 * * * B.sh&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Mar 2009 17:22:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cron-question/m-p/4391444#M61288</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-03-31T17:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Cron Question?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cron-question/m-p/4391445#M61289</link>
      <description>Hi Allan:&lt;BR /&gt;&lt;BR /&gt;The syntax you specified is a GNU (Linux) syntax not recognized by HP-UX.&lt;BR /&gt;&lt;BR /&gt;You could have "script-A" 'sleep' for 1800 seconds (30-minutes) and thrn run "script-B" or you could have "script-A" issue:&lt;BR /&gt;&lt;BR /&gt;at -f /home/script_B NOW +30 minutes&lt;BR /&gt;&lt;BR /&gt;...to launch it.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 31 Mar 2009 17:26:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cron-question/m-p/4391445#M61289</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-03-31T17:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cron Question?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cron-question/m-p/4391446#M61290</link>
      <description>Hi,&lt;BR /&gt;     &lt;BR /&gt;   In hp the syntax you given will not work.Here is the syntax.&lt;BR /&gt;And this will work on everyday.&lt;BR /&gt;&lt;BR /&gt;49 8 * * * A.pl&lt;BR /&gt;19 9 * * * B.sh</description>
      <pubDate>Tue, 31 Mar 2009 17:31:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cron-question/m-p/4391446#M61290</guid>
      <dc:creator>Bijeesh</dc:creator>
      <dc:date>2009-03-31T17:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cron Question?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cron-question/m-p/4391447#M61291</link>
      <description>Can this question be moved to the linux forum instead coz it was meant to be a linux questions. We work in a hybrid model so please excuse me for posting it in wrong forum.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Mar 2009 19:31:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cron-question/m-p/4391447#M61291</guid>
      <dc:creator>Allanm</dc:creator>
      <dc:date>2009-03-31T19:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cron Question?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cron-question/m-p/4391448#M61292</link>
      <description>So how would this be can be implemented in Linux.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Allan</description>
      <pubDate>Tue, 31 Mar 2009 19:44:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cron-question/m-p/4391448#M61292</guid>
      <dc:creator>Allanm</dc:creator>
      <dc:date>2009-03-31T19:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Cron Question?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cron-question/m-p/4391449#M61293</link>
      <description>hi&lt;BR /&gt;   I think the same format that i have given will work in Linux also.</description>
      <pubDate>Sat, 04 Apr 2009 10:22:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cron-question/m-p/4391449#M61293</guid>
      <dc:creator>Bijeesh</dc:creator>
      <dc:date>2009-04-04T10:22:13Z</dc:date>
    </item>
  </channel>
</rss>

