<?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: Size of files like SAS_work* increasing exponentially in /saswork in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/314029#M6632</link>
    <description>&lt;P&gt;I &lt;STRONG&gt;STRONGLY&lt;/STRONG&gt; suggest you use the cleanwork utility, as any "manual" deletions carry the risk of pulling data accidentally out from "under" a still running process.&lt;/P&gt;
&lt;P&gt;As for how to check which directory belongs to which process, I have already given you the information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Nov 2016 09:41:38 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2016-11-24T09:41:38Z</dc:date>
    <item>
      <title>Size of files like SAS_work* increasing exponentially in /saswork</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/312531#M6565</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting exponential increase in the size&amp;nbsp; of SAS_work* files in my environment which is causing the mount of 1.5TB to fill in a day time. Please guide me how to check which process is taking the maximum space.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One more confirmation, if I close my current session of SAS EG, should the files SAS_work* should delete by itself, or they needs to be deleted manually.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2016 06:59:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/312531#M6565</guid>
      <dc:creator>amitvermajhs</dc:creator>
      <dc:date>2016-11-18T06:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Size of files like SAS_work* increasing exponentially in /saswork</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/312543#M6566</link>
      <description>&lt;P&gt;When a SAS process terminates gracefully, the work directories should be deleted. If processes "hang" in a never-ending step, they may keep running even though their client connection is lost. In that case the process(es) need to be killed by operating system means.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Run the cleanwork utility on your work location, and see if that removes the space-eating directories (cleanwork removes directories that have no running process). If not, look for SAS processes that should be forcibly terminated.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2016 12:37:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/312543#M6566</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-11-18T12:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Size of files like SAS_work* increasing exponentially in /saswork</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/312553#M6567</link>
      <description>&lt;P&gt;Can we run the cleanwork utility from SAS EG, or deleting the sessions from UNIX is the only options that we have.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2016 09:07:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/312553#M6567</guid>
      <dc:creator>amitvermajhs</dc:creator>
      <dc:date>2016-11-18T09:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Size of files like SAS_work* increasing exponentially in /saswork</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/312560#M6568</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/8488"&gt;@amitvermajhs&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Can we run the cleanwork utility from SAS EG, or deleting the sessions from UNIX is the only options that we have.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Since the cleanwork utility has to remove whole directory trees belonging to other users, it has to be run with superuser privileges. That usually precludes running it from EG.&lt;/P&gt;
&lt;P&gt;I suggest having a cron job installed that runs cleanwork regularly (eg every hour). This may have to be done by the system admin, or whoever has access to the root account.&lt;/P&gt;
&lt;P&gt;The utility can be found as&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;!SASROOT/SASFoundation/9.4/utilities/bin/cleanwork&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;(replace !SASROOT with the path to your SAS install directory)&lt;/P&gt;
&lt;P&gt;Searching for "dead" workspace servers can also be accomplished from the commandline. I use this command:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;ps -ef|grep bridge|grep spawned|sort&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;If you correlate the output with the sessions reported by your users, you'll find processes that can be killed (again, superuser privileges required).&lt;/P&gt;
&lt;P&gt;cleanwork can then take care of the work directories.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, you could circumvent the superuser privilege problem by having the necessary commands put into shell scripts, and run those with sudo. Your system admin can use this tool to temporarily grant a "normal" user access to root for certain operations. This might make it possible to run your commands from EG (if XCMD is enabled).&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2016 09:25:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/312560#M6568</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-11-18T09:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Size of files like SAS_work* increasing exponentially in /saswork</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/312614#M6569</link>
      <description>What version of SAS are you using?  If SAS 9.4, you can use SAS Environment Manager to track the usage of SAS WORK by userID.&lt;BR /&gt;If not, you can use operating system commands to capture information about the file system usage every xx minutes and write this information to a file.  You can write a SAS job to read in the file and gather the information.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Nov 2016 13:47:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/312614#M6569</guid>
      <dc:creator>MargaretC</dc:creator>
      <dc:date>2016-11-18T13:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Size of files like SAS_work* increasing exponentially in /saswork</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/312665#M6570</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/1759"&gt;@MargaretC﻿&lt;/a&gt;, I heard a couple of times that part about the EVM to track SASWork by user. Could you please pin point to the right information/documentation to do this? Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2016 16:20:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/312665#M6570</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2016-11-18T16:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Size of files like SAS_work* increasing exponentially in /saswork</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/313697#M6609</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Just wanted to confirm that which applications use the /saswork&amp;nbsp; for operations, as we have SAS EG , SAS Eminer , SAS CI in our enviroment.&lt;/P&gt;&lt;P&gt;As our 2TB size of /saswork is getting filled in our single day. The highest dataset size is 0.336 TB, total data size is approx 4 TB and we have 4 concurrent users.&lt;/P&gt;&lt;P&gt;How can we check the process which process and applications are using the space in /saswork.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2016 07:48:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/313697#M6609</guid>
      <dc:creator>amitvermajhs</dc:creator>
      <dc:date>2016-11-23T07:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Size of files like SAS_work* increasing exponentially in /saswork</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/313699#M6610</link>
      <description>&lt;P&gt;You can infer the process number from the directory name. The process number is hexadecimally coded into the directory name.&lt;/P&gt;
