<?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: Scheduler in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/scheduler/m-p/2974627#M928083</link>
    <description>You will have the same problem with the at command. The sys admin will have to add you to the cronallow and/or atallow file. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;DR</description>
    <pubDate>Thu, 15 May 2003 19:43:07 GMT</pubDate>
    <dc:creator>Dario_1</dc:creator>
    <dc:date>2003-05-15T19:43:07Z</dc:date>
    <item>
      <title>Scheduler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scheduler/m-p/2974621#M928077</link>
      <description>I want to execute a shell script at a particular time (11am on every mondays).&lt;BR /&gt;Other than Cron job utility, is there any way to do the same ? &lt;BR /&gt;I guess AT can be used if we want to execute it once and cant scheduled for every week.&lt;BR /&gt;&lt;BR /&gt;Help !!! If anyone has piece of code pls fwd. It will be a great help..&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Raj !!!!!!</description>
      <pubDate>Thu, 15 May 2003 18:42:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scheduler/m-p/2974621#M928077</guid>
      <dc:creator>Prabhu_7</dc:creator>
      <dc:date>2003-05-15T18:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scheduler/m-p/2974622#M928078</link>
      <description>Hi Raj:&lt;BR /&gt;&lt;BR /&gt;'cron' accomdates this kind of requirement so easily.  Running a script with 'at' and as a last step of the script rescheduling itself for some increment (e.g. +count timeunit) also works well, as you noted.&lt;BR /&gt;&lt;BR /&gt;Therefore, what's wrong with the above?&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRf...</description>
      <pubDate>Thu, 15 May 2003 18:47:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scheduler/m-p/2974622#M928078</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-05-15T18:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scheduler/m-p/2974623#M928079</link>
      <description>Hi,&lt;BR /&gt;You can add a line last in your script which calls at again:&lt;BR /&gt;at &lt;YOURSCRIPT&gt;&lt;/YOURSCRIPT&gt;&lt;BR /&gt;and the script will be restarted again and again.&lt;BR /&gt;&lt;BR /&gt;But why do you not want to use cron ?&lt;BR /&gt;&lt;BR /&gt;( if I an not wrong cron and at uses the same scheduler )</description>
      <pubDate>Thu, 15 May 2003 18:52:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scheduler/m-p/2974623#M928079</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2003-05-15T18:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scheduler/m-p/2974624#M928080</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;Cron will be the ideal but you could also use at.&lt;BR /&gt;&lt;BR /&gt;See the at man page for more details.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;DR</description>
      <pubDate>Thu, 15 May 2003 18:53:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scheduler/m-p/2974624#M928080</guid>
      <dc:creator>Dario_1</dc:creator>
      <dc:date>2003-05-15T18:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scheduler/m-p/2974625#M928081</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;You can use at.&lt;BR /&gt;&lt;BR /&gt;see man at for more details.&lt;BR /&gt;&lt;BR /&gt;you will have to setup the environment. e.g. allow access to the user by making necessary modifications to files at.allow etc.&lt;BR /&gt;&lt;BR /&gt;With Oracle, i prefer to use DBMS_JOB package to schedule my jobs.&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Thu, 15 May 2003 19:09:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scheduler/m-p/2974625#M928081</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-05-15T19:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scheduler/m-p/2974626#M928082</link>
      <description>&lt;BR /&gt;I just wanted to know , is there any utility available.&lt;BR /&gt;My requirement is not critical. Right now when i try to create a cron job&lt;BR /&gt;it says 'crontab: you are not authorized to use cron.  Sorry.'&lt;BR /&gt;I guess i dont have permission to create cron jobs.&lt;BR /&gt;So i was curious to know whether any other way to do the same.&lt;BR /&gt;&lt;BR /&gt;Anyway thanks.&lt;BR /&gt;&lt;BR /&gt;Raj !!!!</description>
      <pubDate>Thu, 15 May 2003 19:40:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scheduler/m-p/2974626#M928082</guid>
      <dc:creator>Prabhu_7</dc:creator>
      <dc:date>2003-05-15T19:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scheduler/m-p/2974627#M928083</link>
      <description>You will have the same problem with the at command. The sys admin will have to add you to the cronallow and/or atallow file. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;DR</description>
      <pubDate>Thu, 15 May 2003 19:43:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scheduler/m-p/2974627#M928083</guid>
      <dc:creator>Dario_1</dc:creator>
      <dc:date>2003-05-15T19:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scheduler/m-p/2974628#M928084</link>
      <description>For the last part: If you want crontab permission, ask your system admin to do that. If you have the rights, then add your name on /var/adm/cron/cron.allow file or remove your name from /var/adm/cron/cron.deny.</description>
      <pubDate>Thu, 15 May 2003 20:02:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scheduler/m-p/2974628#M928084</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-05-15T20:02:16Z</dc:date>
    </item>
  </channel>
</rss>

