<?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: How to find the Inactive Grid node programmatically in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-find-the-Inactive-Grid-node-programmatically/m-p/441141#M28464</link>
    <description>&lt;P&gt;I am not authorized to run the commands. I asked to know that if any thing available or not? .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mainly I&amp;nbsp;am looking programmatic&amp;nbsp;way to know the find the inactive grid server and available Free memory of the server.&lt;/P&gt;</description>
    <pubDate>Thu, 01 Mar 2018 09:07:31 GMT</pubDate>
    <dc:creator>yanamadala85</dc:creator>
    <dc:date>2018-03-01T09:07:31Z</dc:date>
    <item>
      <title>How to find the Inactive Grid node programmatically</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-find-the-Inactive-Grid-node-programmatically/m-p/440936#M28454</link>
      <description>&lt;DIV class="lia-message-heading lia-component-message-header"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="messagebodydisplay_0" class="lia-message-body"&gt;
&lt;DIV class="lia-message-body-content"&gt;
&lt;P&gt;I am using RSUBMIT method to distribute the jobs parallel. I have scenario where I am not able to find the solution.&lt;/P&gt;
&lt;P&gt;1) I submitted the RSUBMIT blocks and distributed the jobs to different grids&lt;/P&gt;
&lt;P&gt;2) due to some reason middle of the programs execution one of the grid node is unavailable/failed&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any way to find the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;unavailable/unresponsive/&amp;nbsp;Idle grid node?&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 28 Feb 2018 16:29:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-find-the-Inactive-Grid-node-programmatically/m-p/440936#M28454</guid>
      <dc:creator>yanamadala85</dc:creator>
      <dc:date>2018-02-28T16:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the Inactive Grid node programmatically</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-find-the-Inactive-Grid-node-programmatically/m-p/441131#M28459</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/48904"&gt;@yanamadala85&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;yours is a very good question. I think your answer is in checking the status of the Connect Spawner and the Object Spawner in every node of your grid.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;UI-wise&lt;/U&gt;, &lt;STRONG&gt;RTM&lt;/STRONG&gt; or &lt;STRONG&gt;Grid Monitor&lt;/STRONG&gt; will help you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, c&lt;U&gt;ommand-line-wise&lt;/U&gt;, you could go for one of these options:&lt;/P&gt;
&lt;P&gt;- check the &lt;STRONG&gt;logs&lt;/STRONG&gt; of the spawners&lt;/P&gt;
&lt;P&gt;- check the status of the services with &lt;STRONG&gt;ego&lt;/STRONG&gt; commands&lt;/P&gt;
&lt;P&gt;- Run a &lt;STRONG&gt;Gridtest_fast.sas&lt;/STRONG&gt; or&amp;nbsp;&lt;STRONG&gt;Gridtest.sas&lt;/STRONG&gt; before executing your program&amp;nbsp; &lt;A href="https://support.sas.com/rnd/scalability/grid/download.html" target="_blank"&gt;https://support.sas.com/rnd/scalability/grid/download.html&lt;/A&gt; however I think this might be a bit overkilling if you plan to run it before every program.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nevertheless, I think that besides the checks, you rather would &lt;STRONG&gt;&amp;nbsp;configure High Availability (HA)&lt;/STRONG&gt; in your grid environment, precisely to ensure that,if any grid or service goes down, the service will start in other machine for the time being. On this way, your programs should not fail.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For all of that and more, you can check:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/rnd/scalability/grid/HA/gridha.html" target="_blank"&gt;https://support.sas.com/rnd/scalability/grid/HA/gridha.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Please note that most of those ways are for the administrators of your environment to execute. I mean, a programmer/user should not really be concerned about availability of the environment. If technical problems arise, you open a support ticket and other team would take care of it in your behalf. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 08:10:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-find-the-Inactive-Grid-node-programmatically/m-p/441131#M28459</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2018-03-01T08:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the Inactive Grid node programmatically</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-find-the-Inactive-Grid-node-programmatically/m-p/441136#M28461</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;SPAN class="login-bold"&gt;&lt;A id="link_8" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://communities.sas.com/t5/user/viewprofilepage/user-id/35204" target="_self"&gt;JuanS_OCS&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="login-bold"&gt;Thanks for the reply.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;We are not using the EG UI for submitting the SAS jobs. In this Scenario I can not event configure the&amp;nbsp;&lt;STRONG&gt;(HA)&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; and I can't check the&amp;nbsp;&lt;STRONG&gt;logs&lt;/STRONG&gt;&amp;nbsp;of the spawners.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I have another question, Is there any way to find the allocated memory and available free memory a server (Grid node) grammatically&amp;nbsp;or by&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;commands?.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 08:31:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-find-the-Inactive-Grid-node-programmatically/m-p/441136#M28461</guid>
      <dc:creator>yanamadala85</dc:creator>
      <dc:date>2018-03-01T08:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the Inactive Grid node programmatically</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-find-the-Inactive-Grid-node-programmatically/m-p/441137#M28462</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/48904"&gt;@yanamadala85&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;a couple of comments:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;As mentioned, all of that is for your administrators&lt;/LI&gt;
