<?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: Disk integrity check in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/disk-integrity-check/m-p/3612432#M70673</link>
    <description>&lt;BR /&gt;At a less intrusive level use&lt;BR /&gt;&lt;BR /&gt;$ show error&lt;BR /&gt;&lt;BR /&gt;and see if the suspect disk is listed.  If the error count is steadily climbing you'll need to replace the disk as soon as possible.&lt;BR /&gt;&lt;BR /&gt;What version of VMS and platform are you running?&lt;BR /&gt;</description>
    <pubDate>Fri, 26 Aug 2005 11:16:57 GMT</pubDate>
    <dc:creator>Andy Bustamante</dc:creator>
    <dc:date>2005-08-26T11:16:57Z</dc:date>
    <item>
      <title>Disk integrity check</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-integrity-check/m-p/3612427#M70668</link>
      <description>Hi,&lt;BR /&gt;Here is an interesting one for a gurus.&lt;BR /&gt;Currently running critical 24X7 application, was discovered, that some of the latest *.exe files in the directories gone missing (shouldn't be a user or other person interaction) cause during an application build all files been pushed to a folder location, and worked perfectly up to yesterday.&lt;BR /&gt;Today, been noticed, after application crashed,&lt;BR /&gt;that "some" of the files got missing from a folder, or having an older version number, other then "all of the files" in the folder should contain,&lt;BR /&gt;Here is a deal, user interaction, is not the case, cause del *.*; would delete, for exmpl, all the latest ones, not the particular ones, there is no other way, users could delete 1000+ files, and system is running off-line (no internet or network connect), nor applications can delete those&lt;BR /&gt;So, I suspect, there should be a bad block(s) on the drive, but really do not know, how to check for this. &lt;BR /&gt;Sorry, I'm a newbie in OpenVMS system administration, so I'd appreciate any help&lt;BR /&gt;&lt;BR /&gt;Thanks a lot.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Aug 2005 21:14:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-integrity-check/m-p/3612427#M70668</guid>
      <dc:creator>Vladimir_75</dc:creator>
      <dc:date>2005-08-25T21:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Disk integrity check</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-integrity-check/m-p/3612428#M70669</link>
      <description>Vladimir,&lt;BR /&gt;&lt;BR /&gt;There are a couple of approaches I might suggest for investigating what is happening on the disk with the files that are missing.&lt;BR /&gt;&lt;BR /&gt;The first is an integrity check as you suggest.  The standard way to do this is to login as SYSTEM and do &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ analyze/disk/repair &lt;DEVICE_NAME&gt;:/lock/noconfirm&lt;BR /&gt;&lt;BR /&gt;Then the course of action from there will depend on the messages (or none) generated by this utility.&lt;BR /&gt;&lt;BR /&gt;Another way to do the same thing is to install the latest version of the DFU freeware utility and use the command&lt;BR /&gt;&lt;BR /&gt;$ dfu verify &lt;DEVICE_NAME&gt;:/fix/lock/direct&lt;BR /&gt;&lt;BR /&gt;Another approach is to assume that there may be something on the system that is accidentally or otherwise deleting files or removing directory links to files.  In this case it would be useful to place alarm access control lists on the directories for WRITE access and possibly the files involved for DELETE access.  You will also need to enable the correct audit logging to signal any such access to OPCOM and/or the audit log.  You would do well to review the Guide to Security  to fully understand how to do this and the impact it might have on the system. &lt;BR /&gt;&lt;BR /&gt;You may want to do the basic integrity check of the disk and report back what you find.&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Robert&lt;/DEVICE_NAME&gt;&lt;/DEVICE_NAME&gt;</description>
      <pubDate>Thu, 25 Aug 2005 21:25:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-integrity-check/m-p/3612428#M70669</guid>
      <dc:creator>Robert_Boyd</dc:creator>
      <dc:date>2005-08-25T21:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Disk integrity check</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-integrity-check/m-p/3612429#M70670</link>
      <description>Let me check that commands and I get back to you tomorrow. Thanks a lot again.</description>
      <pubDate>Thu, 25 Aug 2005 22:13:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-integrity-check/m-p/3612429#M70670</guid>
      <dc:creator>Vladimir_75</dc:creator>
      <dc:date>2005-08-25T22:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Disk integrity check</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-integrity-check/m-p/3612430#M70671</link>
      <description>Vladimir,&lt;BR /&gt;welcome to VMS forum!&lt;BR /&gt; &lt;BR /&gt;Because you have a 24x7, I guess you cannot halt it so be careful when you type ANALYZE/DISK with /REPAIR and /LOCK options.&lt;BR /&gt;In running system, /REPAIR may display unexistent errors due to buffer workload of system.&lt;BR /&gt;/LOCK option is not avaiable on V6.x of VMS. This qualifier lock disk while analyze is running to prevent wrong messages.&lt;BR /&gt;Use help for more details:&lt;BR /&gt;$ HELP ANALYZE/DISK&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Aug 2005 02:57:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-integrity-check/m-p/3612430#M70671</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2005-08-26T02:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Disk integrity check</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-integrity-check/m-p/3612431#M70672</link>
      <description>Thanks a lot, I'll check those out as well.</description>
      <pubDate>Fri, 26 Aug 2005 09:05:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-integrity-check/m-p/3612431#M70672</guid>
      <dc:creator>Vladimir_75</dc:creator>
      <dc:date>2005-08-26T09:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Disk integrity check</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-integrity-check/m-p/3612432#M70673</link>
      <description>&lt;BR /&gt;At a less intrusive level use&lt;BR /&gt;&lt;BR /&gt;$ show error&lt;BR /&gt;&lt;BR /&gt;and see if the suspect disk is listed.  If the error count is steadily climbing you'll need to replace the disk as soon as possible.&lt;BR /&gt;&lt;BR /&gt;What version of VMS and platform are you running?&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Aug 2005 11:16:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-integrity-check/m-p/3612432#M70673</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2005-08-26T11:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Disk integrity check</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-integrity-check/m-p/3612433#M70674</link>
      <description>What can you tell us about the environment in generally (like VMS version etc) and about the application specifically?&lt;BR /&gt;&lt;BR /&gt;I do remember one particular case where files got deleted mysteriously after patch upgrade. We&lt;BR /&gt;had (I think, after all it is close to ten years ago) VAX/VMS V6.2, ALL-IN-1 V2.4 (maybe). &lt;BR /&gt;&lt;BR /&gt;ALL-IN-1 has forms and their functions typically  in form libraries called typed .FLB and for performance these libraries plus other stuff were sort of precompiled to have an ...FLC. In those precompiled libraries all scripts apparently had function names or such replaced with sort of goto to a table index.&lt;BR /&gt;&lt;BR /&gt;Unfortunaly with installed patch the ALL-IN-1 internal function list changed with DELETE_FILE moving upward to somewhere else&lt;BR /&gt;and whilst during patch installation all standard precompiled libraries were precompilied again, the add on application specific ones were not.&lt;BR /&gt;&lt;BR /&gt;Hence first user of one particular menu entry&lt;BR /&gt;deleted a few key files, all subsequent users getting error "File not found"&lt;BR /&gt;&lt;BR /&gt;_veli</description>
      <pubDate>Fri, 26 Aug 2005 11:55:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-integrity-check/m-p/3612433#M70674</guid>
      <dc:creator>Veli Körkkö</dc:creator>
      <dc:date>2005-08-26T11:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Disk integrity check</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-integrity-check/m-p/3612434#M70675</link>
      <description>Hi,&lt;BR /&gt;I've checked the diskj using analyze command as well as show error an it didn't show any errors.&lt;BR /&gt;This is certainly not a software issue, cause 2 VMS boxes (OpenVMS 8.0) are dual redundant, and I'd expect to have the same or similar effect on another one, but this is not the case.&lt;BR /&gt;</description>
      <pubDate>Sat, 27 Aug 2005 00:06:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-integrity-check/m-p/3612434#M70675</guid>
      <dc:creator>Vladimir_75</dc:creator>
      <dc:date>2005-08-27T00:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Disk integrity check</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-integrity-check/m-p/3612435#M70676</link>
      <description>If you didn't see any error, I suspect somebody deleted files.&lt;BR /&gt;May you disable deleting files of your user?&lt;BR /&gt;If this is possible without trouble, you can remove delete flag from files; obviously, no user can be privilegiated user.&lt;BR /&gt; &lt;BR /&gt;You can also enable audit on delete files, but warning, in this way auditing file may growth up. If you want to enable auditing on delete type&lt;BR /&gt;$ SET AUDIT /AUDIT-&lt;BR /&gt;/ENABLE=(ACCESS=(SUCCESS:DELETE))-&lt;BR /&gt;/CLASS=FILE&lt;BR /&gt;Then you can analyze deleting with&lt;BR /&gt;$ ANALYZE/AUDIT/SINCE=&lt;TIMESTAMP&gt;&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;&lt;/TIMESTAMP&gt;</description>
      <pubDate>Sat, 27 Aug 2005 02:20:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-integrity-check/m-p/3612435#M70676</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2005-08-27T02:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Disk integrity check</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-integrity-check/m-p/3612436#M70677</link>
      <description>Are you sure about the VMS version? You specified V8.0 but that did existed only for Itanium/integrity machines and even then it was pretty much restricted evaluation version.&lt;BR /&gt;&lt;BR /&gt;I would rather suspect somekind of software or operator/user issue rather than hardware issue.&lt;BR /&gt;&lt;BR /&gt;I would expect the disk filesystem corrupted rather than losing files from here and there. &lt;BR /&gt;&lt;BR /&gt;_veli</description>
      <pubDate>Sat, 27 Aug 2005 02:25:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-integrity-check/m-p/3612436#M70677</guid>
      <dc:creator>Veli Körkkö</dc:creator>
      <dc:date>2005-08-27T02:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Disk integrity check</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-integrity-check/m-p/3612437#M70678</link>
      <description>Hi,&lt;BR /&gt;No, this is certainly a version 8 of OpenVMS.&lt;BR /&gt;About software, got debugging flag on, so no messages about file operations logged, and operator error:&lt;BR /&gt;person cannot go and delete particular files in the directory (for exmpl. 14 files missing from 178 in the directory total). No wildcard on files can be used (different names) so he'd go and do:&lt;BR /&gt;del a;&lt;BR /&gt;del b;&lt;BR /&gt;del c;&lt;BR /&gt;for exmpl... etc...&lt;BR /&gt;&lt;BR /&gt;I really do not believe it, plus our operators does not have a training in OpenVMS console command, only a GUI interface.</description>
      <pubDate>Sat, 27 Aug 2005 19:00:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-integrity-check/m-p/3612437#M70678</guid>
      <dc:creator>Vladimir_75</dc:creator>
      <dc:date>2005-08-27T19:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Disk integrity check</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-integrity-check/m-p/3612438#M70679</link>
      <description>This might be an ugly way to track down whats happening, but consider a batch job to sho user, sho que/all/batch and directory listing every 1/2 hr for 1 day. This might help you determine when and how the files are getting deleted. If its the same files all the time then someone could have a batch job doing it or some cleanup</description>
      <pubDate>Tue, 30 Aug 2005 15:53:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-integrity-check/m-p/3612438#M70679</guid>
      <dc:creator>Steven_101</dc:creator>
      <dc:date>2005-08-30T15:53:48Z</dc:date>
    </item>
  </channel>
</rss>

