<?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: Modparams Duplicate values in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/modparams-duplicate-values/m-p/3446778#M4452</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;yes I do have an AGEN$INCLUDE for the cluster common parameters, however I have check this, and there are no duplicates.&lt;BR /&gt;&lt;BR /&gt;Matt</description>
    <pubDate>Sun, 09 Jan 2005 18:42:26 GMT</pubDate>
    <dc:creator>matthew robey</dc:creator>
    <dc:date>2005-01-09T18:42:26Z</dc:date>
    <item>
      <title>Modparams Duplicate values</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/modparams-duplicate-values/m-p/3446775#M4449</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;After running Autogen, I get several messages in Agen$params.report stating:&lt;BR /&gt;&lt;BR /&gt;** Note ** - Multiple MIN values found for MIN_GBLPAGES.&lt;BR /&gt;        Using MODPARAMS value (2000000) which is superseding VMS value (150000)&lt;BR /&gt;&lt;BR /&gt;and similar messages for other parameters.&lt;BR /&gt;&lt;BR /&gt;There is only one entry in Modparams.dat, how do I get rid of these messages ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Matt</description>
      <pubDate>Sun, 19 Dec 2004 19:29:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/modparams-duplicate-values/m-p/3446775#M4449</guid>
      <dc:creator>matthew robey</dc:creator>
      <dc:date>2004-12-19T19:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Modparams Duplicate values</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/modparams-duplicate-values/m-p/3446776#M4450</link>
      <description>Matt,&lt;BR /&gt;&lt;BR /&gt;  I don't think you can easily get rid of them. There's a set of values provided by the OS - the "VMS" ones. Architecturally there are several places they can come from, but in practice, you're probably seeing the values defined in SYS$SYSTEM:CLU$PARAMS.DAT. &lt;BR /&gt;&lt;BR /&gt;  They're a way of defining minimum values, rather then relying on static SYSGEN defaults (or a way for engineering to easily override the defaults)&lt;BR /&gt;&lt;BR /&gt;  Or, send me your access number, and I'll log a case for an enhancement request to AUTOGEN...&lt;BR /&gt;  The messages are of the form:&lt;BR /&gt;&lt;BR /&gt;Using &lt;OLD&gt; value (&lt;VALUE&gt;) which is superseding &lt;NEW&gt; value (&lt;VALUE&gt;)&lt;BR /&gt;&lt;BR /&gt;  OLD and NEW can each be "MODPARAMS" or "VMS". Cases to consider:&lt;BR /&gt;&lt;BR /&gt;1) VMS &amp;amp; VMS - should never happen, would indicate there are duplicates in the VMS supplied values&lt;BR /&gt;&lt;BR /&gt;2) MODPARAMS &amp;amp; VMS - can probably be ignored. This means you're overriding the VMS value.&lt;BR /&gt;&lt;BR /&gt;3) VMS &amp;amp; MODPARAMS - this means VMS is overriding your MODPARAMS value. You can eliminate the message by removing your MODPARAMS setting.&lt;BR /&gt;&lt;BR /&gt;4) MODPARAMS &amp;amp; MODPARAMS - means you have two or more settings in your MODPARAMS. Reduce them to one. &lt;BR /&gt;&lt;BR /&gt;If the messages really bug you, cases 1 &amp;amp; 2 can be surpressed by editing AUTOGEN.COM&lt;BR /&gt;&lt;BR /&gt;Search for the string "which is superseding" and change the conditional from:&lt;BR /&gt;&lt;BR /&gt;"$ if user_params then"&lt;BR /&gt;&lt;BR /&gt;to &lt;BR /&gt;&lt;BR /&gt;"$ if user_params .AND. old_source.NES."VMS" then"&lt;BR /&gt;&lt;BR /&gt;(this occurs in two places). Of course, modifying AUTOGEN.COM is unsupported and not recommended...&lt;BR /&gt;&lt;BR /&gt;&lt;/VALUE&gt;&lt;/NEW&gt;&lt;/VALUE&gt;&lt;/OLD&gt;</description>
      <pubDate>Sun, 19 Dec 2004 22:05:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/modparams-duplicate-values/m-p/3446776#M4450</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2004-12-19T22:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Modparams Duplicate values</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/modparams-duplicate-values/m-p/3446777#M4451</link>
      <description>Hi Matt,&lt;BR /&gt;&lt;BR /&gt;another thing can be, that there are several "agen$include_params &lt;FILE&gt;" entries in your modparams.&lt;BR /&gt;And maybe in these files are the duplicate entries as in your modparams!?&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;BR /&gt;Bye Kuddel&lt;/FILE&gt;</description>
      <pubDate>Mon, 27 Dec 2004 02:34:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/modparams-duplicate-values/m-p/3446777#M4451</guid>
      <dc:creator>Lachnitt_1</dc:creator>
      <dc:date>2004-12-27T02:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Modparams Duplicate values</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/modparams-duplicate-values/m-p/3446778#M4452</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;yes I do have an AGEN$INCLUDE for the cluster common parameters, however I have check this, and there are no duplicates.&lt;BR /&gt;&lt;BR /&gt;Matt</description>
      <pubDate>Sun, 09 Jan 2005 18:42:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/modparams-duplicate-values/m-p/3446778#M4452</guid>
      <dc:creator>matthew robey</dc:creator>
      <dc:date>2005-01-09T18:42:26Z</dc:date>
    </item>
  </channel>
</rss>

