<?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/4370507#M347293</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Yes, you need to put it in the right user's crontab. Also please note that both the programs (startsap &amp;amp; stopsap) starts on 4AM and 6AM respectively. I am asuming "stopsap" is the program to stop "startsap"&lt;BR /&gt;&lt;BR /&gt;Good Luck&lt;BR /&gt;Shahul</description>
    <pubDate>Tue, 03 Mar 2009 11:44:38 GMT</pubDate>
    <dc:creator>Shahul</dc:creator>
    <dc:date>2009-03-03T11:44:38Z</dc:date>
    <item>
      <title>crontab entry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry/m-p/4370505#M347291</link>
      <description>if i want to schedule the script in crontab that it runs every sunday at 4 am and stops at 6 am would it be fine or need to be chnaged.&lt;BR /&gt;0 4 * * 0 /usr/sap/POP/SYS/exe/run/startsap&lt;BR /&gt;0 6 * * 0 /usr/sap/POP/SYS/exe/run/stopsap&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Mar 2009 11:31:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry/m-p/4370505#M347291</guid>
      <dc:creator>arun khatwani</dc:creator>
      <dc:date>2009-03-03T11:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: crontab entry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry/m-p/4370506#M347292</link>
      <description>Hi Arun&lt;BR /&gt;&lt;BR /&gt;Yes, it is fine.&lt;BR /&gt;&lt;BR /&gt;No need to change.&lt;BR /&gt;&lt;BR /&gt;Rgds//&lt;BR /&gt;Taifur&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Mar 2009 11:36:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry/m-p/4370506#M347292</guid>
      <dc:creator>Taifur</dc:creator>
      <dc:date>2009-03-03T11:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: crontab entry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry/m-p/4370507#M347293</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Yes, you need to put it in the right user's crontab. Also please note that both the programs (startsap &amp;amp; stopsap) starts on 4AM and 6AM respectively. I am asuming "stopsap" is the program to stop "startsap"&lt;BR /&gt;&lt;BR /&gt;Good Luck&lt;BR /&gt;Shahul</description>
      <pubDate>Tue, 03 Mar 2009 11:44:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry/m-p/4370507#M347293</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2009-03-03T11:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: crontab entry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry/m-p/4370508#M347294</link>
      <description>The script seems to be fine&lt;BR /&gt;&lt;BR /&gt;Also you could redirect the output to some file, so that in case if the script doesnt run fine, its easy to troubleshoot&lt;BR /&gt;&lt;BR /&gt;0 4 * * 0 /usr/sap/POP/SYS/exe/run/startsap &amp;gt; /tmp/startsap.out&lt;BR /&gt;0 6 * * 0 /usr/sap/POP/SYS/exe/run/stopsap  &amp;gt; /tmp/stopsap.out&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Mar 2009 13:28:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry/m-p/4370508#M347294</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-03-03T13:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: crontab entry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry/m-p/4370509#M347295</link>
      <description>Also give a small thought..&lt;BR /&gt;In case if the stopsap doesn't stop due to some reasons. Then there would be multiple instance of sap running&lt;BR /&gt;&lt;BR /&gt;If startsap script pop up that SAP is already running then the above script is fine.</description>
      <pubDate>Tue, 03 Mar 2009 13:30:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry/m-p/4370509#M347295</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-03-03T13:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: crontab entry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry/m-p/4370510#M347296</link>
      <description>hi,&lt;BR /&gt;this is fine.&lt;BR /&gt;Rgds,&lt;BR /&gt;Art</description>
      <pubDate>Wed, 04 Mar 2009 08:42:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry/m-p/4370510#M347296</guid>
      <dc:creator>Arturo Galbiati</dc:creator>
      <dc:date>2009-03-04T08:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: crontab entry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry/m-p/4370511#M347297</link>
      <description>Looks fine.&lt;BR /&gt;&lt;BR /&gt;0 4 * * 0 /usr/sap/POP/SYS/exe/run/startsap &amp;gt; /tmp/startsap.out&lt;BR /&gt;0 6 * * 0 /usr/sap/POP/SYS/exe/run/stopsap &amp;gt; /tmp/stopsap.out</description>
      <pubDate>Wed, 04 Mar 2009 08:52:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry/m-p/4370511#M347297</guid>
      <dc:creator>點燃</dc:creator>
      <dc:date>2009-03-04T08:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: crontab entry</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry/m-p/4370512#M347298</link>
      <description>HI,&lt;BR /&gt;0 4 * * 0 /usr/sap/POP/SYS/exe/run/startsap &amp;gt; /tmp/startsap.out&lt;BR /&gt;0 6 * * 0 /usr/sap/POP/SYS/exe/run/stopsap &amp;gt; /tmp/stopsap.out&lt;BR /&gt;&lt;BR /&gt;yes its looks fine One thing I wana to tell give 2 &amp;gt;&amp;gt; instead 1 this will track a record of your SAP start and stop log&lt;BR /&gt;&lt;BR /&gt;0 4 * * 0 /usr/sap/POP/SYS/exe/run/startsap &amp;gt;&amp;gt; /tmp/startsap.out&lt;BR /&gt;0 6 * * 0 /usr/sap/POP/SYS/exe/run/stopsap &amp;gt;&amp;gt; /tmp/stopsap.out&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Wed, 04 Mar 2009 09:12:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry/m-p/4370512#M347298</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-03-04T09:12:18Z</dc:date>
    </item>
  </channel>
</rss>

