<?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 find user and client application from PID in linux application server in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/find-user-and-client-application-from-PID-in-linux-application/m-p/591956#M17309</link>
    <description>&lt;P&gt;HI All ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The workspace /stored process server are set to lunch by sassrv user credential .&amp;nbsp;&lt;/P&gt;&lt;P&gt;So , Processes are created with sassrv user id in the application server . We get request from users to kill their jobs , so we have trouble in identifying the user and client they use .&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can we identify the user, client from a pid .&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32756iBF420FA72C1B7084/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 595px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32757iB6079FC4A6D027C7/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Sep 2019 18:43:16 GMT</pubDate>
    <dc:creator>Dswain1</dc:creator>
    <dc:date>2019-09-26T18:43:16Z</dc:date>
    <item>
      <title>find user and client application from PID in linux application server</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/find-user-and-client-application-from-PID-in-linux-application/m-p/591956#M17309</link>
      <description>&lt;P&gt;HI All ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The workspace /stored process server are set to lunch by sassrv user credential .&amp;nbsp;&lt;/P&gt;&lt;P&gt;So , Processes are created with sassrv user id in the application server . We get request from users to kill their jobs , so we have trouble in identifying the user and client they use .&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can we identify the user, client from a pid .&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32756iBF420FA72C1B7084/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 595px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32757iB6079FC4A6D027C7/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 18:43:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/find-user-and-client-application-from-PID-in-linux-application/m-p/591956#M17309</guid>
      <dc:creator>Dswain1</dc:creator>
      <dc:date>2019-09-26T18:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: find user and client application from PID in linux application server</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/find-user-and-client-application-from-PID-in-linux-application/m-p/592002#M17310</link>
      <description>&lt;P&gt;Since you are using token-based credentials to start SAS processes there is definitely no OS-based solution to doing this. The only possible way this might work is to turn on SAS's job-level performance monitoring, but I'm not sure if that would provide the pid to user linkage you need. Someone else more knowledgeable than me might know if this is possible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Switching from token to user-based credentials would be an obvious solution.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 19:58:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/find-user-and-client-application-from-PID-in-linux-application/m-p/592002#M17310</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-09-26T19:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: find user and client application from PID in linux application server</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/find-user-and-client-application-from-PID-in-linux-application/m-p/592081#M17312</link>
      <description>You will need to read the object spawner log. Inside the object spawner log it will have a message that will tie the user who request a workspace to the process.</description>
      <pubDate>Fri, 27 Sep 2019 04:23:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/find-user-and-client-application-from-PID-in-linux-application/m-p/592081#M17312</guid>
      <dc:creator>SimonDawson</dc:creator>
      <dc:date>2019-09-27T04:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: find user and client application from PID in linux application server</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/find-user-and-client-application-from-PID-in-linux-application/m-p/592096#M17313</link>
      <description>&lt;P&gt;Be aware that stored process servers are pooled and re-used by the object spawner. If user requests cause a STP to hang, you need to fix the stored process responsible for that. Indiscriminately killing processes that the spawner thinks are still there is not the correct way to solve your issue.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 06:51:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/find-user-and-client-application-from-PID-in-linux-application/m-p/592096#M17313</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-09-27T06:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: find user and client application from PID in linux application server</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/find-user-and-client-application-from-PID-in-linux-application/m-p/592251#M17321</link>
      <description>&lt;P&gt;Is the pid created once lunch sas EG or it create a pid for&amp;nbsp; every programe / flow we run in one SAS EG session&amp;nbsp; ?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 17:29:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/find-user-and-client-application-from-PID-in-linux-application/m-p/592251#M17321</guid>
      <dc:creator>Dswain1</dc:creator>
      <dc:date>2019-09-27T17:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: find user and client application from PID in linux application server</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/find-user-and-client-application-from-PID-in-linux-application/m-p/592253#M17322</link>
      <description>&lt;P&gt;As soon as you need SAS (to run code or display libraries/datasets), EG will start a &lt;EM&gt;workspace&lt;/EM&gt; server, and use that for the session, unless you manually disconnect.&lt;/P&gt;
&lt;P&gt;But you were talking about &lt;EM&gt;stored process&lt;/EM&gt; servers (and showing the respective configuration) in your first post, so which is it?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 17:33:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/find-user-and-client-application-from-PID-in-linux-application/m-p/592253#M17322</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-09-27T17:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: find user and client application from PID in linux application server</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/find-user-and-client-application-from-PID-in-linux-application/m-p/592335#M17323</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/164897"&gt;@Dswain1&lt;/a&gt;&amp;nbsp; - As I understand it a single EG workspace session works in one PID. If you check out the SASWORK folder you will see that the PID is used in the naming of the _TDnnnn_xxxxxx user sub-folders. &lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 22:27:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/find-user-and-client-application-from-PID-in-linux-application/m-p/592335#M17323</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-09-27T22:27:35Z</dc:date>
    </item>
  </channel>
</rss>

