<?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: New (undocumented?) system parameters in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/new-undocumented-system-parameters/m-p/4975672#M75917</link>
    <description>OpenVMS engineering may take several versions to completely implement a new feature or improvement in behaviour. That can lead to "latent support" being introduced earlier than the actual feature. &lt;BR /&gt;&lt;BR /&gt;Sometimes there are undocumented SYSGEN parameters, run time library routines or even entire images.&lt;BR /&gt;&lt;BR /&gt;They're required as infrastructure for engineering to develop and test new code scheduled for a later release. Sometimes the proposed feature or switch is never released (for example, see the UAF fields SHRFILLM and PBYTLM - they've been around from V1.0, but never actually did anything!)&lt;BR /&gt;&lt;BR /&gt;We can all have fun guessing what they might be intended for, but I'd suggest you concentrate on all the other the SYSGEN parameters.&lt;BR /&gt;&lt;BR /&gt;Be assured that when/if these apparently new parameters become important, they will be documented. In the mean time, it's best to just leave them alone. It's also possible they may quietly vanish in a future release.&lt;BR /&gt;&lt;BR /&gt;Remember undocumented means unsupported.</description>
    <pubDate>Wed, 26 Apr 2006 15:35:03 GMT</pubDate>
    <dc:creator>John Gillings</dc:creator>
    <dc:date>2006-04-26T15:35:03Z</dc:date>
    <item>
      <title>New (undocumented?) system parameters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/new-undocumented-system-parameters/m-p/4975668#M75913</link>
      <description>Whilst setting up a new V7.3-2 system I have come across three new system parameters that I can't find in the documentation, help, release notes or searches on the HP web site &amp;amp; Google.&lt;BR /&gt;&lt;BR /&gt;Can anyone explain MPW_STACKPAGES, DEFUID &amp;amp; DEFGID, please?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Apr 2006 08:11:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/new-undocumented-system-parameters/m-p/4975668#M75913</guid>
      <dc:creator>VMS Support</dc:creator>
      <dc:date>2006-04-26T08:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: New (undocumented?) system parameters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/new-undocumented-system-parameters/m-p/4975669#M75914</link>
      <description>The help on an F8.3 system doesn't have anything about them, but here are some guesses:&lt;BR /&gt;&lt;BR /&gt;MPW is the Modified Page Writer, so I would guess that MPW_STACKPAGES is the stack size allocated to the MPW code.  The MPW probably needs its own special stack in order to work correctly.&lt;BR /&gt;&lt;BR /&gt;My guess for DEFUID and DEFGID are that they are NFS related.</description>
      <pubDate>Wed, 26 Apr 2006 08:30:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/new-undocumented-system-parameters/m-p/4975669#M75914</guid>
      <dc:creator>Richard Whalen</dc:creator>
      <dc:date>2006-04-26T08:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: New (undocumented?) system parameters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/new-undocumented-system-parameters/m-p/4975670#M75915</link>
      <description>MPW_STACKPAGES MPW Stack Pages   &lt;BR /&gt;MPW I would guess is the modified page writer.   &lt;BR /&gt;                                              &lt;BR /&gt;                  &lt;BR /&gt;DEFUID default POSIX UID    &lt;BR /&gt;&lt;BR /&gt;DEFGID default POSIX GID</description>
      <pubDate>Wed, 26 Apr 2006 08:32:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/new-undocumented-system-parameters/m-p/4975670#M75915</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-04-26T08:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: New (undocumented?) system parameters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/new-undocumented-system-parameters/m-p/4975671#M75916</link>
      <description>More research on MPQ_STACKPAGES found a comment in the listings for  mpw$gl_stackpages &lt;BR /&gt;&lt;BR /&gt;- Modified Page Writer STACK SIZE - ESTABLISHES THE SIZE OF THE STACK in the KPB of the MPW.  &lt;BR /&gt;&lt;BR /&gt;A KPB is a kernel process block.  I guess the SWAPPER proces must be using the  KP services.&lt;BR /&gt;&lt;BR /&gt;Searching   the V7.3-2 listings I found no use of the  mpw$gl_stackpages.</description>
      <pubDate>Wed, 26 Apr 2006 08:41:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/new-undocumented-system-parameters/m-p/4975671#M75916</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-04-26T08:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: New (undocumented?) system parameters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/new-undocumented-system-parameters/m-p/4975672#M75917</link>
      <description>OpenVMS engineering may take several versions to completely implement a new feature or improvement in behaviour. That can lead to "latent support" being introduced earlier than the actual feature. &lt;BR /&gt;&lt;BR /&gt;Sometimes there are undocumented SYSGEN parameters, run time library routines or even entire images.&lt;BR /&gt;&lt;BR /&gt;They're required as infrastructure for engineering to develop and test new code scheduled for a later release. Sometimes the proposed feature or switch is never released (for example, see the UAF fields SHRFILLM and PBYTLM - they've been around from V1.0, but never actually did anything!)&lt;BR /&gt;&lt;BR /&gt;We can all have fun guessing what they might be intended for, but I'd suggest you concentrate on all the other the SYSGEN parameters.&lt;BR /&gt;&lt;BR /&gt;Be assured that when/if these apparently new parameters become important, they will be documented. In the mean time, it's best to just leave them alone. It's also possible they may quietly vanish in a future release.&lt;BR /&gt;&lt;BR /&gt;Remember undocumented means unsupported.</description>
      <pubDate>Wed, 26 Apr 2006 15:35:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/new-undocumented-system-parameters/m-p/4975672#M75917</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2006-04-26T15:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: New (undocumented?) system parameters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/new-undocumented-system-parameters/m-p/4975673#M75918</link>
      <description>John, all true. DEFUID and DEFGID do appear to do something. MPW_STACKPAGES does not.</description>
      <pubDate>Wed, 26 Apr 2006 15:47:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/new-undocumented-system-parameters/m-p/4975673#M75918</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-04-26T15:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: New (undocumented?) system parameters</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/new-undocumented-system-parameters/m-p/4975674#M75919</link>
      <description>Thank you all - I'll leave at default values!</description>
      <pubDate>Thu, 27 Apr 2006 03:12:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/new-undocumented-system-parameters/m-p/4975674#M75919</guid>
      <dc:creator>VMS Support</dc:creator>
      <dc:date>2006-04-27T03:12:37Z</dc:date>
    </item>
  </channel>
</rss>

