<?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 SAS 9.4 M8 Installation in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-M8-Installation/m-p/925725#M28444</link>
    <description />
    <pubDate>Thu, 25 Apr 2024 11:57:54 GMT</pubDate>
    <dc:creator>mkiran</dc:creator>
    <dc:date>2024-04-25T11:57:54Z</dc:date>
    <item>
      <title>SAS 9.4 M8 Installation</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-M8-Installation/m-p/925725#M28444</link>
      <description />
      <pubDate>Thu, 25 Apr 2024 11:57:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-M8-Installation/m-p/925725#M28444</guid>
      <dc:creator>mkiran</dc:creator>
      <dc:date>2024-04-25T11:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 M8 Installation</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-M8-Installation/m-p/925727#M28445</link>
      <description>I am performing new installation for M8 and completed below.&lt;BR /&gt;&lt;BR /&gt;1. Metadata / Grid control - it has SASApp server and Object spawner to use as a compute for standalone tools. It is the LSF master too.&lt;BR /&gt;2. Grid Node 1 - Installed LSF and other SAS services like WIPDS, Stored process, Another application server for Grid ,Object spawner (second one - should I reuse the same one from Grid control server ? )&lt;BR /&gt;&lt;BR /&gt;Both nodes are installed on a shared configuration directory.&lt;BR /&gt;And I see all services runnig properly on Grid node1 using sas.services script.&lt;BR /&gt;&lt;BR /&gt;Do I need to perform any other configuration using SDW on Grid node 2 ?&lt;BR /&gt;How can I reuse the same sas.servers script on Grid 2 to start only the Object spawner  with out starting other services like DIP, Locator, WIPDS, etc?.</description>
      <pubDate>Thu, 25 Apr 2024 12:07:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-M8-Installation/m-p/925727#M28445</guid>
      <dc:creator>mkiran</dc:creator>
      <dc:date>2024-04-25T12:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 M8 Installation</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-M8-Installation/m-p/925745#M28447</link>
      <description>1. In this configuration you would not use the same object spawner between grid control and grid node 1.&lt;BR /&gt;2. No, you do not need to perform additional configuration on Grid node 2.&lt;BR /&gt;3. You would not use the sas.servers script to start the services on Grid node 2 for the reason you have identified, it would try to start services already running on node 1, you would just use the ObjectSpawner.sh script to start the Object Spawner on Node 2.</description>
      <pubDate>Thu, 25 Apr 2024 13:32:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-M8-Installation/m-p/925745#M28447</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2024-04-25T13:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 M8 Installation</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-M8-Installation/m-p/925811#M28448</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp;: Yes I am not able to use the Grid Node1 Object spawner and grid node1 Application server loadbalancing with Grid algorithm(Only COST algorithm is available here).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you recommend configuring the Grid Node1 and Node2 on the same Grid Control server configuration (shared)?. In this architecture, I will need to select this shared config directory from SDW and merge these additional Application server node products.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;then I need to control sas.servers to control services on each respective node. Please suggest the optimal method for this configuration, we are flexible to perform the configs.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2024 16:26:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-M8-Installation/m-p/925811#M28448</guid>
      <dc:creator>mkiran</dc:creator>
      <dc:date>2024-04-25T16:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 M8 Installation</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-M8-Installation/m-p/925832#M28449</link>
      <description>Usually when I perform deployments I only perform the compute tier install and configuration once for the grid controller, and share that sas install and sas config to the grid nodes. When using a shared SAS Config you would not use sas.servers to start processes on any host but the initially configured node (e.g. grid controller). Then you'd use the individual service commands to start services on the node. &lt;BR /&gt;Your configuration of having one compute tier on the grid controller and another for grid nodes is also valid though.</description>
      <pubDate>Thu, 25 Apr 2024 17:33:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-M8-Installation/m-p/925832#M28449</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2024-04-25T17:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 M8 Installation</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-M8-Installation/m-p/925855#M28450</link>
      <description>&lt;P&gt;We have one compute on grid controller (metadata also on the same) and I am getting Objectspawner and SASApp context with grid algorighm enabled.&lt;/P&gt;
&lt;P&gt;And when tried to install Other grid node(using the provided plan file) , it is prompting to create a new Object sapwner and server context - may be I should reuse the existing ones from Grid Controller server instead of creating news ones on Grid1 and add node1 and 2 in the Objectspawner and SASApp load balancer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FYI : Below is the planfile snippet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mkiran_0-1714068298380.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/95887i0C6E23988177696F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mkiran_0-1714068298380.png" alt="mkiran_0-1714068298380.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2024 18:06:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-M8-Installation/m-p/925855#M28450</guid>
      <dc:creator>mkiran</dc:creator>
      <dc:date>2024-04-25T18:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 M8 Installation</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-M8-Installation/m-p/925861#M28451</link>
      <description>Yes, that's what I do. I only install and configure the compute tier once, I do not use the plan file to configure grid nodes as well.</description>
      <pubDate>Thu, 25 Apr 2024 18:40:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-M8-Installation/m-p/925861#M28451</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2024-04-25T18:40:31Z</dc:date>
    </item>
  </channel>
</rss>