&lt;LI&gt;Are you capable / authorised to run X commands?&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Thu, 01 Mar 2018 08:39:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-find-the-Inactive-Grid-node-programmatically/m-p/441137#M28462</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2018-03-01T08:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the Inactive Grid node programmatically</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-find-the-Inactive-Grid-node-programmatically/m-p/441141#M28464</link>
      <description>&lt;P&gt;I am not authorized to run the commands. I asked to know that if any thing available or not? .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mainly I&amp;nbsp;am looking programmatic&amp;nbsp;way to know the find the inactive grid server and available Free memory of the server.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 09:07:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-find-the-Inactive-Grid-node-programmatically/m-p/441141#M28464</guid>
      <dc:creator>yanamadala85</dc:creator>
      <dc:date>2018-03-01T09:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the Inactive Grid node programmatically</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-find-the-Inactive-Grid-node-programmatically/m-p/441145#M28465</link>
      <description>&lt;P&gt;I don't think you can, without running X commands or running commands directly on your server's shell interface.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To run X commands is a high level risk, hence the reason because it is normally disabled. It is normally enabled only for few high level users or administrators.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All above make my advise to stand: please align with your SAS or system administrators. Open communication with them and ensure they understand your challenge, which is, in the end and probably, the challenge of your company business.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 09:59:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-find-the-Inactive-Grid-node-programmatically/m-p/441145#M28465</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2018-03-01T09:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the Inactive Grid node programmatically</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-find-the-Inactive-Grid-node-programmatically/m-p/441148#M28467</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;SPAN class="login-bold"&gt;&lt;A id="link_8" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://communities.sas.com/t5/user/viewprofilepage/user-id/35204" target="_self"&gt;JuanS_OCS&lt;/A&gt;.&lt;/SPAN&gt; I also felt the same.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have general question, Any way to submit the jobs only to particular grid node. We have four Grid nodes, I want to submit the rsubmit blocks to only one Grid node.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 10:36:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-find-the-Inactive-Grid-node-programmatically/m-p/441148#M28467</guid>
      <dc:creator>yanamadala85</dc:creator>
      <dc:date>2018-03-01T10:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the Inactive Grid node programmatically</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-find-the-Inactive-Grid-node-programmatically/m-p/442018#M28525</link>
      <description>I have a question regarding looping of resubmit blocks.&lt;BR /&gt;&lt;BR /&gt;I want to submit 30 programs parallel.&lt;BR /&gt;&lt;BR /&gt;Which one will be the best way to do rsubmits.&lt;BR /&gt;A. Writting 30 individual rsubmits&lt;BR /&gt;B. Looping rsubmits&lt;BR /&gt;&lt;BR /&gt;%macro loop;&lt;BR /&gt;Preprocessing like enabling sas sessions on grid and autosignon option and&lt;BR /&gt;etc;&lt;BR /&gt;Do i= 1 to n;&lt;BR /&gt;Rsubmit task&amp;amp;i wait=no;&lt;BR /&gt;Some sas program....;&lt;BR /&gt;End rsubmt;&lt;BR /&gt;Waitfor _all_;&lt;BR /&gt;Some sas program;&lt;BR /&gt;Signoff _all_;&lt;BR /&gt;%mend;&lt;BR /&gt;%loop;&lt;BR /&gt;&lt;BR /&gt;Or&lt;BR /&gt;&lt;BR /&gt;Rsubmit task1 wait=no;&lt;BR /&gt;Some program;&lt;BR /&gt;End rsbmit;&lt;BR /&gt;....&lt;BR /&gt;&lt;BR /&gt;Rsubmit task30 wait=no;&lt;BR /&gt;Some program;&lt;BR /&gt;End rsbmit;&lt;BR /&gt;</description>
      <pubDate>Sat, 03 Mar 2018 04:24:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-find-the-Inactive-Grid-node-programmatically/m-p/442018#M28525</guid>
      <dc:creator>yanamadala85</dc:creator>
      <dc:date>2018-03-03T04:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the Inactive Grid node programmatically</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-find-the-Inactive-Grid-node-programmatically/m-p/442123#M28535</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/48904"&gt;@yanamadala85&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;"&lt;EM&gt;I have general question, Any way to submit the jobs only to particular grid node&lt;/EM&gt;."&lt;/P&gt;
&lt;P&gt;Setting up workload balancing is a SAS Admin task. I don't know why you would only want to use a single node but yes, that can be done by defining a queue which only hits a single node.&amp;nbsp;Setting this up is a&amp;nbsp;SAS Admin task so discuss your requirement with this person at your site.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For execution of 30 jobs in parallel: First of all the LSF queue you're using&amp;nbsp;must allow for 30 jobs in parallel else whatever&amp;nbsp;you set-up won't execute as parallel as you believe.&amp;nbsp;Secondly: If possible use LSF to define your flows and define parallelism and job dependencies there.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Mar 2018 02:38:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-find-the-Inactive-Grid-node-programmatically/m-p/442123#M28535</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2018-03-04T02:38:16Z</dc:date>
    </item>
  </channel>
</rss>

