<?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: VA LASR services not starting in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/VA-LASR-services-not-starting/m-p/485702#M13866</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/26689"&gt;@woo&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what you need to check is the URL from the web app infrastructure, with the URL that appears in your LASR libraries. You will see the full URL to the LASR authorization service.&lt;/P&gt;
&lt;P&gt;They need to point to the&amp;nbsp; internal one, and using the hostname instead of the external one (different IP).&lt;/P&gt;
&lt;P&gt;The internal port and IP are very important because, the IP for external communication (probably reverse proxy) would have different rules in the firewall.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is important to make a difference between the SASLASRAuthorization service, a web application (a REST API), and the LASR server itself.&lt;/P&gt;
&lt;P&gt;The first one is clear, I think. The second one is just the sas.exe process that will load the data in memory. So port numbers are different by nature, don;t worry about it.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Aug 2018 10:29:28 GMT</pubDate>
    <dc:creator>JuanS_OCS</dc:creator>
    <dc:date>2018-08-10T10:29:28Z</dc:date>
    <item>
      <title>VA LASR services not starting</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/VA-LASR-services-not-starting/m-p/484873#M13825</link>
      <description>&lt;P&gt;we have sas 9.4, va 7.3 on Linux 6.8 VMs&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;when I try to start VA services "runsas.sh" from&amp;nbsp;".../usr/local/web/rmg/sasconfig/Lev1/Applications/SASVisualAnalytics/VisualAnalyticsAdministrator/VALIBLA" I see below error message. I tried removing PID, making sure nothing is running with "SAS" and restarting service but that is not helping.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#ff0000"&gt;&lt;STRONG&gt;ERROR: A connection to the LASR Analytic Server on 'company.com', port 10011, could not be made. Make sure that the host&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#ff0000"&gt;&lt;STRONG&gt;and port are correctly specified, that you are attempting to connect to a LASR Analytic Server of the correct vintage, and&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;&lt;STRONG&gt;that the server is still running.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;visual analytics public server script "runsas.sh" throwing same error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I checked "visual analytics lasr" and "visual analytics public server" library has not matching "server tag" + read some notes but not getting it right.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any thoughts?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2018 19:12:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/VA-LASR-services-not-starting/m-p/484873#M13825</guid>
      <dc:creator>woo</dc:creator>
      <dc:date>2018-08-07T19:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: VA LASR services not starting</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/VA-LASR-services-not-starting/m-p/485105#M13835</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/26689"&gt;@woo&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;can you check if there is a service already listening in that port with "netstat -naop | grep&amp;nbsp;10011" or the process is running with "ps -ef | grep&amp;nbsp;VALIBLA".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If any, kill the process and try to run it again.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 12:31:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/VA-LASR-services-not-starting/m-p/485105#M13835</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2018-08-08T12:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: VA LASR services not starting</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/VA-LASR-services-not-starting/m-p/485168#M13844</link>
      <description>&lt;P&gt;thanks Juan, I checked that but there is no service listening there&amp;nbsp;nor any processes running with&amp;nbsp;VALIBLA.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;however, if I try to run "runsas.sh" script from ".../Lev1/Applications/SASVisualAnalytics/VisualAnalyticsAdministrator"&lt;/P&gt;
