<?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: process or global section table is full in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/process-or-global-section-table-is-full/m-p/4179371#M89476</link>
    <description>I would also check install list/glob to see if there is no garbage present. Things that were installed while not/no longer needed.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
    <pubDate>Mon, 14 Apr 2008 14:26:47 GMT</pubDate>
    <dc:creator>Wim Van den Wyngaert</dc:creator>
    <dc:date>2008-04-14T14:26:47Z</dc:date>
    <item>
      <title>process or global section table is full</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-or-global-section-table-is-full/m-p/4179362#M89467</link>
      <description>Hi everyone.&lt;BR /&gt;Looking for some advice, as users are getting error message :&lt;BR /&gt;File "GRP"  Filename "MT$IV:[DAT]GROUP.DAT;1"                     &lt;BR /&gt;-RMS-F-CRMP, CRMPSC system service failed to map global buffers                 &lt;BR /&gt;-SYSTEM-F-SECTBLFUL, process or global section table is full                    &lt;BR /&gt;%TRACE-F-TRACEBACK, symbolic stack dump follows                                 &lt;BR /&gt;  image    module    routine             line      rel PC           abs PC      &lt;BR /&gt; PAS$RTL                                    0 00000000000200BC 000000007BFEE0BC &lt;BR /&gt; PAS$RTL                                    0 0000000000037AD8 000000007C005AD8 &lt;BR /&gt; PAS$RTL                                    0 0000000000022AC4 000000007BFF0AC4 &lt;BR /&gt; PAS$RTL                                    0 00000000000200BC 000000007BFEE0BC &lt;BR /&gt; PAS$RTL                                    0 0000000000021684 000000007BFEF684 &lt;BR /&gt; SHRC06  FIO_GRP  GRP_OPEN          22 000000000000098C 000000000020E58C &lt;BR /&gt; SHRC06  FIO_GRP                   153 000000000020E58C 0000000000000000 &lt;BR /&gt; SHRC06                              0 00000000003670A8 00000000003670A8 &lt;BR /&gt;                                            0 FFFFFFFF8037BCE4 FFFFFFFF8037BCE4 &lt;BR /&gt;%TRACE-I-END, end of TRACE stack dump &lt;BR /&gt;&lt;BR /&gt;Can anyone advise what this could be.&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 14 Apr 2008 10:45:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-or-global-section-table-is-full/m-p/4179362#M89467</guid>
      <dc:creator>TMcB</dc:creator>
      <dc:date>2008-04-14T10:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: process or global section table is full</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-or-global-section-table-is-full/m-p/4179363#M89468</link>
      <description>TMcB,&lt;BR /&gt;&lt;BR /&gt;your application tried to open a file with RMS. RMS failed to create or map a global section associated with this file, because there are insufficient system resources available, most likely:&lt;BR /&gt;&lt;BR /&gt;- GBLSECTIONS&lt;BR /&gt;- GBLPAGES&lt;BR /&gt;- GBLPAGFIL&lt;BR /&gt;&lt;BR /&gt;The RMS file to be opened probably has global buffers enabled or file statistics.&lt;BR /&gt;&lt;BR /&gt;Is this a new oproblem ? Did someone change the attributes of this file ?&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Mon, 14 Apr 2008 10:57:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-or-global-section-table-is-full/m-p/4179363#M89468</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2008-04-14T10:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: process or global section table is full</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-or-global-section-table-is-full/m-p/4179364#M89469</link>
      <description>You can find out the related data for those  GBL* resources with:&lt;BR /&gt;&lt;BR /&gt;$ INSTALL LIST/GLO/SUMM&lt;BR /&gt;&lt;BR /&gt;xxx Global Sections Used,  yyy/zzz Global Pagelets Used/Unused&lt;BR /&gt;&lt;BR /&gt;Total no. of GBLSECTIONS available:&lt;BR /&gt;$ WRITE SYS$OUTPUT F$GETSYI("GBLSECTIONS")&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ ANAL/SYS&lt;BR /&gt;SDA&amp;gt; CLUE MEM/STAT ! last line of display&lt;BR /&gt;...&lt;BR /&gt;Global Pagefile Quota         xxx     GBLPAGFIL (SYSGEN) Limit      yyy&lt;BR /&gt;&lt;BR /&gt;You or your system manager need to increase the appropriate resource. GBLSECTIONS is not a dynamic parameter and would require a reboot, the others can be increased dynamically.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Mon, 14 Apr 2008 11:09:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-or-global-section-table-is-full/m-p/4179364#M89469</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2008-04-14T11:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: process or global section table is full</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-or-global-section-table-is-full/m-p/4179365#M89470</link>
      <description>A minor correction to what Volker said: check the GBLPAGES really available with &lt;BR /&gt;&lt;BR /&gt;$ write sys$output f$getsyi("contig_gblpages")&lt;BR /&gt;&lt;BR /&gt;Usually this value is just a little smaller than the value listed by &lt;BR /&gt;$ install lis/glo/sum&lt;BR /&gt;&lt;BR /&gt;I had posted long ago a program to monitor gblpagfil usage, as you can see the actual value, not the lowest value since the boot.&lt;BR /&gt;&lt;BR /&gt;______________&lt;BR /&gt;&lt;BR /&gt;#include &lt;STDIO.H&gt;&lt;BR /&gt;#include &lt;STSDEF.H&gt;&lt;BR /&gt;#include &lt;STRING.H&gt;&lt;BR /&gt;#include &lt;SIGNAL.H&gt;&lt;BR /&gt;#include &lt;DESCRIP.H&gt;&lt;BR /&gt;&lt;BR /&gt;int Mingb = 0;&lt;BR /&gt;$DESCRIPTOR(TblNameD, "LNM$SYSTEM_TABLE");&lt;BR /&gt;$DESCRIPTOR(LogNameD, "MIN_GBLPAGFIL");&lt;BR /&gt;char Value[32];&lt;BR /&gt;$DESCRIPTOR(LogValD, Value);&lt;BR /&gt;&lt;BR /&gt;globalref int mmg$gl_gblpagfil;&lt;BR /&gt;&lt;BR /&gt;main() {&lt;BR /&gt;  int s;&lt;BR /&gt;&lt;BR /&gt;  Mingb = mmg$gl_gblpagfil + 1000;&lt;BR /&gt;  for (;;) {&lt;BR /&gt;    if (Mingb &amp;gt; mmg$gl_gblpagfil) {&lt;BR /&gt;      Mingb = mmg$gl_gblpagfil;&lt;BR /&gt;      sprintf(Value, "%d", Mingb);&lt;BR /&gt;      LogValD.dsc$w_length = strlen(Value);&lt;BR /&gt;      s = lib$set_logical(&amp;amp;LogNameD, &amp;amp;LogValD, &amp;amp;TblNameD);&lt;BR /&gt;      if (! $VMS_STATUS_SUCCESS(s)) exit(s);&lt;BR /&gt;    }&lt;BR /&gt;    sleep(60);&lt;BR /&gt;  } &lt;BR /&gt;&lt;BR /&gt;________&lt;BR /&gt;&lt;BR /&gt;replace 60 with a lower value to check more often.&lt;/DESCRIP.H&gt;&lt;/SIGNAL.H&gt;&lt;/STRING.H&gt;&lt;/STSDEF.H&gt;&lt;/STDIO.H&gt;</description>
      <pubDate>Mon, 14 Apr 2008 11:38:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-or-global-section-table-is-full/m-p/4179365#M89470</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2008-04-14T11:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: process or global section table is full</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-or-global-section-table-is-full/m-p/4179366#M89471</link>
      <description>Thanks everyone for getting back to me.&lt;BR /&gt;When I check out the settings -&lt;BR /&gt;&lt;BR /&gt;INSTALL LIST/GLO/SUMM :&lt;BR /&gt;1511 Global Sections Used,  814288/2,600,048 Global Pagelets Used/Unused  1500 glob sect avail.&lt;BR /&gt;&lt;BR /&gt;sda &amp;gt; clue mem&lt;BR /&gt;Global Pagefile Quota        159,971     GBLPAGFIL (SYSGEN) Limit     197,632</description>
      <pubDate>Mon, 14 Apr 2008 13:11:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-or-global-section-table-is-full/m-p/4179366#M89471</guid>
      <dc:creator>TMcB</dc:creator>
      <dc:date>2008-04-14T13:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: process or global section table is full</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-or-global-section-table-is-full/m-p/4179367#M89472</link>
      <description>&lt;QUOTE&gt;&lt;BR /&gt;1511 Global Sections Used&lt;BR /&gt;1500 glob sect avail.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;How do I have to understand the 2nd line ? Which command did you use ?&lt;BR /&gt;&lt;BR /&gt;If $ MC SYSGEN SHOW GBLSECTIONS shows 1500, then you've run out of GBLSECTIONS and you need to increase that parameter and reboot.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Mon, 14 Apr 2008 13:20:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-or-global-section-table-is-full/m-p/4179367#M89472</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2008-04-14T13:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: process or global section table is full</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-or-global-section-table-is-full/m-p/4179368#M89473</link>
      <description>Sorry Volkerâ   &lt;BR /&gt;&lt;BR /&gt;INSTALL LIST/GLO/SUMM shows :&lt;BR /&gt;1511 Global Sections Used,  814704/2599632 Global Pagelets Used/Unused&lt;BR /&gt;&lt;BR /&gt;and :&lt;BR /&gt;WRITE SYS$OUTPUT F$GETSYI("GBLSECTIONS")&lt;BR /&gt;Gave the 1500  global sections available.&lt;BR /&gt;&lt;BR /&gt;MTXAL6&amp;gt; MC SYSGEN SHOW GBLSECTIONS&lt;BR /&gt;Parameter Name            Current    Default     Min.       Max.   Unit  Dynamic&lt;BR /&gt;--------------            -------    -------   -------    -------  ----  -------&lt;BR /&gt;GBLSECTIONS                  1500       1024        80      65535 Sections&lt;BR /&gt;&lt;BR /&gt;Does this mean I have to increase GBLSECTIONS and reboot?&lt;BR /&gt;How do I know what to increase it to?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Apr 2008 13:46:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-or-global-section-table-is-full/m-p/4179368#M89473</guid>
      <dc:creator>TMcB</dc:creator>
      <dc:date>2008-04-14T13:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: process or global section table is full</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-or-global-section-table-is-full/m-p/4179369#M89474</link>
      <description>Add MIN_GBLSECTIONS=2000 to SYS$SYSTEM:MODPARAMS.DAT, then run @SYS$UPDATE:AUTOGEN SAVPARAMS SETPARAMS FEEDBACK&lt;BR /&gt;&lt;BR /&gt;Check SYS$SYSTEM:AGEN$PARAMS.REPORT for changes done by autogen and possible error messages. If everything seems o.k. then reboot.&lt;BR /&gt;&lt;BR /&gt;The 'overhead' for speciyinf 'too many global sections' is negligible.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Mon, 14 Apr 2008 13:51:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-or-global-section-table-is-full/m-p/4179369#M89474</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2008-04-14T13:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: process or global section table is full</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-or-global-section-table-is-full/m-p/4179370#M89475</link>
      <description>thanks so much</description>
      <pubDate>Mon, 14 Apr 2008 14:05:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-or-global-section-table-is-full/m-p/4179370#M89475</guid>
      <dc:creator>TMcB</dc:creator>
      <dc:date>2008-04-14T14:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: process or global section table is full</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-or-global-section-table-is-full/m-p/4179371#M89476</link>
      <description>I would also check install list/glob to see if there is no garbage present. Things that were installed while not/no longer needed.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Mon, 14 Apr 2008 14:26:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-or-global-section-table-is-full/m-p/4179371#M89476</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-04-14T14:26:47Z</dc:date>
    </item>
  </channel>
</rss>

