<?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: Sas grid resource issue -validation issue in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Sas-grid-resource-issue-validation-issue/m-p/958639#M29580</link>
    <description>&lt;P&gt;In the grid server metadata under the Options tab would be a field named 'Required Resources'. If that field has a value in it (like 'SASApp'), then one of the hosts in the LSF cluster has to have that resource name associated with it as a boolean resource in the lsf.cluster.&amp;lt;cluster-name&amp;gt; file.&lt;/P&gt;</description>
    <pubDate>Fri, 07 Feb 2025 14:40:03 GMT</pubDate>
    <dc:creator>doug_sas</dc:creator>
    <dc:date>2025-02-07T14:40:03Z</dc:date>
    <item>
      <title>Sas grid resource issue -validation issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Sas-grid-resource-issue-validation-issue/m-p/958595#M29575</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Trying to validate the grid server and workspace but I am getting below error.&lt;BR /&gt;&lt;BR /&gt;ERROR [00000565] :sas -&amp;nbsp; PROVIDER(Platform): Request from non-LSF host rejected&lt;BR /&gt;ERROR [00000565] :sas -&amp;nbsp; An invalid grid resource was requested or the resource was not associated with any grid node.&lt;BR /&gt;ERROR [00000495]sas - An invalid grid resource was requested or the resource was not associated with any grid node.&lt;BR /&gt;ERROR [00000495] :sas - The launch of server SASApp - Workspace Server for user sas failed.&lt;BR /&gt;ERROR [00000495] :sas - The specified uuid DA4E-823F-8938AFF2B492 did not match any process managed by this spawner.&lt;BR /&gt;&lt;BR /&gt;Workspace validation from SMC&lt;BR /&gt;&lt;BR /&gt; INFO: Starting extended validation for Workspace server (level 1) - Making a connection&lt;BR /&gt; SEVERE: An invalid grid resource was requested or the resource was not associated with any grid node.&lt;BR /&gt; SEVERE: The launch of server SASApp - Workspace Server for user sasdemo failed.&lt;BR /&gt; SEVERE: Failed to start the server.&lt;BR /&gt; SEVERE: The application could not connect to any server in the cluster &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SASApp resources are added in the lsf_cluster and shared and no luck&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 06 Feb 2025 21:18:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Sas-grid-resource-issue-validation-issue/m-p/958595#M29575</guid>
      <dc:creator>sathya66</dc:creator>
      <dc:date>2025-02-06T21:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Sas grid resource issue -validation issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Sas-grid-resource-issue-validation-issue/m-p/958597#M29576</link>
      <description>This error "Request from non-LSF host rejected" means the host submitted the request to the grid is not defined in LSF as a grid server or client. LSF does this check based on a reverse DNS lookup on the IP address, so assuming the host where the object spawner is running is configured as an LSF server, you may need to configure an LSF hosts file to match the IP address to the name as it is defined in the LSF configuration.</description>
      <pubDate>Thu, 06 Feb 2025 21:34:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Sas-grid-resource-issue-validation-issue/m-p/958597#M29576</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2025-02-06T21:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sas grid resource issue -validation issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Sas-grid-resource-issue-validation-issue/m-p/958599#M29578</link>
      <description>You mean in the /etc/hosts or in the hosts file in lsf conf directory?&lt;BR /&gt;We have done this . We just restarted only lsf and pm services. Do we need to restart all SAS services ( meta, compute) as well?</description>
      <pubDate>Thu, 06 Feb 2025 21:56:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Sas-grid-resource-issue-validation-issue/m-p/958599#M29578</guid>
      <dc:creator>sathya66</dc:creator>
      <dc:date>2025-02-06T21:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sas grid resource issue -validation issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Sas-grid-resource-issue-validation-issue/m-p/958602#M29579</link>
      <description>LSF would use either. Ideally, this information would be in DNS, but you can provide it to /etc/hosts which is read when performing lookups as well. If you want this information to only be available to LSF, you can use the LSF hosts file.&lt;BR /&gt;&lt;BR /&gt;What is needed is for LSF to be able to resolve the IP address making the request back to a configured LSF client.</description>
      <pubDate>Thu, 06 Feb 2025 21:54:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Sas-grid-resource-issue-validation-issue/m-p/958602#M29579</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2025-02-06T21:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sas grid resource issue -validation issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Sas-grid-resource-issue-validation-issue/m-p/958639#M29580</link>
      <description>&lt;P&gt;In the grid server metadata under the Options tab would be a field named 'Required Resources'. If that field has a value in it (like 'SASApp'), then one of the hosts in the LSF cluster has to have that resource name associated with it as a boolean resource in the lsf.cluster.&amp;lt;cluster-name&amp;gt; file.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 14:40:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Sas-grid-resource-issue-validation-issue/m-p/958639#M29580</guid>
      <dc:creator>doug_sas</dc:creator>
      <dc:date>2025-02-07T14:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Sas grid resource issue -validation issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Sas-grid-resource-issue-validation-issue/m-p/959194#M29597</link>
      <description>&lt;P&gt;Everything looking good on setup wise. Looks like AES encryption ERROR. See below.&amp;nbsp;&lt;BR /&gt;We have tested in TEST environment, it is working fine but issue is with PROD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;2025-02-13T16:29:51,873 INFO&amp;nbsp; [00000094] :sasdemo - New client connection (13) accepted from server port 8591 for user sasdemo. Encryption level is Everything using encryption algorithm AES. Peer IP address and port are [::ffff:11.87.120.33]:58440 for APPNAME=ConnectionService 904801.&lt;BR /&gt;2025-02-13T16:29:52,007 INFO&amp;nbsp; [00000094] :sasdemo - Created process 486901 using credentials sasdemo (child id 0).&lt;BR /&gt;2025-02-13T16:29:58,773 ERROR [00000109] :sas - Encryption run-time execution error&lt;BR /&gt;2025-02-13T16:29:58,773 INFO&amp;nbsp; [00000109] :sas - Client connection 13 for user sasdemo closed.&lt;BR /&gt;2025-02-13T16:29:58,913 INFO&amp;nbsp; [00000111] :sas - Process 0 (originally 486901) for user sasdemo (child id 0) has ended.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Thu, 13 Feb 2025 16:51:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Sas-grid-resource-issue-validation-issue/m-p/959194#M29597</guid>
      <dc:creator>sathya66</dc:creator>
      <dc:date>2025-02-13T16:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sas grid resource issue -validation issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Sas-grid-resource-issue-validation-issue/m-p/959251#M29598</link>
      <description>If you have FIPS openssl on your host you may need to add the -encryptfips option to your object spawner's usermods. For example in ObjectSpawner_usermods.sh adding:&lt;BR /&gt;&lt;BR /&gt;USERMODS="$USERMODS -encryptfips "</description>
      <pubDate>Fri, 14 Feb 2025 16:53:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Sas-grid-resource-issue-validation-issue/m-p/959251#M29598</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2025-02-14T16:53:57Z</dc:date>
    </item>
  </channel>
</rss>