&lt;P&gt;this shows "autoload still running with specific pid" -&amp;gt; when I try to kill it (kill -9 pid&amp;gt; it says "no such process"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;script under ".../Lev1/Applications/SASVisualAnalytics/VisualAnalyticsAdministrator" brings up port 10031 and script under ".../Lev1/Applications/SASVisualAnalytics/VisualAnalyticsAdministrator/VALIBLA" brings up port 10011.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;when we run these scripts it creates new&amp;nbsp;PIDs all the time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, for server definitions, SMC, of these LASR Analytics -&amp;gt; services is defined as "http"&amp;nbsp;where as "sas web application infrastructure definition for "sas va hub" is https.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 14:34:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/VA-LASR-services-not-starting/m-p/485168#M13844</guid>
      <dc:creator>woo</dc:creator>
      <dc:date>2018-08-08T14:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: VA LASR services not starting</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/VA-LASR-services-not-starting/m-p/485420#M13853</link>
      <description>&lt;P&gt;Hi again&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/26689"&gt;@woo&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am sorry, I am a bit confussed, I might need more information. In the first post you mention that&amp;nbsp;&lt;SPAN&gt;VALIBLA AutoLoad cannot be started, but in your second post you say that it actually brings up the service. What am I understanding wrong?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Besides this little detail, what you mention is interesting, becasue metadata and scripts must be aligned:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;- first check in Web Infrastructure Platform your URLs, specially LASRAuthorization service. Check if it is http or https.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;- Then, for the LASR server related, it is important that the URL for LAST authorization service should be same http, or https, and same port number.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Aug 2018 11:18:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/VA-LASR-services-not-starting/m-p/485420#M13853</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2018-08-09T11:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: VA LASR services not starting</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/VA-LASR-services-not-starting/m-p/485648#M13865</link>
      <description>&lt;P&gt;Thanks Juan.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am sorry, I am a bit confussed, I might need more information. In the first post you mention that&amp;nbsp;&lt;SPAN&gt;VALIBLA AutoLoad cannot be started, but in your second post you say that it actually brings up the service. What am I understanding wrong?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#3366ff"&gt;Actually, since those two scripts are not running we created customized script to start autoload job. Anyways, The error I posted in first post happens while trying&amp;nbsp;VALIBLA script.&lt;/FONT&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Besides this little detail, what you mention is interesting, becasue metadata and scripts must be aligned:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;- first check in Web Infrastructure Platform your URLs, specially LASRAuthorization service. Check if it is http or https.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#3366ff"&gt;&lt;SPAN&gt;config manager &amp;gt; sas app infrastructure&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#3366ff"&gt;&lt;SPAN&gt;for LASR authorizations service, &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#3366ff"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; internal connection has - http/real host name/port123&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#3366ff"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; external connection has - https/alias for hostname/port456&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;- Then, for the LASR server related, it is important that the URL for LAST authorization service should be same http, or https, and &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;same port number.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;FONT color="#3366ff"&gt;under server manager, all server instaces, LASR Analytic server, public lasr, and model risk lasr has &lt;STRONG&gt;http/server host name/ 10011/10031/10121&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#3366ff"&gt;&lt;FONT color="#3366ff"&gt;so I see discrepancies there "&lt;SPAN&gt;config manager &amp;gt; sas app infrastructure" VS "server instance definition under server manager"&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 04:02:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/VA-LASR-services-not-starting/m-p/485648#M13865</guid>
      <dc:creator>woo</dc:creator>
      <dc:date>2018-08-10T04:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: VA LASR services not starting</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/VA-LASR-services-not-starting/m-p/485702#M13866</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/26689"&gt;@woo&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what you need to check is the URL from the web app infrastructure, with the URL that appears in your LASR libraries. You will see the full URL to the LASR authorization service.&lt;/P&gt;
&lt;P&gt;They need to point to the&amp;nbsp; internal one, and using the hostname instead of the external one (different IP).&lt;/P&gt;
&lt;P&gt;The internal port and IP are very important because, the IP for external communication (probably reverse proxy) would have different rules in the firewall.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is important to make a difference between the SASLASRAuthorization service, a web application (a REST API), and the LASR server itself.&lt;/P&gt;
&lt;P&gt;The first one is clear, I think. The second one is just the sas.exe process that will load the data in memory. So port numbers are different by nature, don;t worry about it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 10:29:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/VA-LASR-services-not-starting/m-p/485702#M13866</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2018-08-10T10:29:28Z</dc:date>
    </item>
  </channel>
</rss>