&lt;P&gt;Then do a&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;ps -fp &lt;EM&gt;processnumber&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;to determine the user of the process.&lt;/P&gt;
&lt;P&gt;Or do&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;ps -ef|grep &lt;EM&gt;processnumber&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;so you get the complete commandline of the process, which will help you determining what type of SAS process you have.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know how good SAS Applications like Eminer or CI are at housekeeping in their work's.&lt;/P&gt;
&lt;P&gt;With EG it's up to the users to do that. With a quota system you can enforce that.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2016 07:56:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/313699#M6610</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-11-23T07:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Size of files like SAS_work* increasing exponentially in /saswork</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/313700#M6611</link>
      <description>&lt;P&gt;Thanks for the prompt reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just wanted to confirm that does application like SAS EMiner and SAS CI uses /saswork for the operations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amit Verma&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2016 08:03:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/313700#M6611</guid>
      <dc:creator>amitvermajhs</dc:creator>
      <dc:date>2016-11-23T08:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Size of files like SAS_work* increasing exponentially in /saswork</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/313704#M6612</link>
      <description>&lt;P&gt;Well, that depends on the configuration. SAS has different configs for different server types (take a deep look at the Lev1 subtree in your SAS configuration tree, and at the command defintions in the server metadata), which implies that you can set -WORK and -UTILLOC individually. One could even make those locations dependent on user IDs or other conditions.&lt;/P&gt;
&lt;P&gt;Since we only use SAS EBI Server (EG, OLAP, STP, Batch), I can't really help you with which servers are called by EM or CI.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2016 08:09:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/313704#M6612</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-11-23T08:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Size of files like SAS_work* increasing exponentially in /saswork</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/313733#M6618</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I say that I have a single user i.e. sasdemo in my environment , and many people are using the same for operations.&lt;/P&gt;&lt;P&gt;And if I waana check that how many concurrent sessions are being opened, then can we get that by&lt;/P&gt;&lt;P&gt;ps -ef|grep sasdemo&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or there are others ways of doing so.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2016 10:37:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/313733#M6618</guid>
      <dc:creator>amitvermajhs</dc:creator>
      <dc:date>2016-11-23T10:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Size of files like SAS_work* increasing exponentially in /saswork</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/313739#M6619</link>
      <description>Hi ,&lt;BR /&gt;We are getting files like SAS_workEE5c00004F71_servername being created in /saswork mount point, and the size of such file is increasing exponentially. How can I track which process is using it and other related information.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Amit</description>
      <pubDate>Wed, 23 Nov 2016 10:53:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/313739#M6619</guid>
      <dc:creator>amitvermajhs</dc:creator>
      <dc:date>2016-11-23T10:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Size of files like SAS_work* increasing exponentially in /saswork</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/313745#M6620</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/8488"&gt;@amitvermajhs&lt;/a&gt; wrote:&lt;BR /&gt;Hi ,&lt;BR /&gt;We are getting files like SAS_workEE5c00004F71_servername being created in /saswork mount point, and the size of such file is increasing exponentially. How can I track which process is using it and other related information.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Amit&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The last part of the hex number right before the _servername contains the process number. In your case, 04F71.&lt;/P&gt;
