<?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 How to check error logs? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/how-to-check-error-logs/m-p/4977423#M76140</link>
    <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;What are the error logs in OpenVMS that needs to be checked? How to do it?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
    <pubDate>Fri, 05 May 2006 00:30:49 GMT</pubDate>
    <dc:creator>IFX_1</dc:creator>
    <dc:date>2006-05-05T00:30:49Z</dc:date>
    <item>
      <title>How to check error logs?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-check-error-logs/m-p/4977423#M76140</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;What are the error logs in OpenVMS that needs to be checked? How to do it?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 05 May 2006 00:30:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-check-error-logs/m-p/4977423#M76140</guid>
      <dc:creator>IFX_1</dc:creator>
      <dc:date>2006-05-05T00:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to check error logs?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-check-error-logs/m-p/4977424#M76141</link>
      <description>Ronald,&lt;BR /&gt;&lt;BR /&gt;we have biological error sensors, which do call us in case of errors ... :-)&lt;BR /&gt;&lt;BR /&gt;The usual error logs are (list not complete):&lt;BR /&gt;&lt;BR /&gt;- OPERATOR.LOG&lt;BR /&gt;usually in SYS$MANAGER, but may relocated with OPC$LOGFILE_NAME, is plain ASCII&lt;BR /&gt;&lt;BR /&gt;- SHOW ERROR&lt;BR /&gt;if errors a increasing, further checking can be done depending on hardware and VMS version with ANAL/ERROR[/ELV], DIAGNOSE, SEA ...&lt;BR /&gt;&lt;BR /&gt;- SHOW INTRUSION&lt;BR /&gt;any hackers?&lt;BR /&gt;&lt;BR /&gt;- ACCOUNTING&lt;BR /&gt;I check this only in case of unexplainable process exits (using ACCOUNTING utility)&lt;BR /&gt;&lt;BR /&gt;- AUDITING&lt;BR /&gt;We create summary reports for brief checks (using ANAL/AUDIT)&lt;BR /&gt;&lt;BR /&gt;Help for the utilities is in the system managers documentation.&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Fri, 05 May 2006 00:43:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-check-error-logs/m-p/4977424#M76141</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2006-05-05T00:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to check error logs?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-check-error-logs/m-p/4977425#M76142</link>
      <description>This really depends on the scope of the errors that you are looking for.&lt;BR /&gt;&lt;BR /&gt;For example, the operator log is written to SYS$MANAGER:OPERATOR.LOG.&lt;BR /&gt;&lt;BR /&gt;You can view the file using TYPE:&lt;BR /&gt;&lt;BR /&gt;$ TYPE SYS$MANAGER:OPERATOR.LOG&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;$ TYPE/PAGE SYS$MANAGER:OPERATOR.LOG&lt;BR /&gt;&lt;BR /&gt;Or you can search for certain errors using the SEARCH command:&lt;BR /&gt;&lt;BR /&gt;$ SEARCH SYS$MANAGER:OPERATOR.LOG "-E-" &lt;BR /&gt;$ SEARCH SYS$MANAGER:OPERATOR.LOG "-F-"&lt;BR /&gt;&lt;BR /&gt;The scope of the SEARCH output can be extended with the /WINDOW qualifier:&lt;BR /&gt;&lt;BR /&gt;$ SEARCH SYS$MANAGER:OPERATOR.LOG "-F-" /WINDOW=(2,1)&lt;BR /&gt;</description>
      <pubDate>Fri, 05 May 2006 00:54:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-check-error-logs/m-p/4977425#M76142</guid>
      <dc:creator>Dave Laurier</dc:creator>
      <dc:date>2006-05-05T00:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to check error logs?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-check-error-logs/m-p/4977426#M76143</link>
      <description>also...&lt;BR /&gt;Batch logs - use show queue/batch/all/full&lt;BR /&gt;it will show the path used for log files&lt;BR /&gt;&lt;BR /&gt;Depending on what network software you are running, you may need to check log files in [tcpip$*]&lt;BR /&gt;&lt;BR /&gt;Other useful information can be found in clue*.lis files&lt;BR /&gt;&lt;BR /&gt;A good starting point would be to install&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/openvms/journal/v7/vms_check_tool.html" target="_blank"&gt;http://h71000.www7.hp.com/openvms/journal/v7/vms_check_tool.html&lt;/A&gt;&lt;BR /&gt;you could then customise it to include additional log files as required.&lt;BR /&gt;Phil&lt;BR /&gt;</description>
      <pubDate>Fri, 05 May 2006 02:04:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-check-error-logs/m-p/4977426#M76143</guid>
      <dc:creator>Phil.Howell</dc:creator>
      <dc:date>2006-05-05T02:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to check error logs?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-check-error-logs/m-p/4977427#M76144</link>
      <description>Phil,&lt;BR /&gt;   I'm running OpenVMS V7.2-1H1, can VMS_check run on this OS version? The info was quite good.</description>
      <pubDate>Fri, 05 May 2006 02:19:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-check-error-logs/m-p/4977427#M76144</guid>
      <dc:creator>IFX_1</dc:creator>
      <dc:date>2006-05-05T02:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to check error logs?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-check-error-logs/m-p/4977428#M76145</link>
      <description>Ronald,&lt;BR /&gt;  SHOW ERROR will show device errors logged since the system was booted. These errors are recorded in SYS$ERRORLOG:ERRLOG.SYS.&lt;BR /&gt;&lt;BR /&gt;To look at this file you need the DECevent utility. &lt;BR /&gt;&lt;A href="http://h18000.www1.hp.com/support/svctools/decevent/index.html" target="_blank"&gt;http://h18000.www1.hp.com/support/svctools/decevent/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 May 2006 02:55:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-check-error-logs/m-p/4977428#M76145</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-05-05T02:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to check error logs?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-check-error-logs/m-p/4977429#M76146</link>
      <description>.</description>
      <pubDate>Fri, 05 May 2006 03:42:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-check-error-logs/m-p/4977429#M76146</guid>
      <dc:creator>IFX_1</dc:creator>
      <dc:date>2006-05-05T03:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to check error logs?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-check-error-logs/m-p/4977430#M76147</link>
      <description>That happens to be the version on which it is running.&lt;BR /&gt;Phil</description>
      <pubDate>Fri, 05 May 2006 08:07:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-check-error-logs/m-p/4977430#M76147</guid>
      <dc:creator>Phil.Howell</dc:creator>
      <dc:date>2006-05-05T08:07:48Z</dc:date>
    </item>
  </channel>
</rss>

