<?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 7.4 Non Distributed LASR server status in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-7-4-Non-Distributed-LASR-server-status/m-p/724094#M21719</link>
    <description>&lt;P&gt;Sure, you can check whether the port is in use, however that doesn't mean the server is up and responding. For non-distributed LASR server the best way to check whether the server is up and responding is to write a wrapper script that starts Base SAS and connects to the LASR server using the&amp;nbsp;SASIOLA engine.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;LIBNAME LASR SASIOLA  TAG=&amp;lt;YOUR_TAG&amp;gt;  PORT=&amp;lt;YOUR_PORT&amp;gt; SIGNER="https://&amp;lt;YOUR_MIDDLE_TIER_URL&amp;gt;/SASLASRAuthorization"  HOST="&amp;lt;YOUR_LASR_HOST&amp;gt;" ;
LIBNAME LASR clear;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 05 Mar 2021 23:37:10 GMT</pubDate>
    <dc:creator>alexal</dc:creator>
    <dc:date>2021-03-05T23:37:10Z</dc:date>
    <item>
      <title>SAS 7.4 Non Distributed LASR server status</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-7-4-Non-Distributed-LASR-server-status/m-p/724059#M21717</link>
      <description>&lt;P&gt;SAS 9.4 TS1M6, Non-distributed VA on Linux.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Q: How do I find LASR Server status via command line?&amp;nbsp; I looked in the admin guides and Google but nothing specific.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: This is outside of going to Hub or using PROC HTTP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;S&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2021 21:36:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-7-4-Non-Distributed-LASR-server-status/m-p/724059#M21717</guid>
      <dc:creator>shoin</dc:creator>
      <dc:date>2021-03-05T21:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 7.4 Non Distributed LASR server status</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-7-4-Non-Distributed-LASR-server-status/m-p/724073#M21718</link>
      <description>&lt;P&gt;What about checking if the ports are listening?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;[sas@host~]$ for p in 10011 10031; do nc -z -w1 $HOSTNAME $p &amp;amp;&amp;amp; echo "LASR up on port $p" || echo "LASR down on port $p"; done
LASR down on port 10011
LASR down on port 10031
[sas@host ~]$

[sas@host~]$ for p in 10011 10031; do nc -z -w1 $HOSTNAME $p &amp;amp;&amp;amp; echo "LASR up on port $p" || echo "LASR down on port $p"; done
LASR up on port 10011
LASR up on port 10031
[sas@host~]$&lt;/PRE&gt;</description>
      <pubDate>Fri, 05 Mar 2021 22:34:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-7-4-Non-Distributed-LASR-server-status/m-p/724073#M21718</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2021-03-05T22:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 7.4 Non Distributed LASR server status</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-7-4-Non-Distributed-LASR-server-status/m-p/724094#M21719</link>
      <description>&lt;P&gt;Sure, you can check whether the port is in use, however that doesn't mean the server is up and responding. For non-distributed LASR server the best way to check whether the server is up and responding is to write a wrapper script that starts Base SAS and connects to the LASR server using the&amp;nbsp;SASIOLA engine.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;LIBNAME LASR SASIOLA  TAG=&amp;lt;YOUR_TAG&amp;gt;  PORT=&amp;lt;YOUR_PORT&amp;gt; SIGNER="https://&amp;lt;YOUR_MIDDLE_TIER_URL&amp;gt;/SASLASRAuthorization"  HOST="&amp;lt;YOUR_LASR_HOST&amp;gt;" ;
LIBNAME LASR clear;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 05 Mar 2021 23:37:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-7-4-Non-Distributed-LASR-server-status/m-p/724094#M21719</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2021-03-05T23:37:10Z</dc:date>
    </item>
  </channel>
</rss>

