<?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 INSTALL in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/install/m-p/3636316#M71410</link>
    <description>When I install one of my applications using the command:&lt;BR /&gt;&lt;BR /&gt;INSTALL REPLACE/LOG/HEADER XXX.EXE&lt;BR /&gt; &lt;BR /&gt;I get the following error:&lt;BR /&gt;&lt;BR /&gt;%SYSTEM-F-SECTBLFUL, process or global section table is full&lt;BR /&gt; &lt;BR /&gt;Can anyone tell the best approach to solving this problem so I can install more applications?</description>
    <pubDate>Tue, 27 Sep 2005 14:17:49 GMT</pubDate>
    <dc:creator>Eric_369</dc:creator>
    <dc:date>2005-09-27T14:17:49Z</dc:date>
    <item>
      <title>INSTALL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/install/m-p/3636316#M71410</link>
      <description>When I install one of my applications using the command:&lt;BR /&gt;&lt;BR /&gt;INSTALL REPLACE/LOG/HEADER XXX.EXE&lt;BR /&gt; &lt;BR /&gt;I get the following error:&lt;BR /&gt;&lt;BR /&gt;%SYSTEM-F-SECTBLFUL, process or global section table is full&lt;BR /&gt; &lt;BR /&gt;Can anyone tell the best approach to solving this problem so I can install more applications?</description>
      <pubDate>Tue, 27 Sep 2005 14:17:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/install/m-p/3636316#M71410</guid>
      <dc:creator>Eric_369</dc:creator>
      <dc:date>2005-09-27T14:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: INSTALL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/install/m-p/3636317#M71411</link>
      <description>&lt;BR /&gt;You can view the current use with INSTALL:&lt;BR /&gt;&lt;BR /&gt;$ install list /summ/glo&lt;BR /&gt;&lt;BR /&gt;        Summary of Memory Global Sections&lt;BR /&gt;&lt;BR /&gt;    581 Global Sections Used,  166416/116816 Global Pagelets Used/Unused&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can view the current limits with SYSGEN:&lt;BR /&gt;&lt;BR /&gt;$ mcr sysgen show gbl&lt;BR /&gt;Parameter Name           Current    Default     Min.      Max.     Unit  Dynamic&lt;BR /&gt;--------------           -------    -------    -------   -------   ----  -------&lt;BR /&gt;GBLSECTIONS                   631        250        80      65535 Sections&lt;BR /&gt;GBLPAGES                   283224      30720     10240         -1 Pagelets   D&lt;BR /&gt; internal value             17702       1920       640         -1 Pages      D&lt;BR /&gt;GBLPAGFIL                   10000        128        32         -1 Pages      D&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can SET the new value with SYSGEN&lt;BR /&gt;Since this is not Dynamic param (on my 7.1 box) you may need a reboot.&lt;BR /&gt;&lt;BR /&gt;You shoudl read up on SYSGEN and AUTOGEN and FEEDBACK before doing so.&lt;BR /&gt;&lt;BR /&gt;As a workaround, and maybe as a sollution you can check with INSTALL LIST /GLO to see what is used but not too critical and remove those that are not needed to hard considering performance and privilleges.&lt;BR /&gt;On my box I might take out some little use UCX and DECW component as well as unused 'legacy' tools like 'PHONE' (in our case).&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Sep 2005 14:27:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/install/m-p/3636317#M71411</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2005-09-27T14:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: INSTALL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/install/m-p/3636318#M71412</link>
      <description>Eric,&lt;BR /&gt;&lt;BR /&gt;  GBLSECTIONS is a relatively cheap parameter. Make sure you have plenty of headroom, at least 40% free once your system has everything started. You will need to reboot to increase GBLSECTIONS.&lt;BR /&gt;&lt;BR /&gt;  Now that GBLPAGES is dynamic it's not as critical, but again, it's relatively cheap, so there's no significant disadvantage to having some healthy headroom.</description>
      <pubDate>Tue, 27 Sep 2005 15:49:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/install/m-p/3636318#M71412</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2005-09-27T15:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: INSTALL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/install/m-p/3636319#M71413</link>
      <description>Eric,&lt;BR /&gt;&lt;BR /&gt;Increasing the global sections would be the best answer.&lt;BR /&gt;&lt;BR /&gt;When you use Install REPLACE command, better we can make sure this INSTALL is for modifying the attributes which have been used while CREATing this image. If we simply REPLACE image without any changes in its attributes, then the new image retains the same old attributes, also the global sections allocated earlier are locked, no process can access this memory as it had been marked for deletion at end by this INSTALL process.&lt;BR /&gt;&lt;BR /&gt;So my suggestion would be REMOVE the image first. So the imageâ  s entry on the KNOWN FILE LIST and any GBL sections created for the image are freed or  try increase the GBL sections, PRCSCTCNT sysgen params or increase the difference between WSEXTENT and WSMAX params (I did this when I got this same error with Cpq Secure Browser installation).&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Archunan</description>
      <pubDate>Tue, 27 Sep 2005 17:28:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/install/m-p/3636319#M71413</guid>
      <dc:creator>Arch_Muthiah</dc:creator>
      <dc:date>2005-09-27T17:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: INSTALL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/install/m-p/3636320#M71414</link>
      <description>$ WRITE SYS$OUTPUT F$GETSYI("FREE_GBLSECTS")&lt;BR /&gt;will tell you directly how many are free.&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Sep 2005 03:34:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/install/m-p/3636320#M71414</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-09-29T03:34:16Z</dc:date>
    </item>
  </channel>
</rss>

