<?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: Public LASR server goes down repeatedly in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Public-LASR-server-goes-down-repeatedly/m-p/678197#M14124</link>
    <description>&lt;P&gt;Its Distributed, 7.4&lt;/P&gt;</description>
    <pubDate>Thu, 20 Aug 2020 18:07:51 GMT</pubDate>
    <dc:creator>sasprofile</dc:creator>
    <dc:date>2020-08-20T18:07:51Z</dc:date>
    <item>
      <title>Public LASR server goes down repeatedly</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Public-LASR-server-goes-down-repeatedly/m-p/678133#M14122</link>
      <description>&lt;P&gt;Hello friends&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone please answer what are the reasons for Public LASR server going down repeatedly.&lt;/P&gt;
&lt;P&gt;our public lasr server going down daily and we have to start it manually.&lt;/P&gt;
&lt;P&gt;any suggestions how to trouble shoot this issue and what are different locations to look for the logs.&lt;/P&gt;
&lt;P&gt;I could not find anything in /var/log/messages and webappserver on Midtier and VA servers, any other location&amp;nbsp; i need to look for the root cause of the issue. would really appreciate for your valuable advices.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks all in advance&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2020 14:52:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Public-LASR-server-goes-down-repeatedly/m-p/678133#M14122</guid>
      <dc:creator>sasprofile</dc:creator>
      <dc:date>2020-08-20T14:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Public LASR server goes down repeatedly</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Public-LASR-server-goes-down-repeatedly/m-p/678134#M14123</link>
      <description>How many LASR servers do you have? All of them are going down? Do they run in a distributed or non-distributed mode? I also would like to know the exact SAS version.</description>
      <pubDate>Thu, 20 Aug 2020 14:55:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Public-LASR-server-goes-down-repeatedly/m-p/678134#M14123</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2020-08-20T14:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Public LASR server goes down repeatedly</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Public-LASR-server-goes-down-repeatedly/m-p/678197#M14124</link>
      <description>&lt;P&gt;Its Distributed, 7.4&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2020 18:07:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Public-LASR-server-goes-down-repeatedly/m-p/678197#M14124</guid>
      <dc:creator>sasprofile</dc:creator>
      <dc:date>2020-08-20T18:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Public LASR server goes down repeatedly</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Public-LASR-server-goes-down-repeatedly/m-p/678295#M14125</link>
      <description>&lt;P&gt;Please make sure the LASR server has been started with the LOGGING option. Also, let's enable TKMPI_DEBUGONEXCEPTION as described below to see if there are any exceptions. Note below that gstack will also work the same as pstack.&amp;nbsp; pstack is a symlink to gstack in modern versions of GDB. Check that pstack is installed on all TKGrid nodes, by running 'pstack' at the command line. &amp;nbsp;If it is, create a file called pstack.sh, which contains:&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;#! /bin/sh
pstack $2 &amp;gt; /tmp/sastb.out&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Make the script executable.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Set variables like the following in the /&amp;lt;PATH_TO&amp;gt;/TKGrid/tkmpirsh.sh file on all TKGrid nodes:&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;export TKMPI_DEBUGGER=/opt/sas/pstack.sh
export TKMPI_DEBUGONEXCEPTION=1&lt;/PRE&gt;
&lt;P&gt;After the LASR crash, check /tmp directory on all the machines. One or more may have a traceback in /tmp/sastb.out. Send this file wherever you find it. Also, I would like to review the LASR server logs and /var/log/messages file from all TKGrid nodes. In addition to all, I said above, show me the output from these commands:&lt;/P&gt;
&lt;PRE&gt;/&amp;lt;SASHome&amp;gt;/SASFoundation/9.4/utilities/bin/vercon /&amp;lt;SASHome&amp;gt;/SASFoundation/9.4/sasexe/lasr.so
ls -ld /&amp;lt;SASHome&amp;gt;/SASFoundation/9.4/sasexe/lasr.so
/&amp;lt;SASHome&amp;gt;/SASFoundation/9.4/utilities/bin/vercon /&amp;lt;PATH_TO&amp;gt;/TKGrid/lib/lasr.so
/&amp;lt;PATH_TO&amp;gt;/TKGrid/bin/simsh "ls -ld /&amp;lt;PATH_TO&amp;gt;/TKGrid/lib/lasr.so"&lt;/PRE&gt;</description>
      <pubDate>Fri, 21 Aug 2020 01:16:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Public-LASR-server-goes-down-repeatedly/m-p/678295#M14125</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2020-08-21T01:16:52Z</dc:date>
    </item>
  </channel>
</rss>

