<?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: audit question in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/audit-question/m-p/4369946#M93713</link>
    <description>&amp;gt;&amp;gt; my question is that our applicatoin having BYPASS priviliges must be generating an audit record on every file access right ? &lt;BR /&gt;&lt;BR /&gt;Only on OPENS, not on simple writes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; how much IO benifit I can gain by disabling this file access audit on BYPASs ? &lt;BR /&gt;&lt;BR /&gt;Benefit by what measurement standard?&lt;BR /&gt;You seem to imply you want the benefit to be less IO. Do you have a reason to believe there is measureable, quantifiable, IO?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; how can i do some bench mark testing ?&lt;BR /&gt;&lt;BR /&gt;Try with, try without under similar load, over a similar time period and compare?!&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; we see heavy disk IO if we use monitor system. see attachement &lt;BR /&gt;&lt;BR /&gt;I saw the attachement it show a good few DIRECT IOS in total. &lt;BR /&gt;So, that's great no? That's supposedly why they bought the system!&lt;BR /&gt;And what makes you believe that auditing is an intersting component in that picture?&lt;BR /&gt;Hot-file tool?&lt;BR /&gt;&lt;BR /&gt;I see an busy Oracle task, so i would guess that most IOs are going to oracle file. I would want to confirm that by asking Oracle what it is doing (STATS_PACK, AWR,...)&lt;BR /&gt;&lt;BR /&gt;What problem are you really trying to solve?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Hein van den Heuvel ( at gmail dot com )&lt;BR /&gt;HvdH Performance Consulting&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sat, 07 Mar 2009 05:01:30 GMT</pubDate>
    <dc:creator>Hein van den Heuvel</dc:creator>
    <dc:date>2009-03-07T05:01:30Z</dc:date>
    <item>
      <title>audit question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/audit-question/m-p/4369938#M93705</link>
      <description>what does the following audit information means ? :&lt;BR /&gt;&lt;BR /&gt;  FILE access:&lt;BR /&gt;    Failure:     read,write,execute,delete,control&lt;BR /&gt;    SYSPRV:      read,write,execute,delete,control&lt;BR /&gt;    BYPASS:      read,write,execute,delete,control&lt;BR /&gt;    READALL:     read,write,execute,delete,control&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Mar 2009 20:05:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/audit-question/m-p/4369938#M93705</guid>
      <dc:creator>SAMI AHMAD</dc:creator>
      <dc:date>2009-03-02T20:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: audit question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/audit-question/m-p/4369939#M93706</link>
      <description>SAMI,&lt;BR /&gt;&lt;BR /&gt;  This looks like an extract from a SHOW AUDIT command. It could be from "alarms currently enabled" or "audits currently enabled". It shows that auditing will alarm or audit file access events for access failures, and privileged access using SYSPRV, BYPASS or READALL.&lt;BR /&gt;&lt;BR /&gt;  Now, what's the real question?&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Mar 2009 20:30:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/audit-question/m-p/4369939#M93706</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2009-03-02T20:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: audit question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/audit-question/m-p/4369940#M93707</link>
      <description>The /HP OpenVMS Guide to System Security/ manual in the OpenVMS documentation set describes the OpenVMS security model, operations, command syntax and auditing.&lt;BR /&gt;&lt;BR /&gt;For that output, that output from the SHOW AUDIT command means that the specified types of file access failures, and failures with the specified privileges, will generate either audits or alarms; as the output was truncated, I can't tell if that's for audits or alarms. &lt;BR /&gt;&lt;BR /&gt;Please take the time to read the manual; it'll save you time, and it'll provide you with insight into how OpenVMS security is structured and operates, and pointers to the available options and commands.&lt;BR /&gt;&lt;BR /&gt;The OpenVMS operating system manuals are available here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/go/openvms/doc/" target="_blank"&gt;http://www.hp.com/go/openvms/doc/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;When you get into audits and alarms and privileges and ACLs (oh, my!), reading through the security manual is necessary but might not be sufficient.  Grokking ACLs, for instance, is fundamental to understanding the read, write, execute, delete and control operations, for instance.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Mar 2009 20:37:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/audit-question/m-p/4369940#M93707</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-03-02T20:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: audit question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/audit-question/m-p/4369941#M93708</link>
      <description>my question is that our applicatoin having BYPASS priviliges must be generating an audit record on every file access right ? &lt;BR /&gt;&lt;BR /&gt;how much IO benifit I can gain by disabling this file access audit on BYPASs ?  how can i do some bench mark testing ?&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Mar 2009 18:49:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/audit-question/m-p/4369941#M93708</guid>
      <dc:creator>SAMI AHMAD</dc:creator>
      <dc:date>2009-03-06T18:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: audit question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/audit-question/m-p/4369942#M93709</link>
      <description>Is there a requirement to audit use of BYPASS?&lt;BR /&gt;&lt;BR /&gt;If not then use T4 or your choice of performance data collector and analyser and measure what's going on. &lt;BR /&gt;&lt;BR /&gt;Is there a performance issue with this system, (particularly the disk on which the audit log is held) which has lead you to look at this?</description>
      <pubDate>Fri, 06 Mar 2009 20:28:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/audit-question/m-p/4369942#M93709</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2009-03-06T20:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: audit question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/audit-question/m-p/4369943#M93710</link>
      <description>we see heavy disk IO if we use monitor system. see attachement &lt;BR /&gt;so I was logically thinking that if we are auditing every successfull access to all the files this must be a heavy write operation to audit file right or not? &lt;BR /&gt;</description>
      <pubDate>Fri, 06 Mar 2009 20:56:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/audit-question/m-p/4369943#M93710</guid>
      <dc:creator>SAMI AHMAD</dc:creator>
      <dc:date>2009-03-06T20:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: audit question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/audit-question/m-p/4369944#M93711</link>
      <description>here is the attachment !</description>
      <pubDate>Fri, 06 Mar 2009 22:41:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/audit-question/m-p/4369944#M93711</guid>
      <dc:creator>SAMI AHMAD</dc:creator>
      <dc:date>2009-03-06T22:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: audit question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/audit-question/m-p/4369945#M93712</link>
      <description>Sami,&lt;BR /&gt;&lt;BR /&gt;Actually, I am not sure that the supposition that auditing is involved in the high IO rate is warranted (it is certainly not proven).&lt;BR /&gt;&lt;BR /&gt;As an example, what is the batch job [BATCH_794] doing? Also, there is a fair amount of page faulting.&lt;BR /&gt;&lt;BR /&gt;How this fits into the overall performance picture is an excellent question. This snapshot may be representative, then again, it may not.&lt;BR /&gt;&lt;BR /&gt;The access checks are done when the file is opened, not on every operation. Perhaps, a thorough review of system performance is in order [disclosure: we provide such services, as do Hoff and several other regular contributors].&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>Fri, 06 Mar 2009 23:02:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/audit-question/m-p/4369945#M93712</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2009-03-06T23:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: audit question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/audit-question/m-p/4369946#M93713</link>
      <description>&amp;gt;&amp;gt; my question is that our applicatoin having BYPASS priviliges must be generating an audit record on every file access right ? &lt;BR /&gt;&lt;BR /&gt;Only on OPENS, not on simple writes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; how much IO benifit I can gain by disabling this file access audit on BYPASs ? &lt;BR /&gt;&lt;BR /&gt;Benefit by what measurement standard?&lt;BR /&gt;You seem to imply you want the benefit to be less IO. Do you have a reason to believe there is measureable, quantifiable, IO?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; how can i do some bench mark testing ?&lt;BR /&gt;&lt;BR /&gt;Try with, try without under similar load, over a similar time period and compare?!&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; we see heavy disk IO if we use monitor system. see attachement &lt;BR /&gt;&lt;BR /&gt;I saw the attachement it show a good few DIRECT IOS in total. &lt;BR /&gt;So, that's great no? That's supposedly why they bought the system!&lt;BR /&gt;And what makes you believe that auditing is an intersting component in that picture?&lt;BR /&gt;Hot-file tool?&lt;BR /&gt;&lt;BR /&gt;I see an busy Oracle task, so i would guess that most IOs are going to oracle file. I would want to confirm that by asking Oracle what it is doing (STATS_PACK, AWR,...)&lt;BR /&gt;&lt;BR /&gt;What problem are you really trying to solve?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Hein van den Heuvel ( at gmail dot com )&lt;BR /&gt;HvdH Performance Consulting&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 07 Mar 2009 05:01:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/audit-question/m-p/4369946#M93713</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2009-03-07T05:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: audit question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/audit-question/m-p/4369947#M93714</link>
      <description>hi Hein !&lt;BR /&gt;&lt;BR /&gt;I think our systems are doing excessive IO and i am trying to investigate that. &lt;BR /&gt;&lt;BR /&gt;regards</description>
      <pubDate>Mon, 09 Mar 2009 15:28:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/audit-question/m-p/4369947#M93714</guid>
      <dc:creator>SAMI AHMAD</dc:creator>
      <dc:date>2009-03-09T15:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: audit question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/audit-question/m-p/4369948#M93715</link>
      <description>Yeah I get that.&lt;BR /&gt;I just do not get the approach.&lt;BR /&gt;What is the methodology here?&lt;BR /&gt;Why did you start looking where you started to look?&lt;BR /&gt;&lt;BR /&gt;Hein&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Mar 2009 16:01:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/audit-question/m-p/4369948#M93715</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2009-03-09T16:01:04Z</dc:date>
    </item>
  </channel>
</rss>

