<?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: Command Logs in OpenVMS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/command-logs-in-openvms/m-p/4708042#M100729</link>
    <description>You weren't really clear about the amount of time your system went out of sync.  If the variance was minimal it could be due to "natural" drift because NTP's processes weren't keeping things in check.  If that's the case you could chase your tail for weeks.&lt;BR /&gt;&lt;BR /&gt;However if the change was truly significant, adjustments of full minutes, hours or days, as Hein said there aren't many *default* mechanisms to check for "fingers in the pie."  According to the documentation there are tools in auditing that can watch for changes to date/time but unless that's configured *before* your incident the tracking is non-existant.  You could enable "image mode accounting" but the volume of data can be daunting on a very busy system.  This, again, has to be setup in advance.  You probably wouldn't get a true "smoking gun" with accounting data either.  More likely a list of users who touched a more general utility routine instead of a specific time or data adjustment program.&lt;BR /&gt;&lt;BR /&gt;Check into the OpenVMS DCL Dictionary and review the details of SET AUDIT.  The specific commands to enable auditing of changes to system time don't seem to be explicitly spelled-out.  This is because setting up system security and monitoring really should be done as part of a process instead of a "point solution" just to monitor one item.&lt;BR /&gt;&lt;BR /&gt;Small disclaimer:  I'm not at all sure if these are *recent* changes to the auditing tools, as in "for V8.4."  I'd expect this information to be in the O/S release notes if it was.  Our lab had additional auditing setup and I *think* that we were monitoring time changes back to the V7 timeframe.&lt;BR /&gt;&lt;BR /&gt;bob</description>
    <pubDate>Tue, 02 Nov 2010 13:33:58 GMT</pubDate>
    <dc:creator>Bob Blunt</dc:creator>
    <dc:date>2010-11-02T13:33:58Z</dc:date>
    <item>
      <title>Command Logs in OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/command-logs-in-openvms/m-p/4708039#M100726</link>
      <description>Recentely one of our SMSC server using openVMS goes out of time sync with NTP server, because somebody changed NTP server IP.&lt;BR /&gt;&lt;BR /&gt;We need to find out who has done the changes at what time.&lt;BR /&gt;&lt;BR /&gt;Where I will get this informtion in OpenVMS</description>
      <pubDate>Tue, 02 Nov 2010 09:42:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/command-logs-in-openvms/m-p/4708039#M100726</guid>
      <dc:creator>Shirish Desai</dc:creator>
      <dc:date>2010-11-02T09:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Command Logs in OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/command-logs-in-openvms/m-p/4708040#M100727</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; Where I will get this informtion in OpenVMS&lt;BR /&gt;&lt;BR /&gt;You'll have to ask all the folks which were trusted with the priviliges to achieve this.&lt;BR /&gt;&lt;BR /&gt;Typically the system does not record commands for you.&lt;BR /&gt;There may or might not be information for forensic research. It's unlikely though.&lt;BR /&gt;- command history/recall is typically not saved, and here might just have the TCPIP command.&lt;BR /&gt;- I don't think this is security auditing or operator.log event. It could be audited as successful file open, but typically those are not recorded and you would still not know which open preceded the change.&lt;BR /&gt;&lt;BR /&gt;Your best bet it to determine roughly the time it was changed and from there who might have been logged on.&lt;BR /&gt;&lt;BR /&gt;For repeat cases you could consider adding some 3rd party Change Data Capture (CDC) for RMS to the system, but really you should just ask.&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Hein&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Nov 2010 09:58:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/command-logs-in-openvms/m-p/4708040#M100727</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2010-11-02T09:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Command Logs in OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/command-logs-in-openvms/m-p/4708041#M100728</link>
      <description>Thank you Sir</description>
      <pubDate>Tue, 02 Nov 2010 11:45:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/command-logs-in-openvms/m-p/4708041#M100728</guid>
      <dc:creator>Shirish Desai</dc:creator>
      <dc:date>2010-11-02T11:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Command Logs in OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/command-logs-in-openvms/m-p/4708042#M100729</link>
      <description>You weren't really clear about the amount of time your system went out of sync.  If the variance was minimal it could be due to "natural" drift because NTP's processes weren't keeping things in check.  If that's the case you could chase your tail for weeks.&lt;BR /&gt;&lt;BR /&gt;However if the change was truly significant, adjustments of full minutes, hours or days, as Hein said there aren't many *default* mechanisms to check for "fingers in the pie."  According to the documentation there are tools in auditing that can watch for changes to date/time but unless that's configured *before* your incident the tracking is non-existant.  You could enable "image mode accounting" but the volume of data can be daunting on a very busy system.  This, again, has to be setup in advance.  You probably wouldn't get a true "smoking gun" with accounting data either.  More likely a list of users who touched a more general utility routine instead of a specific time or data adjustment program.&lt;BR /&gt;&lt;BR /&gt;Check into the OpenVMS DCL Dictionary and review the details of SET AUDIT.  The specific commands to enable auditing of changes to system time don't seem to be explicitly spelled-out.  This is because setting up system security and monitoring really should be done as part of a process instead of a "point solution" just to monitor one item.&lt;BR /&gt;&lt;BR /&gt;Small disclaimer:  I'm not at all sure if these are *recent* changes to the auditing tools, as in "for V8.4."  I'd expect this information to be in the O/S release notes if it was.  Our lab had additional auditing setup and I *think* that we were monitoring time changes back to the V7 timeframe.&lt;BR /&gt;&lt;BR /&gt;bob</description>
      <pubDate>Tue, 02 Nov 2010 13:33:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/command-logs-in-openvms/m-p/4708042#M100729</guid>
      <dc:creator>Bob Blunt</dc:creator>
      <dc:date>2010-11-02T13:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Command Logs in OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/command-logs-in-openvms/m-p/4708043#M100730</link>
      <description>If you are talking about changes to the Time server information in the TCPIP$NTP.CONF file, you might check the "Modify" timestamp on the file.   i.e.&lt;BR /&gt;&lt;BR /&gt;$ dir/date=m sys$specific:[tcpip$ntp]tcpip$ntp.conf&lt;BR /&gt;&lt;BR /&gt;This might help to pin down the time.&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Tue, 02 Nov 2010 14:05:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/command-logs-in-openvms/m-p/4708043#M100730</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2010-11-02T14:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Command Logs in OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/command-logs-in-openvms/m-p/4708044#M100731</link>
      <description>With apologies to Hein:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Typically the system does not record &lt;BR /&gt;&amp;gt; commands for you.&lt;BR /&gt;&amp;gt; There may or might not be information for &amp;gt; forensic research. It's unlikely though.&lt;BR /&gt;&amp;gt; - command history/recall is typically not &amp;gt; saved, and here might just have the TCPIP &amp;gt; command.&lt;BR /&gt;&lt;BR /&gt;If you are able to determine the time that the change was made and you have interactive users that are still logged in, it may be possible to view the command recall buffer for the processes that are still active using the System Dump Analyzer (SDA).&lt;BR /&gt;&lt;BR /&gt;Of course, as Hein stated, this would only include commands issued at the DCL prompt - not any commands issued inside of some other utility like TCPIP.  It may, however, contain and edit command for example.&lt;BR /&gt;&lt;BR /&gt;Dave Williams</description>
      <pubDate>Wed, 03 Nov 2010 14:55:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/command-logs-in-openvms/m-p/4708044#M100731</guid>
      <dc:creator>tsgdavid</dc:creator>
      <dc:date>2010-11-03T14:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Command Logs in OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/command-logs-in-openvms/m-p/4708045#M100732</link>
      <description>if audit is set to log modifications to TCPIP$NTP.CONF, you can analyze/audit the journal from the modification date of this file. &lt;BR /&gt;&lt;BR /&gt;$ show audit/journal &lt;BR /&gt;$ analyze/audit/full/ 'journal_file'/out=audit.txt&lt;BR /&gt;&lt;BR /&gt;this possibility depends on the protections of the file, on the audit settings but also on the account used for modifying the file.</description>
      <pubDate>Tue, 16 Nov 2010 22:45:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/command-logs-in-openvms/m-p/4708045#M100732</guid>
      <dc:creator>cdan</dc:creator>
      <dc:date>2010-11-16T22:45:33Z</dc:date>
    </item>
  </channel>
</rss>

