<?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: Missing Directory in VMS Server in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/missing-directory-in-vms-server/m-p/5274493#M101271</link>
    <description>As pointed out by Ian, unless you have an Alarm/Audit ACL on the directory, there is not much hope of identifying precisely who was responsible.&lt;BR /&gt;&lt;BR /&gt;If you can narrow the time window, and you dont have too many users, you may be able to narrow down the suspects, bearing in mind the privilege required to delete the directory.    If telnet is a standard method of accessing your systems then Logins and Logouts are recorded in Operator.log (usually).&lt;BR /&gt;&lt;BR /&gt;Note also however, (and as pointed out), deleting the directory (without using the /NoDir qualifier) requires at least two explicit commands, first it is necessary to remove all of the files in the directory, and any sub-directories.   This command may have to be executed repeatedly until the directory is empty.    Then a second explicit command to delete the directory.&lt;BR /&gt;&lt;BR /&gt;This makes it quite possible that the act was done maliciously, (and may help narrow down the list of suspects), but does not provide any proof. &lt;BR /&gt;&lt;BR /&gt;Good Luck&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
    <pubDate>Mon, 21 Feb 2011 14:11:40 GMT</pubDate>
    <dc:creator>The Brit</dc:creator>
    <dc:date>2011-02-21T14:11:40Z</dc:date>
    <item>
      <title>Missing Directory in VMS Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/missing-directory-in-vms-server/m-p/5274490#M101268</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am supporting VMS server in which today when i logged into one of the servers i found that one of the directory is missing/Deleted, is there any possiblities to identifiy who has deleted the directory, in the system the accounting and auding has been enabled as below. &lt;BR /&gt;&lt;BR /&gt;Nsil01_TNs» show accounting&lt;BR /&gt;Accounting is currently enabled to log the following activities:&lt;BR /&gt;&lt;BR /&gt;      PROCESS        any process termination&lt;BR /&gt;      INTERACTIVE    interactive job termination&lt;BR /&gt;      LOGIN_FAILURE  login failures&lt;BR /&gt;      SUBPROCESS     subprocess termination&lt;BR /&gt;      DETACHED       detached job termination&lt;BR /&gt;      BATCH          batch job termination&lt;BR /&gt;      NETWORK        network job termination&lt;BR /&gt;      PRINT          all print jobs&lt;BR /&gt;      MESSAGE        user messages&lt;BR /&gt;Nsil01_TNs»&lt;BR /&gt;Nsil01_TNs»&lt;BR /&gt;Nsil01_TNs»&lt;BR /&gt;Nsil01_TNs» show audit&lt;BR /&gt;System security alarms currently enabled for:&lt;BR /&gt;  ACL&lt;BR /&gt;  Authorization&lt;BR /&gt;  Audit:         illformed&lt;BR /&gt;  Breakin:       dialup,local,remote,network,detached&lt;BR /&gt;  Logfailure:    batch,dialup,local,remote,network,subprocess,detached&lt;BR /&gt;&lt;BR /&gt;System security audits currently enabled for:&lt;BR /&gt;  ACL&lt;BR /&gt;  Authorization&lt;BR /&gt;  Audit:         illformed&lt;BR /&gt;  Breakin:       dialup,local,remote,network,detached&lt;BR /&gt;  Logfailure:    batch,dialup,local,remote,network,subprocess,detached&lt;BR /&gt;Nsil01_TNs»&lt;BR /&gt;Nsil01_TNs»&lt;BR /&gt;Nsil01_TNs»&lt;BR /&gt;Nsil01_TNs» show system/noproc&lt;BR /&gt;OpenVMS V6.2-1H2  on node NSIL01  21-FEB-2011 12:44:40.22  Uptime  438 17:01:27&lt;BR /&gt;Nsil01_TNs»&lt;BR /&gt;&lt;BR /&gt;Kindly help me if there is any possiblity in finding the user who may have deleted the directory. &lt;BR /&gt;</description>
      <pubDate>Mon, 21 Feb 2011 12:50:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/missing-directory-in-vms-server/m-p/5274490#M101268</guid>
      <dc:creator>Anup Varghese</dc:creator>
      <dc:date>2011-02-21T12:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Directory in VMS Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/missing-directory-in-vms-server/m-p/5274491#M101269</link>
      <description>Deleting a directory will require 2 steps if there are files within it.&lt;BR /&gt;&lt;BR /&gt;1) Either delete all the files in the directory, or mark the directory file /NODIR.  Please note that setting the file/nodir requires SYSPRV and should be used with extreme caution.&lt;BR /&gt;&lt;BR /&gt;2) Actually delete the directory file (x.DIR).&lt;BR /&gt;&lt;BR /&gt;If the /nodir was used, there will be files that have no directory entry.  These can be retrieved using the ANAL/DISK/REPAIR utility which will place these files into the [syslost] area.&lt;BR /&gt;&lt;BR /&gt;I am not aware of any way to determine who deleted the directory using the information captured with your settings as described.&lt;BR /&gt;&lt;BR /&gt;Dan</description>
      <pubDate>Mon, 21 Feb 2011 13:22:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/missing-directory-in-vms-server/m-p/5274491#M101269</guid>
      <dc:creator>abrsvc</dc:creator>
      <dc:date>2011-02-21T13:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Directory in VMS Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/missing-directory-in-vms-server/m-p/5274492#M101270</link>
      <description>Unlikely unless there was a alarm acl on the directory or file within it.&lt;BR /&gt;&lt;BR /&gt;Have you checked the audit log for the last few days?&lt;BR /&gt;&lt;BR /&gt;Time to start the request for restore.&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Feb 2011 13:44:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/missing-directory-in-vms-server/m-p/5274492#M101270</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2011-02-21T13:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Directory in VMS Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/missing-directory-in-vms-server/m-p/5274493#M101271</link>
      <description>As pointed out by Ian, unless you have an Alarm/Audit ACL on the directory, there is not much hope of identifying precisely who was responsible.&lt;BR /&gt;&lt;BR /&gt;If you can narrow the time window, and you dont have too many users, you may be able to narrow down the suspects, bearing in mind the privilege required to delete the directory.    If telnet is a standard method of accessing your systems then Logins and Logouts are recorded in Operator.log (usually).&lt;BR /&gt;&lt;BR /&gt;Note also however, (and as pointed out), deleting the directory (without using the /NoDir qualifier) requires at least two explicit commands, first it is necessary to remove all of the files in the directory, and any sub-directories.   This command may have to be executed repeatedly until the directory is empty.    Then a second explicit command to delete the directory.&lt;BR /&gt;&lt;BR /&gt;This makes it quite possible that the act was done maliciously, (and may help narrow down the list of suspects), but does not provide any proof. &lt;BR /&gt;&lt;BR /&gt;Good Luck&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Mon, 21 Feb 2011 14:11:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/missing-directory-in-vms-server/m-p/5274493#M101271</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2011-02-21T14:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Directory in VMS Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/missing-directory-in-vms-server/m-p/5274494#M101272</link>
      <description>Thanks for all your replies.</description>
      <pubDate>Mon, 21 Feb 2011 15:29:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/missing-directory-in-vms-server/m-p/5274494#M101272</guid>
      <dc:creator>Anup Varghese</dc:creator>
      <dc:date>2011-02-21T15:29:44Z</dc:date>
    </item>
  </channel>
</rss>

