<?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: job is executing in node2 in cluster. in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/job-is-executing-in-node2-in-cluster/m-p/4330945#M92665</link>
    <description>shiva27,&lt;BR /&gt;&lt;BR /&gt;if you have a homogenous cluster, it should not matter, on which of the node a job may run. If it is a requirement for that job to be run on a specific node in the cluster, you may need to specify this requirement in the scheduler job definition by e.g. including something like /NODE=xxx&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
    <pubDate>Fri, 02 Jan 2009 15:39:00 GMT</pubDate>
    <dc:creator>Volker Halle</dc:creator>
    <dc:date>2009-01-02T15:39:00Z</dc:date>
    <item>
      <title>job is executing in node2 in cluster.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/job-is-executing-in-node2-in-cluster/m-p/4330936#M92656</link>
      <description>Can someone help.&lt;BR /&gt;&lt;BR /&gt;  I'm managing one VMS cluster having 2 nodes(say node1 &amp;amp; node2) and defined one scheduler job which is runnig everyday in last 2 month and collect/generate the user profile listing with name node1.txt and send this file to remote server thru SCP with name node1.txt.&lt;BR /&gt; &lt;BR /&gt;  Suddenly this job generating this file with name node2.txt instead of node1.txt and  sending file with name node2.txt.&lt;BR /&gt;&lt;BR /&gt;  There is no changes happend into system.&lt;BR /&gt;&lt;BR /&gt;OS : OpenVMS V8.2&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Jan 2009 04:42:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/job-is-executing-in-node2-in-cluster/m-p/4330936#M92656</guid>
      <dc:creator>shiva27</dc:creator>
      <dc:date>2009-01-02T04:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: job is executing in node2 in cluster.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/job-is-executing-in-node2-in-cluster/m-p/4330937#M92657</link>
      <description>&amp;gt; [...] one scheduler job [...]&lt;BR /&gt;&lt;BR /&gt;Do you mean a batch job?  As in SUBMIT?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Suddenly this job [...]&lt;BR /&gt;&lt;BR /&gt;So, if I understand this, you have a command&lt;BR /&gt;procedure, which you're hiding, you run it&lt;BR /&gt;in some unknown way, and you want someone to&lt;BR /&gt;tell you why it does what it does?&lt;BR /&gt;&lt;BR /&gt;Good luck.  My psychic powers are too weak&lt;BR /&gt;for me to guess what's happening, based on no&lt;BR /&gt;useful information.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; There is no changes happend into system.&lt;BR /&gt;&lt;BR /&gt;Even knowing nothing, I'd guess that&lt;BR /&gt;_something_ has changed, or else you wouldn't&lt;BR /&gt;be here asking this question.</description>
      <pubDate>Fri, 02 Jan 2009 05:51:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/job-is-executing-in-node2-in-cluster/m-p/4330937#M92657</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-01-02T05:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: job is executing in node2 in cluster.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/job-is-executing-in-node2-in-cluster/m-p/4330938#M92658</link>
      <description>Steven,&lt;BR /&gt;&lt;BR /&gt;  1.we are using CA scheduler product to schedule the jobs.&lt;BR /&gt;  2.we are using Generic command procedure to collect the user listing profile and &lt;NODE&gt;.txt file will create by this command procedure. It check the server name by cmd-&amp;gt;&lt;BR /&gt;node = f$getsyi("nodename")in command procedure.&lt;BR /&gt;&lt;BR /&gt;  3.Till yesterday job was creating file node1.txt,but now the output file it is showing node2.txt.&lt;BR /&gt;&lt;BR /&gt;My Question:&lt;BR /&gt;===========&lt;BR /&gt;   As the job is running in node1 then why is output file node2.txt creating. Both are in cluster. &lt;BR /&gt;If you need more information let me know please. Thanks.&lt;/NODE&gt;</description>
      <pubDate>Fri, 02 Jan 2009 06:46:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/job-is-executing-in-node2-in-cluster/m-p/4330938#M92658</guid>
      <dc:creator>shiva27</dc:creator>
      <dc:date>2009-01-02T06:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: job is executing in node2 in cluster.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/job-is-executing-in-node2-in-cluster/m-p/4330939#M92659</link>
      <description>The most likely thing is that the command procedure is being run on node2 instead of node1 as it did the last two months.  What evidence do you have that it is running on node1?&lt;BR /&gt;&lt;BR /&gt;I have never used CA scheduler, but with VMS queues it is possible to create generic queues, which can then run on any execution queue specified for the generic queue.  Most likely, CA scheduler has the same capability to schedule a job on any node.  For many things, it is not important what node a job runs on, therefore for availability, scheduling a job on a generic queue is can make it more likely that a machine to run on will be available.&lt;BR /&gt;&lt;BR /&gt;If you have accounting enabled, you can see where the job actually ran.&lt;BR /&gt;&lt;BR /&gt;If you want the job to run on a specific node, you will have to read the CA scheduler documentation to see how that can be done.&lt;BR /&gt;&lt;BR /&gt;Just because it happened to pick node2 to run on is no guarantee that it will always pick that node.  Perhaps the load has changed and the scheduler decided it was best to run the job on node1 the first two months, but now it thinks node2 is better.&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Fri, 02 Jan 2009 08:07:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/job-is-executing-in-node2-in-cluster/m-p/4330939#M92659</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2009-01-02T08:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: job is executing in node2 in cluster.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/job-is-executing-in-node2-in-cluster/m-p/4330940#M92660</link>
      <description>&amp;gt; node = f$getsyi("nodename")in command procedure.&lt;BR /&gt;&lt;BR /&gt;That should work correctly.  (I'll assume&lt;BR /&gt;that the file name is created using this&lt;BR /&gt;"node" variable.)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; As the job is running in node1 then why is&lt;BR /&gt;&amp;gt; output file node2.txt creating. Both are&lt;BR /&gt;&amp;gt; in cluster.&lt;BR /&gt;&lt;BR /&gt;_If_ the job were running on node1, then I'd&lt;BR /&gt;expect "node" to be "node1".  If it comes out&lt;BR /&gt;as "node2", then I'd tend to believe that the&lt;BR /&gt;job is really running on node2.  Do you have&lt;BR /&gt;any good reason to believe that it's really&lt;BR /&gt;running on node1?&lt;BR /&gt;&lt;BR /&gt;Have you looked at what's happening where&lt;BR /&gt;while the job is running?&lt;BR /&gt;&lt;BR /&gt;I know nothing about "CA scheduler", but it&lt;BR /&gt;might be smart enough to run a job on any&lt;BR /&gt;node in the cluster.  Perhaps it looks for&lt;BR /&gt;the node with the most free time, and node1&lt;BR /&gt;is now busier than it was before.&lt;BR /&gt;&lt;BR /&gt;Step1: Find out where the job actually runs.</description>
      <pubDate>Fri, 02 Jan 2009 08:10:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/job-is-executing-in-node2-in-cluster/m-p/4330940#M92660</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-01-02T08:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: job is executing in node2 in cluster.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/job-is-executing-in-node2-in-cluster/m-p/4330941#M92661</link>
      <description>I've executed scheduler job and automatically it is running from NODE2.&lt;BR /&gt;message coming:JOB completed from NODE2.&lt;BR /&gt;&lt;BR /&gt;  But again, Why job is running from NODE2, as it should work from NODE1 as it was.&lt;BR /&gt;&lt;BR /&gt;Note:This is production server we can't restart the scheduler.</description>
      <pubDate>Fri, 02 Jan 2009 09:35:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/job-is-executing-in-node2-in-cluster/m-p/4330941#M92661</guid>
      <dc:creator>shiva27</dc:creator>
      <dc:date>2009-01-02T09:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: job is executing in node2 in cluster.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/job-is-executing-in-node2-in-cluster/m-p/4330942#M92662</link>
      <description>Shiva,&lt;BR /&gt;&lt;BR /&gt;It may sound like semantics, but the question is: Where did the job run? It is not: Where did it report that it ran?&lt;BR /&gt;&lt;BR /&gt;Check the actual log file and accounting logs to determine where the job actually executed.&lt;BR /&gt;&lt;BR /&gt;One may ask: How could this happen? The simple answer is that I have seen various jobs which take their node name as a parameter (which is fixed at the time of submission) rather than determining it using the DCL lexical function F$GETSYI or the analogous system service or RTL calls. This leads to incorrect file names and misleading messages.&lt;BR /&gt;&lt;BR /&gt;Since the actual command procedure is also a mystery (at this time), there is no way to know if the message reporting execution on NODE2 is correct or incorrect.&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>Fri, 02 Jan 2009 10:37:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/job-is-executing-in-node2-in-cluster/m-p/4330942#M92662</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2009-01-02T10:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: job is executing in node2 in cluster.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/job-is-executing-in-node2-in-cluster/m-p/4330943#M92663</link>
      <description>Shiva,&lt;BR /&gt;&lt;BR /&gt;The info I am missing is a full specification of the queue.&lt;BR /&gt;&lt;BR /&gt;In a cluster environment, it is usual to specify that a queue may execute on multiple (by default: ALL) nodes.&lt;BR /&gt;At a certain moment in time it executes on a certain node, but for various reasons the queue manager may fail queues over to another node.&lt;BR /&gt;This MIGHT have happened here also.&lt;BR /&gt;Please provide the output of a&lt;BR /&gt;$ SHOW QUEUE/FULL &lt;THE-QUEUE-IN-QUESTION&gt;&lt;BR /&gt;and we might rule this out, or call this a reasonable explanation.&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe&lt;/THE-QUEUE-IN-QUESTION&gt;</description>
      <pubDate>Fri, 02 Jan 2009 12:06:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/job-is-executing-in-node2-in-cluster/m-p/4330943#M92663</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2009-01-02T12:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: job is executing in node2 in cluster.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/job-is-executing-in-node2-in-cluster/m-p/4330944#M92664</link>
      <description>&amp;gt; But again, Why job is running from NODE2,&lt;BR /&gt;&amp;gt; as it should work from NODE1 as it was.&lt;BR /&gt;&lt;BR /&gt;Why, exactly, should it run on any particular&lt;BR /&gt;node?  When did you it where to run?&lt;BR /&gt;&lt;BR /&gt;Don't tell me how it "should work", tell the&lt;BR /&gt;fellow (or program) who runs the job.</description>
      <pubDate>Fri, 02 Jan 2009 14:55:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/job-is-executing-in-node2-in-cluster/m-p/4330944#M92664</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-01-02T14:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: job is executing in node2 in cluster.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/job-is-executing-in-node2-in-cluster/m-p/4330945#M92665</link>
      <description>shiva27,&lt;BR /&gt;&lt;BR /&gt;if you have a homogenous cluster, it should not matter, on which of the node a job may run. If it is a requirement for that job to be run on a specific node in the cluster, you may need to specify this requirement in the scheduler job definition by e.g. including something like /NODE=xxx&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 02 Jan 2009 15:39:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/job-is-executing-in-node2-in-cluster/m-p/4330945#M92665</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2009-01-02T15:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: job is executing in node2 in cluster.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/job-is-executing-in-node2-in-cluster/m-p/4330946#M92666</link>
      <description>Check the /CLUSTER_NODE qualifier for the various job-related commands &lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 02 Jan 2009 15:53:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/job-is-executing-in-node2-in-cluster/m-p/4330946#M92666</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2009-01-02T15:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: job is executing in node2 in cluster.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/job-is-executing-in-node2-in-cluster/m-p/4330947#M92667</link>
      <description>Shiva,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;But again, Why job is running from NODE2, &lt;BR /&gt;&amp;gt;as it should work from NODE1 as it was.&lt;BR /&gt;&lt;BR /&gt;  My guess is you have a generic queue which feeds execution queues on each node. This is a very common configuration. In a cluster it usually doesn't matter on which node a job executes, so there's a benefit in distributing the load between nodes.&lt;BR /&gt;&lt;BR /&gt;  Further, I'd guess that your particular job happens to have executed on NODE1 more often than on NODE2. This could be load related, or just a "phase of the moon" thing. For whatever reason, and regardless of how long it's been that way, it's now unexpectedly landed on a different node. Not a lot of point in trying to work out why, just concentrate on correcting the perceived misbehaviour.&lt;BR /&gt;&lt;BR /&gt;  Now, if the job really is dependent on running on a particular node (which some of us would consider a bug!), you have two broad options. First, fix the job so it's independent of the node it runs on, and second, fix the scheduling mechanism to specify the dependency, ie: force it to run on a specific execution node on your required node.&lt;BR /&gt;&lt;BR /&gt;  You'll need to consult the CA Scheduler documentation to determine how to specify a specific execution queue.</description>
      <pubDate>Sun, 04 Jan 2009 23:16:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/job-is-executing-in-node2-in-cluster/m-p/4330947#M92667</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2009-01-04T23:16:30Z</dc:date>
    </item>
  </channel>
</rss>

