<?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: Executing ques to stay on the same system in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/executing-ques-to-stay-on-the-same-system/m-p/4356778#M93322</link>
    <description>Riverhawk,&lt;BR /&gt;&lt;BR /&gt;On a side note, obviously without seeing the sources one cannot comment, but I would not presume that the only solution to fixing the command procedures is to modify all 614 command procedures. There may be shortcuts.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
    <pubDate>Wed, 11 Feb 2009 23:46:32 GMT</pubDate>
    <dc:creator>Robert Gezelter</dc:creator>
    <dc:date>2009-02-11T23:46:32Z</dc:date>
    <item>
      <title>Executing ques to stay on the same system</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/executing-ques-to-stay-on-the-same-system/m-p/4356775#M93319</link>
      <description>Do you know of a way to be able, while on lets say system A, to test jobs that are submitted to any of the system SYS$BATCH* queues and have the job stay on System A &amp;amp; not touch System B?&lt;BR /&gt;&lt;BR /&gt;For example, I am on System A, and need to test execution of the command procedure say DB_NITE.COM.  Normally we would submit to SYS$BATCH under user account PROD_DB the file DBCOM:DB_NITE.COM.  But we do not want the job to execute on System B. We only want to test on System A completely.  During the execution of the command procedure there will be system setup commands executed.  Some execute “SETUP ##” where ## equals the system 2 digit initials.  Thus to set the environment for DB one would execute “SETUP DB”.  But there are other command procedures that do not execute the “SETUP ##” but execute “SETUP PROD_##” or “PROD:SETUP PROD_##”.  Whenever the PROD_## setup executes and establishes the production logicals.  This is ok when one is executing on System B but causes issues when testing on System A.  I know we could change the SETUP command but there are 614 different command procedures across DB, CA, CM &amp;amp; CP systems.  Too many command procedures to change.&lt;BR /&gt;Do you know of a way that would keep setup commands to execute in the manner requested?  If I am on System A I only use System A  queues &amp;amp; files.  And if on System B I access System B queues &amp;amp; files.&lt;BR /&gt;&lt;BR /&gt;The current system is version 7.2-2</description>
      <pubDate>Wed, 11 Feb 2009 19:39:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/executing-ques-to-stay-on-the-same-system/m-p/4356775#M93319</guid>
      <dc:creator>Riverhawk</dc:creator>
      <dc:date>2009-02-11T19:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Executing ques to stay on the same system</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/executing-ques-to-stay-on-the-same-system/m-p/4356776#M93320</link>
      <description>Riverhawk,&lt;BR /&gt;&lt;BR /&gt;In a word, yes.&lt;BR /&gt;&lt;BR /&gt;The queue name specified in the SUBMIT command can also be a logical name.&lt;BR /&gt;&lt;BR /&gt;It is straightforward to create a separate batch queue for each machine, with a name that includes the nodename.&lt;BR /&gt;&lt;BR /&gt;In the JOB logical name table, one can then create a constant logical name (e.g., USER_THIS_NODE) that contains the name of the specific queue for that node.&lt;BR /&gt;&lt;BR /&gt;Then a SUBMIT/QUEUE=USER_THIS_NODE will submit the job to the correct queue.&lt;BR /&gt;&lt;BR /&gt;I would recommend using this as a stop-gap until the procedures can be changed to work correctly on all nodes, it is a far superior and lower long term cost solution.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Wed, 11 Feb 2009 20:03:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/executing-ques-to-stay-on-the-same-system/m-p/4356776#M93320</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2009-02-11T20:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Executing ques to stay on the same system</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/executing-ques-to-stay-on-the-same-system/m-p/4356777#M93321</link>
      <description>It seems Your system has a GENERIC queue SYS$BATCH, consisting of execution queues on all (or some) nodes in the cluster.&lt;BR /&gt;&lt;BR /&gt;You can define SYS$BATCH on each individual node to be the execution node of this system.&lt;BR /&gt;Example:&lt;BR /&gt;Lets assume the execution queues are called&lt;BR /&gt; BATCH_nodename, where nodename is the nodename of each system, and are initialized by&lt;BR /&gt; INIT/QUEUE/BATCH/ON='f$GETSYI("NODENAME")' -&lt;BR /&gt;BATCH_'f$GETSYI("nodename")' ,&lt;BR /&gt;then &lt;BR /&gt; DEFINE SYS$BATCH BATCH_'f$GETSYI("nodename")' .&lt;BR /&gt;SUBMIT without /QUE, or SUBMIT/QUEUE=sys$batch will then execute on the issuing node.</description>
      <pubDate>Wed, 11 Feb 2009 20:09:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/executing-ques-to-stay-on-the-same-system/m-p/4356777#M93321</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2009-02-11T20:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Executing ques to stay on the same system</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/executing-ques-to-stay-on-the-same-system/m-p/4356778#M93322</link>
      <description>Riverhawk,&lt;BR /&gt;&lt;BR /&gt;On a side note, obviously without seeing the sources one cannot comment, but I would not presume that the only solution to fixing the command procedures is to modify all 614 command procedures. There may be shortcuts.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Wed, 11 Feb 2009 23:46:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/executing-ques-to-stay-on-the-same-system/m-p/4356778#M93322</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2009-02-11T23:46:32Z</dc:date>
    </item>
  </channel>
</rss>

