<?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: Batch job logfile output in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/batch-job-logfile-output/m-p/5129297#M91027</link>
    <description>Initialize/erase is a long running operation, and evidently runs in an inner mode, because if you run it interactively, control-t has no effect.  Therefore, it appears that any supervisor mode ASTs are disabled for the duration.  So it can't flush once INIT starts.  I am not sure what you could do right before the INIT command to initiate a flush, there probably is something.&lt;BR /&gt;&lt;BR /&gt;And init/shadow doesn't provide must useful info about each member anyway (at least in the test I just did on 7.3-2).&lt;BR /&gt;&lt;BR /&gt;So it appears you made an unlucky choice of program that you wanted to see the output of.&lt;BR /&gt;&lt;BR /&gt;Jon</description>
    <pubDate>Thu, 11 Sep 2008 19:29:53 GMT</pubDate>
    <dc:creator>Jon Pinkley</dc:creator>
    <dc:date>2008-09-11T19:29:53Z</dc:date>
    <item>
      <title>Batch job logfile output</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/batch-job-logfile-output/m-p/5129290#M91020</link>
      <description>I'm building new v8.3 systems and I've noticed that the content of batch job logfiles don't appear until the job finishes.  This does not occur on our current systems.  I thought I remembered a logical to control this behaviour, but can't seem to find it.  I have been R'ingTF'ingM's but no luck so far.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Art</description>
      <pubDate>Thu, 11 Sep 2008 13:06:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/batch-job-logfile-output/m-p/5129290#M91020</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2008-09-11T13:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Batch job logfile output</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/batch-job-logfile-output/m-p/5129291#M91021</link>
      <description>Are you looking for the command 'set output_rate'?&lt;BR /&gt;&lt;BR /&gt;This will set the rate at which output is written to the logfile.&lt;BR /&gt;&lt;BR /&gt;Oswald</description>
      <pubDate>Thu, 11 Sep 2008 13:26:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/batch-job-logfile-output/m-p/5129291#M91021</guid>
      <dc:creator>Oswald Knoppers_1</dc:creator>
      <dc:date>2008-09-11T13:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Batch job logfile output</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/batch-job-logfile-output/m-p/5129292#M91022</link>
      <description>and see this thread on that subject&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=629558&amp;amp;admit=109447626+1221143534251+28353475" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=629558&amp;amp;admit=109447626+1221143534251+28353475&lt;/A&gt;</description>
      <pubDate>Thu, 11 Sep 2008 13:33:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/batch-job-logfile-output/m-p/5129292#M91022</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2008-09-11T13:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Batch job logfile output</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/batch-job-logfile-output/m-p/5129293#M91023</link>
      <description>Ok, maybe that's what I remember.  I tried another simple DCL procedure and it works ... output after a 1 minute default.  In the case where it's not working I am using a batch job to initialize shadow set members - no output until it completes.  Here's the procedure ... any idea why?&lt;BR /&gt;&lt;BR /&gt;$ type init_dsax.com&lt;BR /&gt;&lt;BR /&gt;$ set ver&lt;BR /&gt;$ set noon&lt;BR /&gt;$ show time&lt;BR /&gt;$ disk1 = p1&lt;BR /&gt;$ disk2 = p2&lt;BR /&gt;$ disk3 = p3&lt;BR /&gt;$ label = p4&lt;BR /&gt;$!&lt;BR /&gt;$ initialize /shadow=('disk1','disk2','disk3') 'label' -&lt;BR /&gt;/cluster=16 /directories=16000 /erase /headers=900000 /nohighwater -&lt;BR /&gt;/index=begin /limit /maximum_files=900000 /stru=5 /system&lt;BR /&gt;$!&lt;BR /&gt;$ show time&lt;BR /&gt;$ exit&lt;BR /&gt;&lt;BR /&gt;Art</description>
      <pubDate>Thu, 11 Sep 2008 14:12:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/batch-job-logfile-output/m-p/5129293#M91023</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2008-09-11T14:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: Batch job logfile output</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/batch-job-logfile-output/m-p/5129294#M91024</link>
      <description>&lt;!--!*#--&gt;The flush of the log file is done via a supervisor mode AST.  You could use the TQE freeware program to check if the timer that fires off this AST was somehow cancelled by the INITIALIZE command.&lt;BR /&gt;&lt;BR /&gt;The timer will look like this:&lt;BR /&gt;&lt;BR /&gt;Request type 00 Request is process timer, one-shot, relative&lt;BR /&gt;Process BATCH_2003489  Username SYSTEM&lt;BR /&gt;EPID 7B80DDCE  PID 006E01CE   AST 7EE76030  ASTPRM 7FFBE3E0&lt;BR /&gt;Due time 11-SEP-2008 15:31:02.05, Time(quad) DC706747 00A7F7AB&lt;BR /&gt;No delta time, Delta(quad) 00000000 00000000&lt;BR /&gt;RMOD 42 Super AST, EFN 1F ERQPID 7B80DDCE RQPID 006E01CE&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Sep 2008 14:36:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/batch-job-logfile-output/m-p/5129294#M91024</guid>
      <dc:creator>Jess Goodman</dc:creator>
      <dc:date>2008-09-11T14:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Batch job logfile output</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/batch-job-logfile-output/m-p/5129295#M91025</link>
      <description>And you have the Sda extension TQE, available at least with 7.3-2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SDA&amp;gt; tqe&lt;BR /&gt;Timer Tracing Utility TQE commands:&lt;BR /&gt;&lt;BR /&gt;        TQE LOAD&lt;BR /&gt;        TQE UNLOAD&lt;BR /&gt;&lt;BR /&gt;        TQE START TRACE [/BUFFER=pages]&lt;BR /&gt;        TQE STOP  TRACE&lt;BR /&gt;&lt;BR /&gt;        TQE SHOW  TRACE [/SUMMARY]&lt;BR /&gt;                        [/IDENTIFICATION=pid]&lt;BR /&gt;                        [/ADDRESS=address]&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Sep 2008 14:50:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/batch-job-logfile-output/m-p/5129295#M91025</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2008-09-11T14:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Batch job logfile output</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/batch-job-logfile-output/m-p/5129296#M91026</link>
      <description>I know there wasn't much output to see from this particular process ... I hadn't run any other batch jobs yet and thought it might have been a "bigger issue".&lt;BR /&gt;&lt;BR /&gt;I was init'ing a bunch of shadowsets and wanted to do: type init_dsax.log;*/page just to see what time they all started when I noticed the "problem".&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Art</description>
      <pubDate>Thu, 11 Sep 2008 17:13:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/batch-job-logfile-output/m-p/5129296#M91026</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2008-09-11T17:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Batch job logfile output</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/batch-job-logfile-output/m-p/5129297#M91027</link>
      <description>Initialize/erase is a long running operation, and evidently runs in an inner mode, because if you run it interactively, control-t has no effect.  Therefore, it appears that any supervisor mode ASTs are disabled for the duration.  So it can't flush once INIT starts.  I am not sure what you could do right before the INIT command to initiate a flush, there probably is something.&lt;BR /&gt;&lt;BR /&gt;And init/shadow doesn't provide must useful info about each member anyway (at least in the test I just did on 7.3-2).&lt;BR /&gt;&lt;BR /&gt;So it appears you made an unlucky choice of program that you wanted to see the output of.&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Thu, 11 Sep 2008 19:29:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/batch-job-logfile-output/m-p/5129297#M91027</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2008-09-11T19:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Batch job logfile output</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/batch-job-logfile-output/m-p/5129298#M91028</link>
      <description>"Initialize/erase is a long running operation ..."&lt;BR /&gt;&lt;BR /&gt;~ 70 minutes for 3 member 36GB "drive".  Two members on one EVA8000, one on another.&lt;BR /&gt;&lt;BR /&gt;"And init/shadow doesn't provide must useful info about each member anyway (at least in the test I just did on 7.3-2)."&lt;BR /&gt;&lt;BR /&gt;No diff on v8.3 - no output from init/shadow command.&lt;BR /&gt;&lt;BR /&gt;"So it appears you made an unlucky choice of program that you wanted to see the output of."&lt;BR /&gt;&lt;BR /&gt;As usual ;-)&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Art</description>
      <pubDate>Thu, 11 Sep 2008 19:40:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/batch-job-logfile-output/m-p/5129298#M91028</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2008-09-11T19:40:31Z</dc:date>
    </item>
  </channel>
</rss>

