<?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 LSF Logs in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/LSF-Logs/m-p/685360#M20098</link>
    <description>&lt;P&gt;hello All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have scheduled some SAS codes visa LSF and want to scan the same.&lt;/P&gt;
&lt;P&gt;i want to know the format and structure of LSF logs. Can anyone please share sample LSF logs generated?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Sep 2020 10:34:43 GMT</pubDate>
    <dc:creator>upadhi</dc:creator>
    <dc:date>2020-09-21T10:34:43Z</dc:date>
    <item>
      <title>LSF Logs</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/LSF-Logs/m-p/685360#M20098</link>
      <description>&lt;P&gt;hello All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have scheduled some SAS codes visa LSF and want to scan the same.&lt;/P&gt;
&lt;P&gt;i want to know the format and structure of LSF logs. Can anyone please share sample LSF logs generated?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 10:34:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/LSF-Logs/m-p/685360#M20098</guid>
      <dc:creator>upadhi</dc:creator>
      <dc:date>2020-09-21T10:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: LSF Logs</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/LSF-Logs/m-p/685361#M20099</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You can find the logs on the compute server where the agent is running. Please see the logs on this path&lt;BR /&gt;&amp;nbsp;in Linux sever&lt;/P&gt;
&lt;P&gt;&lt;FONT style="background-color: #ffffff;"&gt;&amp;lt;server path&amp;gt;/ps_sas/pm/work/history*.*&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 10:44:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/LSF-Logs/m-p/685361#M20099</guid>
      <dc:creator>rabindrakumar1</dc:creator>
      <dc:date>2020-09-21T10:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: LSF Logs</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/LSF-Logs/m-p/685456#M20104</link>
      <description>Are you asking about the logs generated by LSF / Process Manager or those generated by SAS when running SAS code via LSF/Process Manager?&lt;BR /&gt;&lt;BR /&gt;Typically when scheduling SAS programs to run as jobs on LSF you are using Process Manager as the scheduler to submit a job to LSF that uses the SAS DATA Step Batch Server to actually run the SAS code. As such, the logs are located here.&lt;BR /&gt;&lt;BR /&gt;Process Manager:&lt;BR /&gt;JS_TOP/log/&lt;BR /&gt;&lt;BR /&gt;LSF:&lt;BR /&gt;LS_TOP/log/&lt;BR /&gt;&lt;BR /&gt;SAS DATA Step Batch Server:&lt;BR /&gt;&amp;lt;sas-configuration-directory&amp;gt;/SASApp/BatchServer/Logs&lt;BR /&gt;&lt;BR /&gt;The format for the Batch Server's SAS log is the same as if you were running in base SAS.</description>
      <pubDate>Mon, 21 Sep 2020 15:00:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/LSF-Logs/m-p/685456#M20104</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2020-09-21T15:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: LSF Logs</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/LSF-Logs/m-p/685473#M20105</link>
      <description>&lt;P&gt;hello Greg,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am talking about the logs generated by LSF (&lt;SPAN&gt;LS_TOP/log/)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;the issue is we do not have any sample logs and client is taking time to give sanitized version&amp;nbsp;of logs. For scanning the logs, we wanted to create a python script, hence asked if some one can help me with the format.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So that i can start working on the script.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 16:15:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/LSF-Logs/m-p/685473#M20105</guid>
      <dc:creator>upadhi</dc:creator>
      <dc:date>2020-09-21T16:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: LSF Logs</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/LSF-Logs/m-p/685474#M20106</link>
      <description>The log format varies depending on the log, here is an example line from each.&lt;BR /&gt;&lt;BR /&gt;LSF:&lt;BR /&gt;==&amp;gt; mbatchd.log.&amp;lt;hostname&amp;gt; &amp;lt;==&lt;BR /&gt;May  8 16:45:44 2020 1363:1363 3 10.1 periodicCheck(): Unable to contact LIM: LIM is down; try later; quit master&lt;BR /&gt;==&amp;gt; res.log.&amp;lt;hostname&amp;gt; &amp;lt;==&lt;BR /&gt;Dec 19 16:25:12 2019 7377 3 10.1 term_handler: Received signal 15, exiting&lt;BR /&gt;==&amp;gt; sbatchd.log.&amp;lt;hostname&amp;gt; &amp;lt;==&lt;BR /&gt;Jan 17 12:12:18 2020 17964 3 10.1 acctMapTo: No valid user name found for job &amp;lt;21629&amp;gt;, userName &amp;lt;sasdemo&amp;gt;. getpwnam() failed:Bad user ID&lt;BR /&gt;==&amp;gt; mbschd.log.&amp;lt;hostname&amp;gt; &amp;lt;==&lt;BR /&gt;Dec 20 09:50:18 2019 6488:6488 3 10.1 SCH_FM_readPacket: readDecodeHdr_() failed, lserrno=2&lt;BR /&gt;==&amp;gt; lim.log.&amp;lt;hostname&amp;gt; &amp;lt;==&lt;BR /&gt;Dec 20 10:04:55 2019 1070 4 3.4.0 initNewMaster: This is now the master host.&lt;BR /&gt;&lt;BR /&gt;EGO:&lt;BR /&gt;==&amp;gt; pem.log.&amp;lt;hostname&amp;gt; &amp;lt;==&lt;BR /&gt;2019-12-19 16:27:02.000 EST WARN [5349:140300655433536] System daemon PEM is up on host &amp;lt;grid.demo.sas.com&amp;gt; in cluster &amp;lt;sas_cluster&amp;gt;&lt;BR /&gt;&lt;BR /&gt;==&amp;gt; vemkd.log.&amp;lt;hostname&amp;gt; &amp;lt;==&lt;BR /&gt;2020-05-11 09:25:34.000 EDT WARN [5319:140092457252672] initparams: EGO_TOPOLOGY_PLUGIN is not defined; will load default topology plug-in (topology_ego_default).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Sep 2020 16:24:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/LSF-Logs/m-p/685474#M20106</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2020-09-21T16:24:05Z</dc:date>
    </item>
  </channel>
</rss>

