<?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: looking scrip which can execute every 5 min without crontab in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/looking-scrip-which-can-execute-every-5-min-without-crontab/m-p/4728911#M386280</link>
    <description>adding to Mr. Dennis, run the script using at command. or use nohup before the script name.&lt;BR /&gt;&lt;BR /&gt;e.g &lt;BR /&gt;nohup ksh /tmp/scp.txt &amp;amp;</description>
    <pubDate>Tue, 21 Dec 2010 10:58:25 GMT</pubDate>
    <dc:creator>kemo</dc:creator>
    <dc:date>2010-12-21T10:58:25Z</dc:date>
    <item>
      <title>looking scrip which can execute every 5 min without crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/looking-scrip-which-can-execute-every-5-min-without-crontab/m-p/4728907#M386276</link>
      <description>Hello i have a small scrip i need to execute in a hpux box. i tried to execute with crontab but its having some issue. this hpux box is unix 9 old version. &lt;BR /&gt;&lt;BR /&gt;can some one help me to execute this script every 5 min without without crontab help.</description>
      <pubDate>Tue, 21 Dec 2010 07:13:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/looking-scrip-which-can-execute-every-5-min-without-crontab/m-p/4728907#M386276</guid>
      <dc:creator>pratapvfr</dc:creator>
      <dc:date>2010-12-21T07:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: looking scrip which can execute every 5 min without crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/looking-scrip-which-can-execute-every-5-min-without-crontab/m-p/4728908#M386277</link>
      <description>It is better to fix it so it works in crontab than to use sleep and at(1).&lt;BR /&gt;What problems do you have with crontab?  Did you remember that your shell environment is limited?</description>
      <pubDate>Tue, 21 Dec 2010 07:19:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/looking-scrip-which-can-execute-every-5-min-without-crontab/m-p/4728908#M386277</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-12-21T07:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: looking scrip which can execute every 5 min without crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/looking-scrip-which-can-execute-every-5-min-without-crontab/m-p/4728909#M386278</link>
      <description>Hello below is the sample scrip. i had saved it in /tmp/scp.txt i need to execute this every 5 min without crontab what changes i should do in this scrip.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;h=`service httpd status|awk {'print $3'}`&lt;BR /&gt;&lt;BR /&gt;if [ $h = "stopped" ]&lt;BR /&gt;        then&lt;BR /&gt;          service httpd start&lt;BR /&gt;fi</description>
      <pubDate>Tue, 21 Dec 2010 08:29:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/looking-scrip-which-can-execute-every-5-min-without-crontab/m-p/4728909#M386278</guid>
      <dc:creator>pratapvfr</dc:creator>
      <dc:date>2010-12-21T08:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: looking scrip which can execute every 5 min without crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/looking-scrip-which-can-execute-every-5-min-without-crontab/m-p/4728910#M386279</link>
      <description>&lt;!--!*#--&gt;while true; do&lt;BR /&gt;   h=$(service httpd status | awk '{print $3}')&lt;BR /&gt;   if [ "$h" = "stopped" ]; then&lt;BR /&gt;      service httpd start&lt;BR /&gt;   fi&lt;BR /&gt;   sleep $(( 5 * 60 ))&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;(Assuming that the calls to service don't take any time.)</description>
      <pubDate>Tue, 21 Dec 2010 09:29:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/looking-scrip-which-can-execute-every-5-min-without-crontab/m-p/4728910#M386279</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-12-21T09:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: looking scrip which can execute every 5 min without crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/looking-scrip-which-can-execute-every-5-min-without-crontab/m-p/4728911#M386280</link>
      <description>adding to Mr. Dennis, run the script using at command. or use nohup before the script name.&lt;BR /&gt;&lt;BR /&gt;e.g &lt;BR /&gt;nohup ksh /tmp/scp.txt &amp;amp;</description>
      <pubDate>Tue, 21 Dec 2010 10:58:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/looking-scrip-which-can-execute-every-5-min-without-crontab/m-p/4728911#M386280</guid>
      <dc:creator>kemo</dc:creator>
      <dc:date>2010-12-21T10:58:25Z</dc:date>
    </item>
  </channel>
</rss>

