<?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: Multiple UTILLOC and WORK Libraries for IO balancing on Win7 64 bits with SAS 9.4 TS1m3 in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Multiple-UTILLOC-and-WORK-Libraries-for-IO-balancing-on-Win7-64/m-p/389835#M10151</link>
    <description>&lt;P&gt;Ok, so I misunderstood the doc. Would software striping done in Win 7 x64 do?&lt;/P&gt;</description>
    <pubDate>Tue, 22 Aug 2017 14:39:05 GMT</pubDate>
    <dc:creator>astrae_research</dc:creator>
    <dc:date>2017-08-22T14:39:05Z</dc:date>
    <item>
      <title>Multiple UTILLOC and WORK Libraries for IO balancing on Win7 64 bits with SAS 9.4 TS1m3</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Multiple-UTILLOC-and-WORK-Libraries-for-IO-balancing-on-Win7-64/m-p/389728#M10146</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do you edit your .cfgs to balance the load for UTILLOC and WORK librefs on 2 NVME drives?&lt;/P&gt;&lt;P&gt;HEre are my lines from sasv9.cfg&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-UTILLOC ('d:\SAS UTILITY FILES','e:\SAS UTILITY FILES')&lt;/P&gt;&lt;P&gt;-WORK "e:\SAS94\SASFoundation\9.4\nls\en\work_list.txt"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my work_list.txt following &lt;A href="http://support.sas.com/documentation/cdl/en/hostwin/69955/HTML/default/viewer.htm#n1qr5dmzagn9krn1lt1c276963za.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/hostwin/69955/HTML/default/viewer.htm#n1qr5dmzagn9krn1lt1c276963za.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;/d/SAS_TEMP&lt;BR /&gt;/e/SAS_TEMP&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Method=Random&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAS loaded through EG just freezes until i remove these lines. The folders exist and everything else works ok. If i just specify one UTILLOC and and only one work lib, and run a whole bunch of sorting with 10 gigs datasets, the code runs a minute but it never writes any util files to the UTILLOC (verified through res monitor) it just creates a few 0 size files in that location. I really wish there were more documentation on these features. I have a terabytes big project and this optimization will save time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 06:57:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Multiple-UTILLOC-and-WORK-Libraries-for-IO-balancing-on-Win7-64/m-p/389728#M10146</guid>
      <dc:creator>astrae_research</dc:creator>
      <dc:date>2017-08-22T06:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple UTILLOC and WORK Libraries for IO balancing on Win7 64 bits with SAS 9.4 TS1m3</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Multiple-UTILLOC-and-WORK-Libraries-for-IO-balancing-on-Win7-64/m-p/389730#M10147</link>
      <description>&lt;P&gt;I'd rather use one volume striped over those two disks, and use the one resulting path for WORK. To further speed things up, use a similar stripeset for UTILLOC. That's what I did for a long time with LVM on AIX, and it served me well. Nowadays, the SAN storage is fast enough to handle all I/O (WORK and permanent).&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 07:14:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Multiple-UTILLOC-and-WORK-Libraries-for-IO-balancing-on-Win7-64/m-p/389730#M10147</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-08-22T07:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple UTILLOC and WORK Libraries for IO balancing on Win7 64 bits with SAS 9.4 TS1m3</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Multiple-UTILLOC-and-WORK-Libraries-for-IO-balancing-on-Win7-64/m-p/389831#M10149</link>
      <description>&lt;P&gt;Thank you for the answer! Unfortunately, there is no budget (or time to research other options) for anything else so I'm looking for a quick and dirty way to make things work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I corrected the file (just trial and error, love the sas doc) and now SAS loads but only uses one folder for WORK and never the other.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thsi is the file now&lt;/P&gt;&lt;P&gt;"d:\SAS_TEMP"&lt;BR /&gt;"e:\SAS_TEMP"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Method=Random&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 14:29:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Multiple-UTILLOC-and-WORK-Libraries-for-IO-balancing-on-Win7-64/m-p/389831#M10149</guid>
      <dc:creator>astrae_research</dc:creator>
      <dc:date>2017-08-22T14:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple UTILLOC and WORK Libraries for IO balancing on Win7 64 bits with SAS 9.4 TS1m3</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Multiple-UTILLOC-and-WORK-Libraries-for-IO-balancing-on-Win7-64/m-p/389834#M10150</link>
      <description>&lt;P&gt;SAS uses both drives sequentially, so you won't get any load balancing out of that.&lt;/P&gt;
&lt;P&gt;Combine the two drives into a stripeset and use that for WORK.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 14:34:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Multiple-UTILLOC-and-WORK-Libraries-for-IO-balancing-on-Win7-64/m-p/389834#M10150</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-08-22T14:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple UTILLOC and WORK Libraries for IO balancing on Win7 64 bits with SAS 9.4 TS1m3</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Multiple-UTILLOC-and-WORK-Libraries-for-IO-balancing-on-Win7-64/m-p/389835#M10151</link>
      <description>&lt;P&gt;Ok, so I misunderstood the doc. Would software striping done in Win 7 x64 do?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 14:39:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Multiple-UTILLOC-and-WORK-Libraries-for-IO-balancing-on-Win7-64/m-p/389835#M10151</guid>
      <dc:creator>astrae_research</dc:creator>
      <dc:date>2017-08-22T14:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple UTILLOC and WORK Libraries for IO balancing on Win7 64 bits with SAS 9.4 TS1m3</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Multiple-UTILLOC-and-WORK-Libraries-for-IO-balancing-on-Win7-64/m-p/389837#M10152</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/120002"&gt;@astrae_research&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Ok, so I misunderstood the doc. Would software striping done in Win 7 x64 do?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I would try that.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 14:40:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Multiple-UTILLOC-and-WORK-Libraries-for-IO-balancing-on-Win7-64/m-p/389837#M10152</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-08-22T14:40:23Z</dc:date>
    </item>
  </channel>
</rss>

