<?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 facility for openvms in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/cron-facility-for-openvms/m-p/4551508#M97264</link>
    <description>&lt;BR /&gt;Hima,&lt;BR /&gt;&lt;BR /&gt;Yes.. there is a cron.&lt;BR /&gt;&lt;BR /&gt;See code here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://groups.google.com/group/comp.os.vms/msg/dd91f0c133daaeba?dmode=source" target="_blank"&gt;http://groups.google.com/group/comp.os.vms/msg/dd91f0c133daaeba?dmode=source&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And related support .com post here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://groups.google.com/group/comp.os.vms/msg/e69f0e54fe65b6db?dmode=source" target="_blank"&gt;http://groups.google.com/group/comp.os.vms/msg/e69f0e54fe65b6db?dmode=source&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Note that link above has a "watcher" program.  It was such an important part of what I was doing, I could not have cron running (i.e. important production .com jobs were ran out of cron).&lt;BR /&gt;&lt;BR /&gt;The original author is Jim Gessling. You can google groups.google.com and get some of the back story.&lt;BR /&gt;&lt;BR /&gt;Rob&lt;BR /&gt;</description>
    <pubDate>Sun, 20 Dec 2009 02:38:04 GMT</pubDate>
    <dc:creator>Rob Young_4</dc:creator>
    <dc:date>2009-12-20T02:38:04Z</dc:date>
    <item>
      <title>cron facility for openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cron-facility-for-openvms/m-p/4551499#M97255</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is there any cron facility available for OpenVMS similar to Unix?&lt;BR /&gt;I have a command procedure and that should be executed every 2 days, so if we have a cron facility, how can we add that command procedure to the cron job?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Hima Bindu S</description>
      <pubDate>Thu, 17 Dec 2009 04:54:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cron-facility-for-openvms/m-p/4551499#M97255</guid>
      <dc:creator>himabindu s</dc:creator>
      <dc:date>2009-12-17T04:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: cron facility for openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cron-facility-for-openvms/m-p/4551500#M97256</link>
      <description>&lt;!--!*#--&gt;A Forum search for keywords like, say,&lt;BR /&gt;     batch resubmit&lt;BR /&gt;should find examples showing how to do things&lt;BR /&gt;like this without a "cron".&lt;BR /&gt;&lt;BR /&gt;A Forum search for "cron" should find some&lt;BR /&gt;things, too.&lt;BR /&gt;&lt;BR /&gt;It's pretty common to have a job which runs&lt;BR /&gt;every day, and decides whether it's the right&lt;BR /&gt;day to do some particular task (particular&lt;BR /&gt;day of the week or month, date, day after a&lt;BR /&gt;day when the task wasn't done, ...).</description>
      <pubDate>Thu, 17 Dec 2009 05:04:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cron-facility-for-openvms/m-p/4551500#M97256</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-12-17T05:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: cron facility for openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cron-facility-for-openvms/m-p/4551501#M97257</link>
      <description>If you want to do it the unix way, here is a cron facility e.g.:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.the-rohwedders.de/downloads/index.html" target="_blank"&gt;http://www.the-rohwedders.de/downloads/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The crontab entry would be something like:&lt;BR /&gt;&lt;BR /&gt;# min hour day month weekday job &lt;BR /&gt;00 09 * * 1,3,5 MYJOB/QUEUE=MYQUEUE/LOG=MYLOG&lt;BR /&gt;&lt;BR /&gt;starts the MYJOB.COM at 09:00 on monday, wednesday and friday.&lt;BR /&gt; &lt;BR /&gt;regards Kalle</description>
      <pubDate>Thu, 17 Dec 2009 05:48:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cron-facility-for-openvms/m-p/4551501#M97257</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2009-12-17T05:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: cron facility for openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cron-facility-for-openvms/m-p/4551502#M97258</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] every 2 days [...]&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] on monday, wednesday and friday.&lt;BR /&gt;&lt;BR /&gt;Not really the same thing, is it?</description>
      <pubDate>Thu, 17 Dec 2009 05:58:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cron-facility-for-openvms/m-p/4551502#M97258</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-12-17T05:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: cron facility for openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cron-facility-for-openvms/m-p/4551503#M97259</link>
      <description>Thanks for ur replies...&lt;BR /&gt;My question is do we have any cron tab facility by default in OpenVMS similar to that we have in Unix?</description>
      <pubDate>Thu, 17 Dec 2009 08:17:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cron-facility-for-openvms/m-p/4551503#M97259</guid>
      <dc:creator>himabindu s</dc:creator>
      <dc:date>2009-12-17T08:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: cron facility for openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cron-facility-for-openvms/m-p/4551504#M97260</link>
      <description>Hima,&lt;BR /&gt;&lt;BR /&gt;the answer is no. There is no cron utility in OpenVMS. There is a queue manager subsystem, which provides some of the functionalities of cron, but not all of them.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 17 Dec 2009 08:37:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cron-facility-for-openvms/m-p/4551504#M97260</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2009-12-17T08:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: cron facility for openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cron-facility-for-openvms/m-p/4551505#M97261</link>
      <description>Hima,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;  do we have any cron tab facility by &lt;BR /&gt;&amp;gt; default in OpenVMS&lt;BR /&gt;&lt;BR /&gt;  OpenVMS is not Unix. Unix is not OpenVMS. Things are done differently in different operating environments.&lt;BR /&gt;&lt;BR /&gt;  On OpenVMS the queue manager is used to control periodic execution of jobs. This is a different mechanism from cron. It has different strengths and weaknesses. The model is very different.&lt;BR /&gt;&lt;BR /&gt;  I'd suggest you try to approach OpenVMS without expecting it to work like Unix. It doesn't. You will be frustrated and disappointed if you expect it to.&lt;BR /&gt;&lt;BR /&gt;Instead of asking "where is cron" you should be asking "how do I execute a job periodically". Think in terms of the problem, not your expected solution.&lt;BR /&gt;&lt;BR /&gt;The same is true going the other way OpenVMS people need to rid themselves of OpenVMS biases when working with Unix.&lt;BR /&gt;&lt;BR /&gt;Even when there is (apparently) a port of cron to OpenVMS, chances are it won't be a 100% match. You're better off finding out about the new environment and working WITH it, rather than trying to force fit it into the model of another environment.</description>
      <pubDate>Thu, 17 Dec 2009 20:31:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cron-facility-for-openvms/m-p/4551505#M97261</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2009-12-17T20:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: cron facility for openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cron-facility-for-openvms/m-p/4551506#M97262</link>
      <description>&lt;A href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1261150461694+28353475&amp;amp;threadId=1035856" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1261150461694+28353475&amp;amp;threadId=1035856&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You might be able to use some of the knowledge from this older post.&lt;BR /&gt;&lt;BR /&gt;No Cron in VMS.&lt;BR /&gt;Help Queue or help submit.  Go from there on managing jobs to run specific days.</description>
      <pubDate>Fri, 18 Dec 2009 15:37:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cron-facility-for-openvms/m-p/4551506#M97262</guid>
      <dc:creator>Peter Zeiszler</dc:creator>
      <dc:date>2009-12-18T15:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: cron facility for openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cron-facility-for-openvms/m-p/4551507#M97263</link>
      <description>Process control and process management on OpenVMS is a very weak area of OpenVMS; cron is a comparatively primitive solution even on Unix and Linux, and many of the Unix platforms have better solutions (eg: launchd, HighTORC C3, puppet, ganglia, any of the various grid services), and accordingly cron itself is being replaced by various alternatives on these platforms.  &lt;BR /&gt;&lt;BR /&gt;Unfortunately and somewhat inexplicably, there's nothing as fancy as even cron on OpenVMS as yet, barring the cron ports that are around.  &lt;BR /&gt;&lt;BR /&gt;Which means you are left to use a port of cron, to acquire another open-source or commercial job scheduling package for OpenVMS, or to learn how to hack this on OpenVMS using batch.</description>
      <pubDate>Fri, 18 Dec 2009 16:04:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cron-facility-for-openvms/m-p/4551507#M97263</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-12-18T16:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: cron facility for openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cron-facility-for-openvms/m-p/4551508#M97264</link>
      <description>&lt;BR /&gt;Hima,&lt;BR /&gt;&lt;BR /&gt;Yes.. there is a cron.&lt;BR /&gt;&lt;BR /&gt;See code here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://groups.google.com/group/comp.os.vms/msg/dd91f0c133daaeba?dmode=source" target="_blank"&gt;http://groups.google.com/group/comp.os.vms/msg/dd91f0c133daaeba?dmode=source&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And related support .com post here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://groups.google.com/group/comp.os.vms/msg/e69f0e54fe65b6db?dmode=source" target="_blank"&gt;http://groups.google.com/group/comp.os.vms/msg/e69f0e54fe65b6db?dmode=source&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Note that link above has a "watcher" program.  It was such an important part of what I was doing, I could not have cron running (i.e. important production .com jobs were ran out of cron).&lt;BR /&gt;&lt;BR /&gt;The original author is Jim Gessling. You can google groups.google.com and get some of the back story.&lt;BR /&gt;&lt;BR /&gt;Rob&lt;BR /&gt;</description>
      <pubDate>Sun, 20 Dec 2009 02:38:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cron-facility-for-openvms/m-p/4551508#M97264</guid>
      <dc:creator>Rob Young_4</dc:creator>
      <dc:date>2009-12-20T02:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: cron facility for openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cron-facility-for-openvms/m-p/4551509#M97265</link>
      <description>&lt;BR /&gt;Hima,&lt;BR /&gt;&lt;BR /&gt;One other point.  That was written back in the day.  Prior to Itanium.  &lt;BR /&gt;&lt;BR /&gt;This will still work:&lt;BR /&gt;&lt;BR /&gt;$       is_alpha == 'f$getsyi("hw_model")' .gt. 1024&lt;BR /&gt;&lt;BR /&gt;But should probably be changed to is_fast&lt;BR /&gt;where it says is_alpha&lt;BR /&gt;&lt;BR /&gt;I warn to test this in non-production prior to implementing and make no claims as to how well it will work for you.&lt;BR /&gt;&lt;BR /&gt;Rob</description>
      <pubDate>Sun, 20 Dec 2009 02:53:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cron-facility-for-openvms/m-p/4551509#M97265</guid>
      <dc:creator>Rob Young_4</dc:creator>
      <dc:date>2009-12-20T02:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: cron facility for openvms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cron-facility-for-openvms/m-p/4551510#M97266</link>
      <description>Thank You for ur answers...&lt;BR /&gt;&lt;BR /&gt;I will work with job queue manager..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;S.Hima Bindu</description>
      <pubDate>Sun, 20 Dec 2009 11:02:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cron-facility-for-openvms/m-p/4551510#M97266</guid>
      <dc:creator>himabindu s</dc:creator>
      <dc:date>2009-12-20T11:02:22Z</dc:date>
    </item>
  </channel>
</rss>

