<?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: AUTOGEN abort in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/autogen-abort/m-p/4934022#M75863</link>
    <description>Martin,&lt;BR /&gt;it looks you have switch DUMPFILE defined to an incorrect value. Try to find in your sys$system:*.DAT string DUMPFILE. Correct use is DUMPFILE=0 to disable resize of sysdump.dmp in MODPARAMS.DAT, or remove this switch for changing size in phase SETPARAMS. &lt;BR /&gt;&lt;BR /&gt;Petr</description>
    <pubDate>Tue, 18 Oct 2005 03:40:00 GMT</pubDate>
    <dc:creator>Petr Spisek</dc:creator>
    <dc:date>2005-10-18T03:40:00Z</dc:date>
    <item>
      <title>AUTOGEN abort</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/autogen-abort/m-p/4934011#M75852</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;just saw an AUTOGEN abort at a customer's site. The environment: OpenVMS V7.3-2 with all but the most recent ECOs, SAVEDUMP=1 and DUMPSTYLE=9 set in the MODPARAMS file, and AUTOGEN having calculated a new size for the pagefile. Then:&lt;BR /&gt;&lt;BR /&gt;%DCL-W-UNDSYM, undefined symbol - check validity and spelling&lt;BR /&gt; \DUMPFILE\&lt;BR /&gt;&lt;BR /&gt;I resolved the situation by fixing the pagefile size in MODPARAMS, but I think this is an error in AUTOGEN.&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Oct 2005 05:52:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/autogen-abort/m-p/4934011#M75852</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2005-10-17T05:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOGEN abort</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/autogen-abort/m-p/4934012#M75853</link>
      <description>Interesting... I'm sure you know that there is a 'pseudo-parameter' in MODPARAMS.DAT&lt;BR /&gt;- DUMPFILE=size&lt;BR /&gt;&lt;BR /&gt;I am a bit confused as the parameter is for SYSDUMP.DMP, but you talk about a pagefile.</description>
      <pubDate>Mon, 17 Oct 2005 07:04:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/autogen-abort/m-p/4934012#M75853</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-10-17T07:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOGEN abort</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/autogen-abort/m-p/4934013#M75854</link>
      <description>Uwe,&lt;BR /&gt;&lt;BR /&gt;the parameter SAVEDUMP=1 directs the system to write the dump to the pagefile. You then have to take action in the course of the system startup to e.g. copy it elsewhere, and free up the space taken in the pagefile.&lt;BR /&gt;&lt;BR /&gt;The environment where this is useful is a space-constrained system disk.&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin</description>
      <pubDate>Mon, 17 Oct 2005 07:10:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/autogen-abort/m-p/4934013#M75854</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2005-10-17T07:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOGEN abort</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/autogen-abort/m-p/4934014#M75855</link>
      <description>Okay, so this is not quite correct. The dump is written to the pagefile when no dumpfile exists. SAVEDUMP governs whether the dump is retained until it is copied or released.&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin</description>
      <pubDate>Mon, 17 Oct 2005 07:27:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/autogen-abort/m-p/4934014#M75855</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2005-10-17T07:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOGEN abort</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/autogen-abort/m-p/4934015#M75856</link>
      <description>Martin,&lt;BR /&gt;&lt;BR /&gt;what did you 'fix' in MODPARAMS.DAT to make the problem go away ?&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Mon, 17 Oct 2005 07:29:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/autogen-abort/m-p/4934015#M75856</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-10-17T07:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOGEN abort</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/autogen-abort/m-p/4934016#M75857</link>
      <description>Volker,&lt;BR /&gt;&lt;BR /&gt;I set the pagefile size to a fixed value (I used the size it did have, but could have used 0), thereby inhibiting AUTOGEN to calculate a new size. Then the abort doe not occur.&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin</description>
      <pubDate>Mon, 17 Oct 2005 07:32:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/autogen-abort/m-p/4934016#M75857</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2005-10-17T07:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOGEN abort</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/autogen-abort/m-p/4934017#M75858</link>
      <description>Martin,&lt;BR /&gt;&lt;BR /&gt;I gave this a quick try unter OpenVMS Alpha V8.2:&lt;BR /&gt;&lt;BR /&gt;- renamed dumpfile, so there is none&lt;BR /&gt;- added SAVEDUMP=1 into MODPARAMS.DAT&lt;BR /&gt;- DUMPSTYLE=9 is the default&lt;BR /&gt;- removed PAGEFILE=0 and DUMPFILE=0 from MODPARAMS.DAT&lt;BR /&gt;- @sys$update:autogen savparams setparams feedback&lt;BR /&gt;&lt;BR /&gt;A new pagefile has been created in the GENFILES phase, but AUTOGEN did not abort.&lt;BR /&gt;&lt;BR /&gt;So it's either fixed in V8.2 or there is some piece of information missing for this simple reproducer.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Mon, 17 Oct 2005 07:47:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/autogen-abort/m-p/4934017#M75858</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-10-17T07:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOGEN abort</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/autogen-abort/m-p/4934018#M75859</link>
      <description>Volker,&lt;BR /&gt;&lt;BR /&gt;thanks for trying.&lt;BR /&gt;&lt;BR /&gt;After a big computer room rebuild, I just put my VMS support machine back into action. Set SAVEDUMP=1 and DUMPSTYLE=9, deleted SYS$SYSTEM:SYSDUMP.DMP, shrank the pagefile from 270000 to 100000 blocks. Reboot, autogen, and BANG:&lt;BR /&gt;&lt;BR /&gt;%AUTOGEN-I-BEGIN, TESTFILES phase is beginning.&lt;BR /&gt;&lt;BR /&gt; Calculations for page, swap, and dump files.&lt;BR /&gt; --------------------------------------------&lt;BR /&gt;&lt;BR /&gt;    Errorlog dumpfile calculations:&lt;BR /&gt;&lt;BR /&gt;        No errorlog dump file modifications should be made.&lt;BR /&gt;        Errorlog dumpfile will remain at 42 blocks.&lt;BR /&gt;&lt;BR /&gt;    Dump file calculations:&lt;BR /&gt;        No dump file modifications should be made.&lt;BR /&gt;        Dumpfile on device, VMSSPT$DKA100:, will remain at 0 blocks.&lt;BR /&gt;&lt;BR /&gt;    Page file calculations:&lt;BR /&gt;&lt;BR /&gt;        PAGEFILE1_SIZE information (for SYS$SYSTEM:PAGEFILE.SYS):&lt;BR /&gt;           PAGEFILE1_SIZE will be modified to hold 270300 blocks&lt;BR /&gt;%DCL-W-UNDSYM, undefined symbol - check validity and spelling&lt;BR /&gt; \DUMPFILE\&lt;BR /&gt;%AUTOGEN-I-ERROR, TESTFILES phase was aborted due to an unexpected error.&lt;BR /&gt;%SYSTEM-F-ABORT, abort&lt;BR /&gt;&lt;BR /&gt;DIFF-ing AUTOGEN.COM vs. an 8.2 system indeed shows they worked on it (replace "Compaq" by "Hewlett-Packard" integrate Integrity platform, and other things...)&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin</description>
      <pubDate>Mon, 17 Oct 2005 08:44:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/autogen-abort/m-p/4934018#M75859</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2005-10-17T08:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOGEN abort</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/autogen-abort/m-p/4934019#M75860</link>
      <description>Martin,&lt;BR /&gt;&lt;BR /&gt;I've repeated your test with V8.2 and it did not fail. So it either seems to be fixed or the conditions for reproducing are still not met.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Mon, 17 Oct 2005 09:02:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/autogen-abort/m-p/4934019#M75860</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-10-17T09:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOGEN abort</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/autogen-abort/m-p/4934020#M75861</link>
      <description>@Volker:&lt;BR /&gt;&lt;BR /&gt;but the FAILING version was 7.3-2....&lt;BR /&gt;&lt;BR /&gt;Sorry, no system available for that kind of testing momentarilt.&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Mon, 17 Oct 2005 11:43:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/autogen-abort/m-p/4934020#M75861</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-10-17T11:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOGEN abort</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/autogen-abort/m-p/4934021#M75862</link>
      <description>Martin,&lt;BR /&gt;&lt;BR /&gt;  Could you please package up your complete MODPARAMS.DAT file, and a transcript of the failing run of AUTOGEN and log a case with your local customer support centre.&lt;BR /&gt;&lt;BR /&gt;  There's obviously something wrong in AUTOGEN, but from the comments, I think we'd need to see the COMPLETE input file to work out what.</description>
      <pubDate>Tue, 18 Oct 2005 01:09:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/autogen-abort/m-p/4934021#M75862</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2005-10-18T01:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOGEN abort</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/autogen-abort/m-p/4934022#M75863</link>
      <description>Martin,&lt;BR /&gt;it looks you have switch DUMPFILE defined to an incorrect value. Try to find in your sys$system:*.DAT string DUMPFILE. Correct use is DUMPFILE=0 to disable resize of sysdump.dmp in MODPARAMS.DAT, or remove this switch for changing size in phase SETPARAMS. &lt;BR /&gt;&lt;BR /&gt;Petr</description>
      <pubDate>Tue, 18 Oct 2005 03:40:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/autogen-abort/m-p/4934022#M75863</guid>
      <dc:creator>Petr Spisek</dc:creator>
      <dc:date>2005-10-18T03:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOGEN abort</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/autogen-abort/m-p/4934023#M75864</link>
      <description>I always tell people to put&lt;BR /&gt;pagefile=0&lt;BR /&gt;dumpfile=0&lt;BR /&gt;swapfile=0&lt;BR /&gt;and only let autogen make your first pagefile.&lt;BR /&gt;&lt;BR /&gt;$the command &lt;BR /&gt;Show mem/file  show's pagefile use&lt;BR /&gt;You want it to be 50% free.&lt;BR /&gt;also, when you run &lt;BR /&gt;$autogen savparams &lt;BR /&gt;you can read agen$feedback.dat and look&lt;BR /&gt;at peak pagefile useage.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;However, a bug in your autogen should be reported.&lt;BR /&gt;&lt;BR /&gt;The real problem, and a real danger is over time the system disk becomes very fragmented, and autogen may try to increase the size of a pagefile.  However, it can't and creates a tiny one.  Your system is now in big trouble.&lt;BR /&gt;&lt;BR /&gt;To change the size of your primary pagefile&lt;BR /&gt;@sys$update:swapfiles&lt;BR /&gt;will let you resize you swap, page and dumpfile.&lt;BR /&gt;&lt;BR /&gt;In addition, you can create secondary pagefiles&lt;BR /&gt;&lt;BR /&gt;mcr sysgen&lt;BR /&gt;sysgen create disk:[directory]pagefile2.sys/size= xxxx&lt;BR /&gt;then to use it&lt;BR /&gt;sysgen&amp;gt;instal disk:[directory]pagefile2.sys/page&lt;BR /&gt;&lt;BR /&gt;Each of those commands should be in one line.  The second command should be in your startup file.&lt;BR /&gt;&lt;BR /&gt;Getting a secondary pagefile off the system disk usually improves performance.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you get low on pagefile space immediately create a secondary pagefile and install it or you system will likely hang.&lt;BR /&gt;Get users to log out and log back in after creating it.&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Oct 2005 06:47:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/autogen-abort/m-p/4934023#M75864</guid>
      <dc:creator>comarow</dc:creator>
      <dc:date>2005-10-18T06:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOGEN abort</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/autogen-abort/m-p/4934024#M75865</link>
      <description>@Petr,&lt;BR /&gt;&lt;BR /&gt;$ SEARCH SYS$SYSTEM:*.DAT DUMPFILE&lt;BR /&gt;%SEARCH-I-NOMATCHES, no strings matched&lt;BR /&gt;&lt;BR /&gt;@Bob,&lt;BR /&gt;&lt;BR /&gt;nice summary. Thanks. I second setting all 'pseudo parameters' to 0 once the files have been set up.&lt;BR /&gt;&lt;BR /&gt;@All,&lt;BR /&gt;&lt;BR /&gt;I reset the parameters to DEFAULT, reboot, did an AUTOGEN INITIAL, reboot, and the problem has gone away. Of course, this will not help my customer, but it's a sign that it's just some bad combination of values.&lt;BR /&gt;&lt;BR /&gt;When I find the time, I'll go and dig up the differences in the parameter settings.&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin</description>
      <pubDate>Tue, 18 Oct 2005 06:53:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/autogen-abort/m-p/4934024#M75865</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2005-10-18T06:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOGEN abort</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/autogen-abort/m-p/4934025#M75866</link>
      <description>I wrote:&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;When I find the time, I'll go and dig up the differences in the parameter settings.&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;...but you never find the time... &lt;SIGH&gt;&lt;BR /&gt;&lt;BR /&gt;Case closed.&lt;/SIGH&gt;</description>
      <pubDate>Tue, 25 Apr 2006 09:06:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/autogen-abort/m-p/4934025#M75866</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2006-04-25T09:06:59Z</dc:date>
    </item>
  </channel>
</rss>

