<?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 how to resolve the autogen issue? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/how-to-resolve-the-autogen-issue/m-p/3952231#M82016</link>
    <description>Hello &lt;BR /&gt;&lt;BR /&gt;we noticed somebody manually change system parameter by sysgen.&lt;BR /&gt;&lt;BR /&gt;We are going to add memory, we need to run autogen, if we run autogen, would those manually changed parameter overwrited&lt;BR /&gt;by autogen?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Lionel&lt;BR /&gt;</description>
    <pubDate>Tue, 27 Feb 2007 12:50:12 GMT</pubDate>
    <dc:creator>Lionel Liu</dc:creator>
    <dc:date>2007-02-27T12:50:12Z</dc:date>
    <item>
      <title>how to resolve the autogen issue?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-resolve-the-autogen-issue/m-p/3952231#M82016</link>
      <description>Hello &lt;BR /&gt;&lt;BR /&gt;we noticed somebody manually change system parameter by sysgen.&lt;BR /&gt;&lt;BR /&gt;We are going to add memory, we need to run autogen, if we run autogen, would those manually changed parameter overwrited&lt;BR /&gt;by autogen?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Lionel&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Feb 2007 12:50:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-resolve-the-autogen-issue/m-p/3952231#M82016</guid>
      <dc:creator>Lionel Liu</dc:creator>
      <dc:date>2007-02-27T12:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to resolve the autogen issue?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-resolve-the-autogen-issue/m-p/3952232#M82017</link>
      <description>Hi Lionel,&lt;BR /&gt;&lt;BR /&gt;if the changed parameters belong to the class of parameters "autogen", then yes running autogen will overwrite them.&lt;BR /&gt;&lt;BR /&gt;If you require to keep the specific parameters, you should enter them into MODPARAMS.DAT.&lt;BR /&gt;&lt;BR /&gt;Depending upon the particular parameters which have been changed, you will probably want to use MIN_xxxx or ADD_xxxx values in MODPARAMS (i.e. GBLSECTIONS, NPAGEDYN), although fixed values may be more appropriate for some (i.e. SCSSYSTEMID).&lt;BR /&gt;&lt;BR /&gt;You can check the autogen changes before implementing them, by listing the active parameters and the new autogened current parameters and then listing the differences.&lt;BR /&gt;&lt;BR /&gt;I use something like:-&lt;BR /&gt;&lt;BR /&gt;SYSGEN&amp;gt; USE ACTIVE&lt;BR /&gt;SYSGEN&amp;gt; SET/OUT=A.LIS&lt;BR /&gt;SYSGEN&amp;gt; SHOW/ALL&lt;BR /&gt;SYSGEN&amp;gt; SHOW/SPEC&lt;BR /&gt;SYSGEN&amp;gt; USE CURRENT&lt;BR /&gt;SYSGEN&amp;gt; SET/OUT=C.LIS&lt;BR /&gt;SYSGEN&amp;gt; SHOW/ALL&lt;BR /&gt;SYSGEN&amp;gt; SHOW/SPEC&lt;BR /&gt;SYSGEN&amp;gt; EXIT&lt;BR /&gt;&lt;BR /&gt;$ DIFF/PAR/PAG A.LIS C.LIS&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Feb 2007 13:12:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-resolve-the-autogen-issue/m-p/3952232#M82017</guid>
      <dc:creator>Duncan Morris</dc:creator>
      <dc:date>2007-02-27T13:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to resolve the autogen issue?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-resolve-the-autogen-issue/m-p/3952233#M82018</link>
      <description>&lt;BR /&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; if we run autogen, would those manually changed parameter overwrited&lt;BR /&gt;by autogen?&lt;BR /&gt;&lt;BR /&gt;That's a firm and definate "Maybe."  It depends on the parameter, default settings whether or not feedback applies and if another default value is included in modparams.dat. &lt;BR /&gt;&lt;BR /&gt;To preserve system parameter changes, edit sys$system:modparams.dat.  This file is used as input to autogen GETDATA phase and allows you to override automatic settings.  You can use the MIN_ or MAX_ prefix to set a range.  Make sure to run autogen from the GETDATA (or earlier) phase to get the input from modparams.dat used.  &lt;BR /&gt;&lt;BR /&gt;You can run autogen to TESTFILES and review agen$params.report for changes.  If someone has been making changes with sysgen, this will show the changes autogen would make.  If your system hasn't been tuned with autogen lately and sysgen has been used for changes, this may require multiple passes of autogen before finally rebooting the system.&lt;BR /&gt;&lt;BR /&gt;You should also save a copy of your parameter file (vaxvmssys.par or alphavmssys.par) before starting any changes to create a baseline for recovery.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Andy&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Feb 2007 13:15:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-resolve-the-autogen-issue/m-p/3952233#M82018</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2007-02-27T13:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to resolve the autogen issue?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-resolve-the-autogen-issue/m-p/3952234#M82019</link>
      <description>Lionel,&lt;BR /&gt;&lt;BR /&gt;Yeah, alas, these things happen.&lt;BR /&gt;&lt;BR /&gt;The safest thing to do now involves some work. Blame it on the above-mentioned "somebody".&lt;BR /&gt;&lt;BR /&gt;Locate the manually changed settings, and add them to MODPARAMS.DAT as&lt;BR /&gt;MIN_&lt;SETTING&gt; = &lt;CURRENT_VALUE&gt;&lt;BR /&gt;Fire up AUTOGEN with SAVPARAMS as start-phase and SETPARAMS as endphase, using the FEEDBACK option.&lt;BR /&gt;_VERY CAREFULLY_ work trough AGEN$REPORT.&lt;BR /&gt;Anything reported there, you should be able to explain, and find acceptable. (in case of doubt, HERE is a good place to get clarification).&lt;BR /&gt;&lt;BR /&gt;If satisfied, run AUTOGEN with REBOOT.&lt;BR /&gt;Add the extra memory, and run AUTOGEN again.&lt;BR /&gt;After a "typical" perios of typical load (a week is typical for many operations, ie, those that have weekdays-weekend days variability) run AUTOGEN again. Repeat regularly until little change occurs anymore. After that, DO run to generate AGEN$REPORTS occasionally.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe&lt;BR /&gt;&lt;/CURRENT_VALUE&gt;&lt;/SETTING&gt;</description>
      <pubDate>Tue, 27 Feb 2007 13:19:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-resolve-the-autogen-issue/m-p/3952234#M82019</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2007-02-27T13:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to resolve the autogen issue?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-resolve-the-autogen-issue/m-p/3952235#M82020</link>
      <description>Climb into SYSGEN and SET/OUTPUT and SHOW/ALL and SHOW/SPECIAL the parameters out into a text parameter listings file.&lt;BR /&gt;&lt;BR /&gt;Grab a copy of SETPARAMS.DAT from the same system.&lt;BR /&gt;&lt;BR /&gt;Massage both with a little DCL and mayhap a manual edit to clean up the headers and footers to ease the DCL effort slightly, and then aim SORT at both.&lt;BR /&gt;&lt;BR /&gt;Hunt for differences.&lt;BR /&gt;&lt;BR /&gt;Then enable security auditing for parameter changes, if it is not already enabled.  (If it is, go take a look at any changes.)&lt;BR /&gt;&lt;BR /&gt;Also look at which users have privileges, and make a determination of which of these users should not have privileges, and which require a discussion of expected behavior.  While this list can be targeted based on security auditing, I'd tend to opt for a general discussion among all local privileged users.  And at a general review of which users really need privileges, and why.&lt;BR /&gt;&lt;BR /&gt;Others here have discussed the AUTOGEN and MODPARAMS.DAT sequencing and considerations.&lt;BR /&gt;&lt;BR /&gt;Stephen Hoffman&lt;BR /&gt;HoffmanLabs&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Feb 2007 13:35:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-resolve-the-autogen-issue/m-p/3952235#M82020</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-02-27T13:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to resolve the autogen issue?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-resolve-the-autogen-issue/m-p/3952236#M82021</link>
      <description>&amp;gt;&amp;gt; Climb into SYSGEN and SET/OUTPUT and SHOW/ALL and SHOW/SPECIAL the parameters out into a text parameter listings file. &amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Ooops.  Forgot the USE ACTIVE command.&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Feb 2007 13:54:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-resolve-the-autogen-issue/m-p/3952236#M82021</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-02-27T13:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to resolve the autogen issue?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-resolve-the-autogen-issue/m-p/3952237#M82022</link>
      <description>Thanks all of you very much , your help are really appreciated.&lt;BR /&gt;&lt;BR /&gt;Lionel&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Feb 2007 15:21:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-resolve-the-autogen-issue/m-p/3952237#M82022</guid>
      <dc:creator>Lionel Liu</dc:creator>
      <dc:date>2007-02-27T15:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to resolve the autogen issue?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-resolve-the-autogen-issue/m-p/3952238#M82023</link>
      <description>Lionel,&lt;BR /&gt;&lt;BR /&gt;from your Forum Profile:&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;I have assigned points to 61 of 85 responses to my questions.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;Except for the current, all threads with unrated answers date from 2005.&lt;BR /&gt;&lt;BR /&gt;Maybe you can find some time to do some assigning?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Mind, I do NOT say you necessarily need to give lots of points. It is fully up to _YOU_ to decide how many. If you consider an answer is not deserving any points, you can also assign 0 ( = zero ) points, and then that answer will no longer be counted as unassigned.&lt;BR /&gt;Consider, that every poster took at least the trouble of posting for you!&lt;BR /&gt;&lt;BR /&gt;To easily find your streams with unassigned points, click your own name somewhere.&lt;BR /&gt;This will bring up your profile.&lt;BR /&gt;Near the bottom of that page, under the caption "My Question(s)" you will find "questions or topics with unassigned points " Clicking that will give all, and only, your questions that still have unassigned postings.&lt;BR /&gt;If you have closed some of those streams, you must "Reopen" them to "Submit points". (After which you can "Close" again)&lt;BR /&gt;&lt;BR /&gt;Do not forget to explicitly activate "Submit points", or your effort gets lost again!!&lt;BR /&gt;&lt;BR /&gt;Thanks on behalf of your Forum colleagues.&lt;BR /&gt;&lt;BR /&gt;PS. - nothing personal in this. I try to post it to everyone with this kind of assignment ratio in this forum. If you have received a posting like this before - please do not take offence - none is intended!&lt;BR /&gt;&lt;BR /&gt;PPS. - Zero points for this.&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>Wed, 28 Feb 2007 07:01:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-resolve-the-autogen-issue/m-p/3952238#M82023</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2007-02-28T07:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to resolve the autogen issue?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-resolve-the-autogen-issue/m-p/3952239#M82024</link>
      <description>Lionel,&lt;BR /&gt;&lt;BR /&gt;Before making changes to MODPARAMS.DAT, please review the appropriate documentation. In particular, I draw your attention to the ADD_ and MIN_ parameters. Careful use of these options will reduce future aggravation.&lt;BR /&gt;&lt;BR /&gt;In addition to all of the well-founded comments by my colleagues, please remember to insert comments into the MODPARAMS.DAT file to document the reasons for the changes in the parameters.&lt;BR /&gt;&lt;BR /&gt;The next time that you, or one of your colleagues needs to make changes, they will be thankful.&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Feb 2007 07:24:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-resolve-the-autogen-issue/m-p/3952239#M82024</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2007-02-28T07:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to resolve the autogen issue?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-resolve-the-autogen-issue/m-p/3952240#M82025</link>
      <description>Thanks Jan for reminding me to put points to each reply, some time, I did put points for each apply, but later they are lost, reason could be i didn't click submit points button.&lt;BR /&gt;&lt;BR /&gt;I also follow up your direction, make them up for those replies I didn't assign points.&lt;BR /&gt;&lt;BR /&gt;I do apologize for those people who help me. I believe it wouldn't happen again&lt;BR /&gt;&lt;BR /&gt;Have a good one.&lt;BR /&gt;&lt;BR /&gt;Lionel&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Feb 2007 10:04:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-resolve-the-autogen-issue/m-p/3952240#M82025</guid>
      <dc:creator>Lionel Liu</dc:creator>
      <dc:date>2007-02-28T10:04:44Z</dc:date>
    </item>
  </channel>
</rss>

