<?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: Invalid grid resource was requested in Grid in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Invalid-grid-resource-was-requested-in-Grid/m-p/860664#M26091</link>
    <description>The required resources field is in the properties for the Grid Server in SAS Management Console -&amp;gt; Server Manager -&amp;gt; SASApp -&amp;gt; SASApp - Grid Server. It would be "SASApp" by default (so if SASApp was not configured as a resource you would encounter that error).</description>
    <pubDate>Fri, 24 Feb 2023 13:32:22 GMT</pubDate>
    <dc:creator>gwootton</dc:creator>
    <dc:date>2023-02-24T13:32:22Z</dc:date>
    <item>
      <title>Invalid grid resource was requested in Grid</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Invalid-grid-resource-was-requested-in-Grid/m-p/860493#M26079</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried to submit a job in EG but getting below ERROR if I remove RSUBMIT it will work.&amp;nbsp;&lt;BR /&gt;&lt;A href="https://support.sas.com/rnd/scalability/grid/PlatformSuiteForSASDebugging.pdf" target="_blank" rel="noopener"&gt;https://support.sas.com/rnd/scalability/grid/PlatformSuiteForSASDebugging.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;on 4th page from above link looks useful but not sure how to define a SASApp server in the lsf.shared file.&lt;/P&gt;
&lt;P&gt;something like this&lt;/P&gt;
&lt;P&gt;SASApp Boolean () () ()&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;27         
28         %let RC = %SYSFUNC(grdsvc_enable(_all_,Server=SASApp));
29         OPTIONS AUTOSIGNON;
30         RSUBMIT  MySes1 WAIT=NO;
NOTE: Remote session ID MYSES1 will use the grid service _ALL_.
ERROR: An invalid grid resource was requested or the resource was not associated with any grid node.
ERROR: A communication subsystem partner link setup request failure has occurred.
ERROR: Could not start grid job or grid job failed.
NOTE: Subsequent lines will be ignored until ENDRSUBMIT.&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Thu, 23 Feb 2023 17:02:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Invalid-grid-resource-was-requested-in-Grid/m-p/860493#M26079</guid>
      <dc:creator>sathya66</dc:creator>
      <dc:date>2023-02-23T17:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid grid resource was requested in Grid</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Invalid-grid-resource-was-requested-in-Grid/m-p/860518#M26081</link>
      <description>This looks like you have something invalid configured in the SASApp grid server configuration in SAS Management Console under required resources. The submission is including a resource requirement that is either not defined in the grid at all or is not associated with any grid node. By default the required resource there is for "SASApp" is defined during deployment, you can see what resources are associated with your grid hosts in the output of the lshosts command:&lt;BR /&gt;&lt;BR /&gt;$ lshosts -w&lt;BR /&gt;HOST_NAME                              type       model  cpuf ncpus maxmem maxswp server RESOURCES&lt;BR /&gt;compute-01.example.com           X86_64 Intel_EM64T  60.0     2  31.9G   3.9G    Yes (mg SASApp SASAppVA node1 SASAppFM)&lt;BR /&gt;compute-02.example.com           X86_64 Intel_EM64T  60.0     2  15.9G   3.9G    Yes (mg SASApp)&lt;BR /&gt;compute-03.example.com           X86_64 Intel_EM64T  60.0     2  15.9G   3.9G    Yes (mg SASApp)</description>
      <pubDate>Thu, 23 Feb 2023 18:23:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Invalid-grid-resource-was-requested-in-Grid/m-p/860518#M26081</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2023-02-23T18:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid grid resource was requested in Grid</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Invalid-grid-resource-was-requested-in-Grid/m-p/860621#M26087</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Yes, SASApp is missing in the resources. I have added SASApp to the resources and restarted. Now working fine&amp;nbsp;&lt;/P&gt;
&lt;UL class="bx--list--unordered"&gt;
&lt;LI class="bx--list__item"&gt;&lt;SPAN class="keyword cmdname"&gt;lsadmin reconfig&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to reconfigure LIM&lt;/LI&gt;
&lt;LI class="bx--list__item"&gt;&lt;SPAN class="keyword cmdname"&gt;badmin mbdrestart&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to restart&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="keyword cmdname"&gt;mbatchd&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI class="bx--list__item"&gt;&lt;SPAN class="keyword cmdname"&gt;lsadmin limrestart&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to restart LIM (on all changed non-&lt;SPAN class="keyword"&gt;management&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;hosts)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;but on SMC&lt;/P&gt;
&lt;P&gt;where can I find this option "&lt;SPAN&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;This looks like you have something invalid configured in the SASApp grid server configuration in SAS Management Console under required resources&lt;/STRONG&gt;&lt;/FONT&gt;"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2023 09:30:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Invalid-grid-resource-was-requested-in-Grid/m-p/860621#M26087</guid>
      <dc:creator>sathya66</dc:creator>
      <dc:date>2023-02-24T09:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid grid resource was requested in Grid</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Invalid-grid-resource-was-requested-in-Grid/m-p/860664#M26091</link>
      <description>The required resources field is in the properties for the Grid Server in SAS Management Console -&amp;gt; Server Manager -&amp;gt; SASApp -&amp;gt; SASApp - Grid Server. It would be "SASApp" by default (so if SASApp was not configured as a resource you would encounter that error).</description>
      <pubDate>Fri, 24 Feb 2023 13:32:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Invalid-grid-resource-was-requested-in-Grid/m-p/860664#M26091</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2023-02-24T13:32:22Z</dc:date>
    </item>
  </channel>
</rss>