&lt;P&gt;That translates to 20337, so&lt;/P&gt;
&lt;PRE&gt;ps -fp 20337|head&lt;/PRE&gt;
&lt;P&gt;will immediately show you the owner of the process, current clock ticks, starting time, CPU used, and the whole command used in starting the process.&lt;/P&gt;
&lt;P&gt;(Mind that my command is the one used on AIX, the Linux ps &lt;EM&gt;might&lt;/EM&gt; behave a little different)&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2016 11:32:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/313745#M6620</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-11-23T11:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Size of files like SAS_work* increasing exponentially in /saswork</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/313748#M6621</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/8488"&gt;@amitvermajhs&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I say that I have a single user i.e. sasdemo in my environment , and many people are using the same for operations.&lt;/P&gt;
&lt;P&gt;And if I waana check that how many concurrent sessions are being opened, then can we get that by&lt;/P&gt;
&lt;P&gt;ps -ef|grep sasdemo&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or there are others ways of doing so.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Amit&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This command will show you the processes of sasdemo. But you run into the main disadvantage of using a shared account: nobody is responsible, as anybody is responsible. And your auditors will have a lot of fun with you once something untoward happens (leaked data?)&lt;/P&gt;
&lt;P&gt;Therefore I &lt;STRONG&gt;&lt;U&gt;strongly&lt;/U&gt;&lt;/STRONG&gt; discourage such usage in a production environment.&lt;/P&gt;
&lt;P&gt;There's a reason why sas&lt;STRONG&gt;demo&lt;/STRONG&gt; is called that.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2016 11:39:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/313748#M6621</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-11-23T11:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Size of files like SAS_work* increasing exponentially in /saswork</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/313983#M6628</link>
      <description>&lt;P&gt;I agree with the disadvantage of using a generic user, but its as per the client recommendation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;We have a generic user ‘sasdemo’ &amp;nbsp;&amp;nbsp;which is being used by multiple users for operations, so if I want to check the number of concurrent sessions been open. Can I use the command&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;CL12CM:/saswork &amp;gt;ps -ef|grep sasdemo&lt;/P&gt;&lt;P&gt;sasdemo 16097 16057&amp;nbsp; 0&amp;nbsp; Nov 17&amp;nbsp; ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0:00 saselssrv&amp;nbsp; 13 10 10 2 12800e -classfactory 440196D4-90F0-11D0-9F41-00A024BB830C&lt;/P&gt;&lt;P&gt;sasdemo 27866 17364&amp;nbsp; 0&amp;nbsp; Nov 11&amp;nbsp; ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1:01 /sas/SASHOME/SASFoundation/9.4/sasexe/sas -nodms -noterminal -noxcmd -netencryptalgorithm SASProprietary -metaserver cl12md -me&lt;/P&gt;&lt;P&gt;sasdemo 23623 23583&amp;nbsp; 0&amp;nbsp; Nov 11&amp;nbsp; ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0:00 saselssrv&amp;nbsp; 13 10 10 2 fefc6 -classfactory 440196D4-90F0-11D0-9F41-00A024BB830C&lt;/P&gt;&lt;P&gt;sasdemo 23583 17364&amp;nbsp; 0&amp;nbsp; Nov 11&amp;nbsp; ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1:40 /sas/SASHOME/SASFoundation/9.4/sasexe/sas -nodms -noterminal -noxcmd -netencryptalgorithm SASProprietary -metaserver cl12md -me&lt;/P&gt;&lt;P&gt;sasdemo 27693 17364&amp;nbsp; 0&amp;nbsp; Nov 11&amp;nbsp; ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;1:04 /sas/SASHOME/SASFoundation/9.4/sasexe/sas -nodms -noterminal -noxcmd -netencryptalgorithm SASProprietary -metaserver cl12md -me&lt;/P&gt;&lt;P&gt;sasdemo 19815 19122&amp;nbsp; 1 11:41:09 pts/2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0:00 grep sasdemo&lt;/P&gt;&lt;P&gt;sasdemo 16057 17364&amp;nbsp; 0&amp;nbsp; Nov 17&amp;nbsp; ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8:08 /sas/SASHOME/SASFoundation/9.4/sasexe/sas -nodms -noterminal -noxcmd -netencryptalgorithm SASProprietary -metaserver cl12md -me&lt;/P&gt;&lt;P&gt;sasdemo 21772 21732&amp;nbsp; 0&amp;nbsp; Nov 18&amp;nbsp; ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0:00 saselssrv&amp;nbsp; 13 10 10 2 fb991 -classfactory 440196D4-90F0-11D0-9F41-00A024BB830C&lt;/P&gt;&lt;P&gt;sasdemo 27906 27866&amp;nbsp; 0&amp;nbsp; Nov 11&amp;nbsp; ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0:00 saselssrv&amp;nbsp; 13 10 10 2 10d198 -classfactory 440196D4-90F0-11D0-9F41-00A024BB830C&lt;/P&gt;&lt;P&gt;sasdemo 16254 17364&amp;nbsp; 0 10:12:47 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 53:48 /sas/SASHOME/SASFoundation/9.4/sasexe/sas -nodms -noterminal -noxcmd -netencryptalgorithm SASProprietary -metaserver cl12md -me&lt;/P&gt;&lt;P&gt;sasdemo 21732 17364&amp;nbsp; 0&amp;nbsp; Nov 18&amp;nbsp; ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0:32 /sas/SASHOME/SASFoundation/9.4/sasexe/sas -nodms -noterminal -noxcmd -netencryptalgorithm SASProprietary -metaserver cl12md -me&lt;/P&gt;&lt;P&gt;sasdemo&amp;nbsp; 1448 17364&amp;nbsp; 0&amp;nbsp; Nov 15&amp;nbsp; ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1:03 /sas/SASHOME/SASFoundation/9.4/sasexe/sas -nodms -noterminal -noxcmd -netencryptalgorithm SASProprietary -metaserver cl12md -me&lt;/P&gt;&lt;P&gt;sasdemo 27733 27693&amp;nbsp; 0&amp;nbsp; Nov 11&amp;nbsp; ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0:00 saselssrv&amp;nbsp; 13 10 10 2 10d0e4 -classfactory 440196D4-90F0-11D0-9F41-00A024BB830C&lt;/P&gt;&lt;P&gt;sasdemo 19120 19114&amp;nbsp; 0 11:25:29 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0:00 sshd: sasdemo@pts/2&lt;/P&gt;&lt;P&gt;sasdemo 19814 19122&amp;nbsp; 4 11:41:09 pts/2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0:00 ps -ef&lt;/P&gt;&lt;P&gt;sasdemo 16298 16254&amp;nbsp; 0 10:12:48 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0:00 saselssrv&amp;nbsp; 13 10 10 2 1016ed -classfactory 440196D4-90F0-11D0-9F41-00A024BB830C&lt;/P&gt;&lt;P&gt;sasdemo&amp;nbsp; 1488&amp;nbsp; 1448&amp;nbsp; 0&amp;nbsp; Nov 15&amp;nbsp; ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0:00 saselssrv&amp;nbsp; 13 10 10 2 117999 -classfactory 440196D4-90F0-11D0-9F41-00A024BB830C&lt;/P&gt;&lt;P&gt;sasdemo 19122 19120&amp;nbsp; 1 11:25:31 pts/2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0:00 -sh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; root 19114&amp;nbsp; 1241&amp;nbsp; 0 11:25:17 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0:00 sshd: sasdemo [priv]&lt;/P&gt;&lt;P&gt;CL12CM:/saswork &amp;gt;&lt;/P&gt;&lt;P&gt;And the /sas/SASHOME/SASFoundation/9.4/sasexe/sas -nodms -noterminal -noxcmd -netencryptalgorithm SASProprietary -metaserver cl12md –me &amp;nbsp;can be regarded as the concurrent sessions, or are there any other way to find the concurrent sessions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;We have directories like below , consuming our major space in /saswork. What is the difference between SAS_work * and SAS_util * files.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;439869216&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SAS_workEDC100005DC8_server_name&lt;/P&gt;&lt;P&gt;11220960&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SAS_work2235000006D4_ server_name&lt;/P&gt;&lt;P&gt;1569216 SAS_util000100005DC8_ server_name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If we delete the directories SAS_work* will they affect our system , other than deleting the process running it.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2016 07:18:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/313983#M6628</guid>
      <dc:creator>amitvermajhs</dc:creator>
      <dc:date>2016-11-24T07:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Size of files like SAS_work* increasing exponentially in /saswork</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/313989#M6629</link>
      <description>&lt;P&gt;Have you already run the cleanwork utility on your WORK location?&lt;/P&gt;
