<?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: Kill a VA process in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Kill-a-VA-process/m-p/347216#M8180</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/35204"&gt;@JuanS_OCS&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It wasn't a scheduled process unfortunately.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Restarting the LASR server isn't desirable as all the users connected will be impacted as well then.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Apr 2017 00:41:56 GMT</pubDate>
    <dc:creator>tammy_dezilva</dc:creator>
    <dc:date>2017-04-05T00:41:56Z</dc:date>
    <item>
      <title>Kill a VA process</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Kill-a-VA-process/m-p/343921#M8062</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am wanting to find out how to kill a VA process. &amp;nbsp;I know for E-guide you can kill a user session via Management Console but when how can I do the same for a VA process? &amp;nbsp;I was able to do it via Task Manager on the server but am hoping there is a nicer way of doing this like for e-guide.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The user had run a crazy query which was then utilising 99% CPU on the server and didn't know how to stop it. &amp;nbsp;He closed the browser but this obviously didn't kill the SAS process.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;Tammy&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 01:11:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Kill-a-VA-process/m-p/343921#M8062</guid>
      <dc:creator>tammy_dezilva</dc:creator>
      <dc:date>2017-03-24T01:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Kill a VA process</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Kill-a-VA-process/m-p/343983#M8065</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16117"&gt;@tammy_dezilva&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;good question!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did your user scheduled the query? If it is scheduled: If you want to kill just the query, it should be enough just by:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Linux: "ps -ef | grep '(name_of_your_query)' ", then get the PID, and "kill -9 (PID)"&lt;/LI&gt;
&lt;LI&gt;Windows: look into task manager for a process with the path as $SASCONFIG\SchedulingServer\(name_of_query), then you can kill it.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it is not scheduled, it is a bit harder, probably it would be much easier to just kill the LASR server where the query is running (I understand you know how to kill/stop a LASR server), start LASR, and reload all the data. There are other ways, but more tricky ones.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 08:56:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Kill-a-VA-process/m-p/343983#M8065</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2017-03-24T08:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Kill a VA process</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Kill-a-VA-process/m-p/347216#M8180</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/35204"&gt;@JuanS_OCS&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It wasn't a scheduled process unfortunately.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Restarting the LASR server isn't desirable as all the users connected will be impacted as well then.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 00:41:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Kill-a-VA-process/m-p/347216#M8180</guid>
      <dc:creator>tammy_dezilva</dc:creator>
      <dc:date>2017-04-05T00:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Kill a VA process</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Kill-a-VA-process/m-p/348626#M8230</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16117"&gt;@tammy_dezilva&lt;/a&gt;, if it is not an scheduled query, what is it? Additional details might help.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 09:19:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Kill-a-VA-process/m-p/348626#M8230</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2017-04-10T09:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Kill a VA process</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Kill-a-VA-process/m-p/349281#M8252</link>
      <description>&lt;P&gt;Perhaps I should mention that we're using VA 7.1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The user went to "Create Data Query", built his query and then ran it. It wasn't scheduled to run at a later point in time.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 22:20:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Kill-a-VA-process/m-p/349281#M8252</guid>
      <dc:creator>tammy_dezilva</dc:creator>
      <dc:date>2017-04-11T22:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Kill a VA process</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Kill-a-VA-process/m-p/349977#M8287</link>
      <description>&lt;P&gt;Hello again&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16117"&gt;@tammy_dezilva&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please check your SAS Workspace Server metadata definitions? It would be interesting to know if your Workspace server is authenticating with Host authentication or SAS Token Authentication.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it is a Host Authentication, you should be able to see a SAS process in the server on the name of the user who started the query, then you can kill it. Otherwise, all the users will launch SAS process on the SAS Token account (lasradm or sassrv, generally), and in that case it could be a bit harder for you to trace what session you need to kill.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 08:12:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Kill-a-VA-process/m-p/349977#M8287</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2017-04-14T08:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Kill a VA process</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Kill-a-VA-process/m-p/351933#M8339</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/35204"&gt;@JuanS_OCS&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's host authentication so that doesn't make sense then?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 21:58:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Kill-a-VA-process/m-p/351933#M8339</guid>
      <dc:creator>tammy_dezilva</dc:creator>
      <dc:date>2017-04-20T21:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Kill a VA process</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Kill-a-VA-process/m-p/351956#M8342</link>
      <description>&lt;P&gt;Whilst restarting a LASR server is considered a last-resort option, it does highlight the benefit of having &lt;STRONG&gt;more&lt;/STRONG&gt; LASR servers - each specifically tasked, such as:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Operational tasks &amp;amp; associated LASR libraries&lt;/LI&gt;&lt;LI&gt;Discovery tasks&lt;SPAN&gt; &amp;amp; associated LASR libraries&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Autoload tasks&lt;SPAN&gt; &amp;amp; associated LASR libraries&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;.. and these can be broken down even more by team, department, etc.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;Plus the &lt;STRONG&gt;table limit&lt;/STRONG&gt; you can set is &lt;STRONG&gt;server-based&lt;/STRONG&gt;, not library- or table-based, so that's another way to ensure one server does not overwhelm your VA platform, and (if necessary) lets you restart one LASR server without upsetting users on the other LASR servers. See&amp;nbsp;&lt;A href="http://support.sas.com/documentation/onlinedoc/va/7.1/en/PDF/vaag.pdf" target="_self"&gt;page 83 of the VA 7.1 Admin Guide&lt;/A&gt;&amp;nbsp;or&amp;nbsp;&lt;A href="http://support.sas.com/documentation/onlinedoc/va/7.3/en/vaag.pdf" target="_self"&gt;page 100 of the VA 7.3 Admin Guide&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 23:59:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Kill-a-VA-process/m-p/351956#M8342</guid>
      <dc:creator>AndrewHowell</dc:creator>
      <dc:date>2017-04-20T23:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Kill a VA process</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Kill-a-VA-process/m-p/351994#M8345</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13754"&gt;@AndrewHowell&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yep we do have some team LASR servers, but it's the same problem - it would the impact more than one person that is connected to that LASR. &amp;nbsp;Although the impact would be less than if they were running it on the public LASR.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 03:09:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Kill-a-VA-process/m-p/351994#M8345</guid>
      <dc:creator>tammy_dezilva</dc:creator>
      <dc:date>2017-04-21T03:09:51Z</dc:date>
    </item>
  </channel>
</rss>

