<?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: Revised date time changes vms file attribute in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/revised-date-time-changes-vms-file-attribute/m-p/4108429#M87429</link>
    <description>DSM,&lt;BR /&gt;&lt;BR /&gt;One of the main annoyances with the Unix files systems is that there is no true create time&amp;amp;date. Thankfully due to the lack of versioning, the modification date often suffices.&lt;BR /&gt;&lt;BR /&gt;:-)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;The command SET SEC/PROT=(W:RE) changes the "Revised" date, and I lose any information as to when the file was last REALLY changed&lt;BR /&gt;&lt;BR /&gt;But the file DID really change (assuming the protect was different). If the file where to be damaged and needed to be restored, then you would want that latest protection (owner, name,...) restored right? So that (protection) modification needs to trigger a modification time based backup mechanisme&lt;BR /&gt;&lt;BR /&gt;The new additional dates address this problem.&lt;BR /&gt;&lt;BR /&gt;Still, it would be nice if SET FILE had an /KEEP_REVISION (or some such).&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
    <pubDate>Fri, 30 Nov 2007 03:56:16 GMT</pubDate>
    <dc:creator>Hein van den Heuvel</dc:creator>
    <dc:date>2007-11-30T03:56:16Z</dc:date>
    <item>
      <title>Revised date time changes vms file attribute</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/revised-date-time-changes-vms-file-attribute/m-p/4108422#M87422</link>
      <description>I have noticed that some files get there revised date/time changed but not all.  For example I have a login.com that was created 15-SEP-2005 and has not been changed.  However, today a $dir/full login.com shows that it has been revised. Revised: 27-NOV-2007 01:56:29.60 (293)&lt;BR /&gt;My only suspect is Data Protector? maybe?&lt;BR /&gt;Any hints/tips?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Matt</description>
      <pubDate>Tue, 27 Nov 2007 14:07:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/revised-date-time-changes-vms-file-attribute/m-p/4108422#M87422</guid>
      <dc:creator>Matthew Booth</dc:creator>
      <dc:date>2007-11-27T14:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Revised date time changes vms file attribute</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/revised-date-time-changes-vms-file-attribute/m-p/4108423#M87423</link>
      <description>Matt,&lt;BR /&gt;&lt;BR /&gt;My guess is that you are renaming the file.  Do you have a command procedure to purge to n versions and reset the version numbers?  A rename will change the revision and the modification data.&lt;BR /&gt;&lt;BR /&gt;It appears something other than an editor is opening your login.com file for write.  Even if no changes are made, the revision date will be changed when the file is closed.  (I wish there was an option so this wouldn't happen unless there was actually a write operation done).&lt;BR /&gt;&lt;BR /&gt;Do you have a "touch" utility on your system?  Or perhaps a third party tool that searches files, but doesn't open them for read only access?&lt;BR /&gt;&lt;BR /&gt;Note the date stamp.  What runs then?  You could use image accounting or put an audit ACE on the file and use auditing to determine what is doing it.&lt;BR /&gt;&lt;BR /&gt;Note the revision count (293).  This has been "modified" 293 times since 15-SEP-2005, That could be because of renaming, opening for write, or because something like DFU is explicitly changing the timestamps and revision count.&lt;BR /&gt;&lt;BR /&gt;Jon&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Nov 2007 14:33:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/revised-date-time-changes-vms-file-attribute/m-p/4108423#M87423</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2007-11-27T14:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Revised date time changes vms file attribute</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/revised-date-time-changes-vms-file-attribute/m-p/4108424#M87424</link>
      <description>Matthew,&lt;BR /&gt;&lt;BR /&gt;I would agree with Jon. Something is repeatedly touching the file.&lt;BR /&gt;&lt;BR /&gt;In addition to doing the approach that Jon mentioned, you can do a series of DIR/FULL commands on a daily basis to see when the count is jumping, that will narrow the search a bit.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Tue, 27 Nov 2007 14:43:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/revised-date-time-changes-vms-file-attribute/m-p/4108424#M87424</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2007-11-27T14:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Revised date time changes vms file attribute</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/revised-date-time-changes-vms-file-attribute/m-p/4108425#M87425</link>
      <description>Thanks for the replies.  I will try the acl approach and will get back to you.&lt;BR /&gt;&lt;BR /&gt;-Matt</description>
      <pubDate>Tue, 27 Nov 2007 14:56:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/revised-date-time-changes-vms-file-attribute/m-p/4108425#M87425</guid>
      <dc:creator>Matthew Booth</dc:creator>
      <dc:date>2007-11-27T14:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Revised date time changes vms file attribute</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/revised-date-time-changes-vms-file-attribute/m-p/4108426#M87426</link>
      <description>Matt,&lt;BR /&gt;  Note that as of V8.3 there are more dates maintained in file header:&lt;BR /&gt;&lt;BR /&gt;Created:    28-NOV-2007 07:58:43.14&lt;BR /&gt;Revised:    28-NOV-2007 07:58:43.42 (1)&lt;BR /&gt;Expires:    &lt;NONE specified=""&gt;&lt;BR /&gt;Backup:     &lt;NO backup="" recorded=""&gt;&lt;BR /&gt;Effective:  &lt;NONE specified=""&gt;&lt;BR /&gt;Recording:  &lt;NONE specified=""&gt;&lt;BR /&gt;Accessed:   &lt;NONE specified=""&gt;&lt;BR /&gt;Attributes: &lt;NONE specified=""&gt;&lt;BR /&gt;Modified:   &lt;NONE specified=""&gt;&lt;BR /&gt;&lt;BR /&gt;Are any of the other dates changing?&lt;BR /&gt;&lt;BR /&gt;Depending on where and how you ask for "Modified" date, you may get different answers.&lt;BR /&gt;&lt;BR /&gt;Opening a file with WRITE intent will update the revision date, even if you don't actually modify the file. For example:&lt;BR /&gt;&lt;BR /&gt;$dir/full sys$login:login.com;&lt;BR /&gt;...&lt;BR /&gt;Created:    24-OCT-2007 14:16:44.59&lt;BR /&gt;Revised:    24-OCT-2007 14:16:44.60 (1)&lt;BR /&gt;...&lt;BR /&gt;$ open/read/write lgi sys$login:login.com&lt;BR /&gt;$ close lgi&lt;BR /&gt;$ dir/full sys$login:login.com;&lt;BR /&gt;&lt;BR /&gt;Created:    24-OCT-2007 14:16:44.59&lt;BR /&gt;Revised:    28-NOV-2007 08:13:33.23 (2)&lt;BR /&gt;&lt;BR /&gt;I don't believe there's anything in OpenVMS that will open LOGIN.COM for write access. I wouldn't expect Data Protector to change anything either (except perhaps the backup date).&lt;BR /&gt;&lt;BR /&gt;The audit ACE is your best bet to find the culprit.&lt;BR /&gt;&lt;/NONE&gt;&lt;/NONE&gt;&lt;/NONE&gt;&lt;/NONE&gt;&lt;/NONE&gt;&lt;/NO&gt;&lt;/NONE&gt;</description>
      <pubDate>Tue, 27 Nov 2007 16:18:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/revised-date-time-changes-vms-file-attribute/m-p/4108426#M87426</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2007-11-27T16:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Revised date time changes vms file attribute</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/revised-date-time-changes-vms-file-attribute/m-p/4108427#M87427</link>
      <description>&lt;!--!*#--&gt;One of my annoyances with VMS is that, with regard to "Revised" date-time, it does not distinguish between a change to the file contents and some (but not all) changes to the file attributes.  (I am using VMS 7.3-2).&lt;BR /&gt;&lt;BR /&gt;An example of where this can be annoying, is when I find a file without World access, that I wish World to read.  The command SET SEC/PROT=(W:RE) changes the "Revised" date, and I lose any information as to when the file was last REALLY changed.  Thankfully, with file versioning, the creation date-time is usually good enough.</description>
      <pubDate>Thu, 29 Nov 2007 23:43:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/revised-date-time-changes-vms-file-attribute/m-p/4108427#M87427</guid>
      <dc:creator>DSM_1</dc:creator>
      <dc:date>2007-11-29T23:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Revised date time changes vms file attribute</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/revised-date-time-changes-vms-file-attribute/m-p/4108428#M87428</link>
      <description>Matt,&lt;BR /&gt;&lt;BR /&gt;The problem with a DIR/FULL is that the date given after the word "Revised:" in not the actual revision date. It is the most recent of the "revision date", the "attributes changed date" and the "data modified date". At least on ODS-5 volumes.&lt;BR /&gt;&lt;BR /&gt;Have a look at the difference regarding dates in the output of DIR/FULL and QDSB/FULL. You can download QDSB from our website ( &lt;A href="http://www.quadratrix.be/qdsb.html" target="_blank"&gt;http://www.quadratrix.be/qdsb.html&lt;/A&gt; )&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kris (aka Qkcl)&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Nov 2007 02:30:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/revised-date-time-changes-vms-file-attribute/m-p/4108428#M87428</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2007-11-30T02:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Revised date time changes vms file attribute</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/revised-date-time-changes-vms-file-attribute/m-p/4108429#M87429</link>
      <description>DSM,&lt;BR /&gt;&lt;BR /&gt;One of the main annoyances with the Unix files systems is that there is no true create time&amp;amp;date. Thankfully due to the lack of versioning, the modification date often suffices.&lt;BR /&gt;&lt;BR /&gt;:-)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;The command SET SEC/PROT=(W:RE) changes the "Revised" date, and I lose any information as to when the file was last REALLY changed&lt;BR /&gt;&lt;BR /&gt;But the file DID really change (assuming the protect was different). If the file where to be damaged and needed to be restored, then you would want that latest protection (owner, name,...) restored right? So that (protection) modification needs to trigger a modification time based backup mechanisme&lt;BR /&gt;&lt;BR /&gt;The new additional dates address this problem.&lt;BR /&gt;&lt;BR /&gt;Still, it would be nice if SET FILE had an /KEEP_REVISION (or some such).&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Nov 2007 03:56:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/revised-date-time-changes-vms-file-attribute/m-p/4108429#M87429</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-11-30T03:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Revised date time changes vms file attribute</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/revised-date-time-changes-vms-file-attribute/m-p/4108430#M87430</link>
      <description>&lt;!--!*#--&gt;Hein,&lt;BR /&gt;&lt;BR /&gt;I have yet to suffer the blight of a Unix system, although the day is not far off, unfortunately.&lt;BR /&gt;&lt;BR /&gt;My point of reference was MVS (which I think is now called z/OS).  The security information was not a file property, it was maintained separately from the resources and accounts it controlled.  So giving someone (or everyone) permission to view a file did not change the file.  My recollection is that the modification date could be relied upon, and in the most common case (a member of a PDS), the modified-by user account was also visible.&lt;BR /&gt;&lt;BR /&gt;But I have become quite fond of VMS and I am sure I would find things to grizzle about in MVS or z/OS if I were ever to go back to it.</description>
      <pubDate>Fri, 30 Nov 2007 04:33:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/revised-date-time-changes-vms-file-attribute/m-p/4108430#M87430</guid>
      <dc:creator>DSM_1</dc:creator>
      <dc:date>2007-11-30T04:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Revised date time changes vms file attribute</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/revised-date-time-changes-vms-file-attribute/m-p/4108431#M87431</link>
      <description>John G wrote:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;Opening a file with WRITE intent will update the revision date, even if you don't actually modify the file.&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Strictly speaking, this is _NOT_ true!&lt;BR /&gt;As can be seen by opening a file for write, and then doing the DIR/FULL&lt;BR /&gt;&lt;BR /&gt;The Revision Date gets updated, when a file that was opened for write is CLOSED.&lt;BR /&gt;&lt;BR /&gt;The distinction well only rarely be relevant, but IMHO it has to be noted.&lt;BR /&gt;&lt;BR /&gt;fwiw,&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Fri, 30 Nov 2007 04:42:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/revised-date-time-changes-vms-file-attribute/m-p/4108431#M87431</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2007-11-30T04:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Revised date time changes vms file attribute</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/revised-date-time-changes-vms-file-attribute/m-p/4108432#M87432</link>
      <description>OpenView Data Protector (OVDP) probably opens the file using an I/O mechanism which resets the revision date value, given some of the related discussions you and I have had in the past.  &lt;BR /&gt;&lt;BR /&gt;That time value is definitely within the range when OVDP is traditionally active within your environment.  (For chagrins' sake, see if the other files in the same disk neighborhood of that one show a range of times based on the access order by OVDP.)  Alternatively or additionally, turn on file access alarms (or audits) on an example file or three, and watch for access, and line up the times in your alarms (or in your audit database) with the revision date and with the OVDP pass.&lt;BR /&gt;&lt;BR /&gt;There is a path for access into certain parts of the file headers (and OpenVMS itself was switched to allow READALL to actually write to specific file header fields) without tweaking the revision dates, but here I'd tend to assume OVDP is largely using straight and portable C and C I/O and is opening the file.  OVDP may well be opening the file as part of determining if it should process the file, rather than using the IO$_ACPCONTROL interface.&lt;BR /&gt;&lt;BR /&gt;Check with G.F., K.B. or with whomever is fielding the related area(s) now, too.  He probably knows -- or knows who knows -- the right details.&lt;BR /&gt;&lt;BR /&gt;Stephen Hoffman&lt;BR /&gt;HoffmanLabs LLC&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Nov 2007 12:09:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/revised-date-time-changes-vms-file-attribute/m-p/4108432#M87432</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-11-30T12:09:03Z</dc:date>
    </item>
  </channel>
</rss>

