<?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: Can Set Watch command display disk and directory in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/can-set-watch-command-display-disk-and-directory/m-p/3988166#M83315</link>
    <description>But keep in mind that audit works cluster wide. ALL accesses will be logged and could cause application problems because of the delay.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
    <pubDate>Wed, 25 Apr 2007 01:56:50 GMT</pubDate>
    <dc:creator>Wim Van den Wyngaert</dc:creator>
    <dc:date>2007-04-25T01:56:50Z</dc:date>
    <item>
      <title>Can Set Watch command display disk and directory</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/can-set-watch-command-display-disk-and-directory/m-p/3988164#M83313</link>
      <description>Does the DCL SET WATCH command have the ability to display the files device and directory?  The standard display shows the FID but that is only relevant if you know the disk the file is located on.&lt;BR /&gt;&lt;BR /&gt;I know this is an unsupported command but if it could be enhanced this would be of help.&lt;BR /&gt;&lt;BR /&gt;I'm trying to determine what files are accessed when a user runs Cache with the CSESSION command.  Knowing what all files are accessed I can install those files to help speed up the execution startup.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Cass</description>
      <pubDate>Tue, 24 Apr 2007 17:22:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/can-set-watch-command-display-disk-and-directory/m-p/3988164#M83313</guid>
      <dc:creator>Cass Witkowski</dc:creator>
      <dc:date>2007-04-24T17:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can Set Watch command display disk and directory</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/can-set-watch-command-display-disk-and-directory/m-p/3988165#M83314</link>
      <description>You don't get a device, but you did get the FID for the directories. Those can be backtranslated with F$FID_TO_NAME under recent OpenVMS versions and for old versions a simple brute force:&lt;BR /&gt;$ DUMP/HEAD/BLOC=COUN=0/ID=xxx speculated_device:&lt;BR /&gt;&lt;BR /&gt;Are you concerned with a dynamic coming and going of images in a setup phase, or just all the stuff opened (image, shareable, files) to get real work done?&lt;BR /&gt;&lt;BR /&gt;If that is your core problem then I would suggest just using ANAL/SYS ... SHOW PROC /CHAN for a sample user.&lt;BR /&gt;&lt;BR /&gt;You may also want to consider to (temporarely) enable IMAGE ACCOUNTING and/or SUCCES AUDITING.&lt;BR /&gt;Those provide too much data to keep on in general, but should be fine around a sample user start.&lt;BR /&gt;&lt;BR /&gt;Hope this helps some,&lt;BR /&gt;Hein van den Heuvel (at gmail dot com)&lt;BR /&gt;HvdH Performance Consulting&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Apr 2007 18:52:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/can-set-watch-command-display-disk-and-directory/m-p/3988165#M83314</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-04-24T18:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can Set Watch command display disk and directory</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/can-set-watch-command-display-disk-and-directory/m-p/3988166#M83315</link>
      <description>But keep in mind that audit works cluster wide. ALL accesses will be logged and could cause application problems because of the delay.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 25 Apr 2007 01:56:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/can-set-watch-command-display-disk-and-directory/m-p/3988166#M83315</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2007-04-25T01:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can Set Watch command display disk and directory</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/can-set-watch-command-display-disk-and-directory/m-p/3988167#M83316</link>
      <description>If you know what files you need to trace, you can put an audit generating acl on the files. Thus you will get readable info on less files.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 25 Apr 2007 07:18:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/can-set-watch-command-display-disk-and-directory/m-p/3988167#M83316</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2007-04-25T07:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Can Set Watch command display disk and directory</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/can-set-watch-command-display-disk-and-directory/m-p/3988168#M83317</link>
      <description>Presuming we're only talking about executables and not the data files that are opened, I think that you will find that they all are already INSTALLed. CSESSION is linked with a collection of VMS' shareable images that you can see using ANALYZE/IMAGE (shareable image list) and also uses LIB$FIND_IMAGE_SYMBOL to IMGACT a few other Cache specific shareables that are in the configuration [.BIN] area. All of VMS' shareable images are already INSTALLed. So too are those invoked by LIB$FIS (typically CPRIV and CZF). These are INSTALLed automatically during the configuration startup (via CLOAD.COM called by CCONTROL START). (See "$ SHOW DEVI/FILE/SYST disk" on the configuration's home disk.)</description>
      <pubDate>Wed, 25 Apr 2007 08:13:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/can-set-watch-command-display-disk-and-directory/m-p/3988168#M83317</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2007-04-25T08:13:57Z</dc:date>
    </item>
  </channel>
</rss>