&lt;P&gt;I ask this because 005DC8 corresponds to decimal 24008, and there is no such process in your list. The same goes for 06D4 (1748).&lt;/P&gt;
&lt;P&gt;cleanwork would automatically take care of orphaned directories&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The SASutil directories are created parallel to the work directories, and contain the utility files of sort and other procedures; their physical location can be controlled by the -utilloc system option.&lt;/P&gt;
&lt;P&gt;As such utility files are usually automatically deleted once the corresponding procedure finishes, a permanently non-empty SASutil is a sure sign of a crashed process.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2016 07:51:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/313989#M6629</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-11-24T07:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Size of files like SAS_work* increasing exponentially in /saswork</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/314021#M6630</link>
      <description>My IT team has deleted the SAS_work.* files from the system as a temporary solution. That is what I wanted to confirm, will that have any negative effect on my system.</description>
      <pubDate>Thu, 24 Nov 2016 09:29:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/314021#M6630</guid>
      <dc:creator>amitvermajhs</dc:creator>
      <dc:date>2016-11-24T09:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Size of files like SAS_work* increasing exponentially in /saswork</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/314023#M6631</link>
      <description>Please do confirm, that the process that I have followed for checking the parallel sessions is correct, or is their alternate way of checking the parallel sessions.&lt;BR /&gt;As I need to check that we have 4 concurrent users and how many sessions are active, to check if their are others users to my system.</description>
      <pubDate>Thu, 24 Nov 2016 09:32:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/314023#M6631</guid>
      <dc:creator>amitvermajhs</dc:creator>
      <dc:date>2016-11-24T09:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Size of files like SAS_work* increasing exponentially in /saswork</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/314029#M6632</link>
      <description>&lt;P&gt;I &lt;STRONG&gt;STRONGLY&lt;/STRONG&gt; suggest you use the cleanwork utility, as any "manual" deletions carry the risk of pulling data accidentally out from "under" a still running process.&lt;/P&gt;
&lt;P&gt;As for how to check which directory belongs to which process, I have already given you the information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2016 09:41:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/314029#M6632</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-11-24T09:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Size of files like SAS_work* increasing exponentially in /saswork</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/314034#M6633</link>
      <description>I tried converting the hexadecimal to decimal for all the process, that are running in my system. But the ps -ef|grep process_number is producing no result.&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Nov 2016 09:53:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Size-of-files-like-SAS-work-increasing-exponentially-in-saswork/m-p/314034#M6633</guid>
      <dc:creator>amitvermajhs</dc:creator>
      <dc:date>2016-11-24T09:53:42Z</dc:date>
    </item>
  </channel>
</rss>

