<?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 services not starting in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-services-not-starting/m-p/792330#M23712</link>
    <description>&lt;P&gt;Hello All,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have SAS 9.4 M7 installed on Linux 8.4. This is all-in-one machine. Installation and configuration completed successfully. however, when i try starting sas services its showing below message.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;./sas.servers start&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;starting sas servers&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;starting sas web infrastructure data server&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;SAS Metadata Server 1 is NOT up&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;the remaining SAS servers will not be started as a result&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, when i do status it shows both SAS WIP data server and metadata server are up. one thing i am not sure is why its starting sas WIP data server prior to metadata server&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, if i starts all services (metadata, wip data server, obj. spawner, dip runner, JMS broker. cache locator, web server, web app server, evm....) individually, everything starts fine...&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jan 2022 21:32:48 GMT</pubDate>
    <dc:creator>woo</dc:creator>
    <dc:date>2022-01-25T21:32:48Z</dc:date>
    <item>
      <title>SAS services not starting</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-services-not-starting/m-p/792330#M23712</link>
      <description>&lt;P&gt;Hello All,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have SAS 9.4 M7 installed on Linux 8.4. This is all-in-one machine. Installation and configuration completed successfully. however, when i try starting sas services its showing below message.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;./sas.servers start&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;starting sas servers&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;starting sas web infrastructure data server&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;SAS Metadata Server 1 is NOT up&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;the remaining SAS servers will not be started as a result&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, when i do status it shows both SAS WIP data server and metadata server are up. one thing i am not sure is why its starting sas WIP data server prior to metadata server&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, if i starts all services (metadata, wip data server, obj. spawner, dip runner, JMS broker. cache locator, web server, web app server, evm....) individually, everything starts fine...&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 21:32:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-services-not-starting/m-p/792330#M23712</guid>
      <dc:creator>woo</dc:creator>
      <dc:date>2022-01-25T21:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAS services not starting</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-services-not-starting/m-p/792337#M23713</link>
      <description>Running sas.services start calls sas.services.pre first, which starts the WIP Data Server. This is normal behavior.&lt;BR /&gt;&lt;BR /&gt;When it reaches the point to start the Metadata Server it first checks for a PID file (server.hostname.pid) and if found checks to see if that process exists. If not, it runs the start command (i.e. MetadataServer.sh start) and checks for the PID file again. If it confirms the process exists it will go on to check that the log file has indicated the Metadata Server has started successfully. In this case it seems that process is not successful. Does the &amp;lt;SASConfig&amp;gt;/Lev1/SASMeta/MetadataServer/server.hostname.pid file exist, and is it owned by the SAS installation account user?</description>
      <pubDate>Tue, 25 Jan 2022 21:50:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-services-not-starting/m-p/792337#M23713</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2022-01-25T21:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAS services not starting</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-services-not-starting/m-p/792341#M23714</link>
      <description>yes, "server.ip-172-31-8-49.pid" does exist with permission "-rw-rw-r--." and own by "sas" id</description>
      <pubDate>Tue, 25 Jan 2022 22:02:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-services-not-starting/m-p/792341#M23714</guid>
      <dc:creator>woo</dc:creator>
      <dc:date>2022-01-25T22:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAS services not starting</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-services-not-starting/m-p/792401#M23715</link>
      <description>&lt;P&gt;May be you can try running in in debug mode? Enable set -x or run using bash -x sas.services start which will print out all the executed commands on the terminal giving more data on what's happening in background.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://code-maven.com/bash-set-x" target="_blank"&gt;https://code-maven.com/bash-set-x&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 09:40:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-services-not-starting/m-p/792401#M23715</guid>
      <dc:creator>AnandVyas</dc:creator>
      <dc:date>2022-01-26T09:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAS services not starting</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-services-not-starting/m-p/793526#M23736</link>
      <description>I agree with &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/52993"&gt;@AnandVyas&lt;/a&gt; bash debugging might be helpful here to see what's happening. There are also several echo commands commented out that could be uncommented to provide more detail. Be sure to take a backup copy of the file before making any changes. For example:&lt;BR /&gt;&lt;BR /&gt;cp sas.servers sas.servers.bak&lt;BR /&gt;sed -i 's/^#echo/echo/g' sas.servers&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Jan 2022 15:16:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-services-not-starting/m-p/793526#M23736</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2022-01-31T15:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAS services not starting</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-services-not-starting/m-p/794140#M23752</link>
      <description>I think you should check the metadata server log.</description>
      <pubDate>Wed, 02 Feb 2022 23:26:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-services-not-starting/m-p/794140#M23752</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2022-02-02T23:26:53Z</dc:date>
    </item>
  </channel>
</rss>

