<?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: increase global sections in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/increase-global-sections/m-p/3722205#M74302</link>
    <description>ALP $ type SYS$MANAGER:GBL.COM&lt;BR /&gt;$ G = F$GETSYI( "GBLPAGES")&lt;BR /&gt;$ GF = F$GETSYI( "FREE_GBLPAGES")&lt;BR /&gt;$ GC = F$GETSYI( "CONTIG_GBLPAGES")&lt;BR /&gt;$ WRITE  SYS$OUTPUT  -&lt;BR /&gt;   "   Global pages: ''g', free: ''gf', contiguous: ''gc'."&lt;BR /&gt;$ G = F$GETSYI( "GBLSECTIONS")&lt;BR /&gt;$ GF = F$GETSYI( "FREE_GBLSECTS")&lt;BR /&gt;$ WRITE  SYS$OUTPUT  -&lt;BR /&gt;   "   Global sections: ''g', free: ''gf'."&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ALP $ @ gbl.com&lt;BR /&gt;   Global pages: 3679322, free: 3248256, contiguous: 3232992.&lt;BR /&gt;   Global sections: 1350, free: 258.&lt;BR /&gt;</description>
    <pubDate>Wed, 01 Feb 2006 10:23:40 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2006-02-01T10:23:40Z</dc:date>
    <item>
      <title>increase global sections</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/increase-global-sections/m-p/3722201#M74298</link>
      <description>Hi all&lt;BR /&gt;&lt;BR /&gt;For new s/w 190 global sections are required, but:&lt;BR /&gt;&lt;BR /&gt;$write sys$output f$getsyi("free_gblsects")&lt;BR /&gt;163&lt;BR /&gt;&lt;BR /&gt;I have modified modparams.dat:&lt;BR /&gt;&lt;BR /&gt;MIN_GBLSECTIONS = 1200 (was 625)&lt;BR /&gt;&lt;BR /&gt;After that I ran Autogen:&lt;BR /&gt;&lt;BR /&gt;$@SYS$UPDATE:AUTOGEN GETDATA SETPARAMS&lt;BR /&gt;&lt;BR /&gt;After a reboot, the free global sections were still 163. Why didn't this number increase? &lt;BR /&gt;&lt;BR /&gt;Thanks in advance. Greetings, Sjors</description>
      <pubDate>Wed, 01 Feb 2006 10:05:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/increase-global-sections/m-p/3722201#M74298</guid>
      <dc:creator>Sjors Takes</dc:creator>
      <dc:date>2006-02-01T10:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: increase global sections</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/increase-global-sections/m-p/3722202#M74299</link>
      <description>Do your autogen again or check the output of the previous run. Sometimes autogen finds something suspiscious and cancels the setparams. You need to do the set params as &lt;BR /&gt;&lt;BR /&gt;@SYS$UPDATE:AUTOGEN SETPARAMS&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 01 Feb 2006 10:15:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/increase-global-sections/m-p/3722202#M74299</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-02-01T10:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: increase global sections</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/increase-global-sections/m-p/3722203#M74300</link>
      <description>&amp;gt; Why didn't this number increase?&lt;BR /&gt;&lt;BR /&gt;You only show what is free - not how many sections are SYSGENed. It is probable that the actual number of global sections was/is greater than 1200.&lt;BR /&gt;&lt;BR /&gt;You'll want to get the current GBLSECTIONS value&lt;BR /&gt;&lt;BR /&gt;$ write sys$output f$gets("gblsections")&lt;BR /&gt;&lt;BR /&gt;and then increase your MIN_GBLSECTIONS value above that number.</description>
      <pubDate>Wed, 01 Feb 2006 10:16:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/increase-global-sections/m-p/3722203#M74300</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2006-02-01T10:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: increase global sections</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/increase-global-sections/m-p/3722204#M74301</link>
      <description>Check the SYS$SYSTEM:AGEN$PARAMS.REPORT and see what it has reports for the GBLSECTIONS value.</description>
      <pubDate>Wed, 01 Feb 2006 10:20:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/increase-global-sections/m-p/3722204#M74301</guid>
      <dc:creator>Peter Zeiszler</dc:creator>
      <dc:date>2006-02-01T10:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: increase global sections</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/increase-global-sections/m-p/3722205#M74302</link>
      <description>ALP $ type SYS$MANAGER:GBL.COM&lt;BR /&gt;$ G = F$GETSYI( "GBLPAGES")&lt;BR /&gt;$ GF = F$GETSYI( "FREE_GBLPAGES")&lt;BR /&gt;$ GC = F$GETSYI( "CONTIG_GBLPAGES")&lt;BR /&gt;$ WRITE  SYS$OUTPUT  -&lt;BR /&gt;   "   Global pages: ''g', free: ''gf', contiguous: ''gc'."&lt;BR /&gt;$ G = F$GETSYI( "GBLSECTIONS")&lt;BR /&gt;$ GF = F$GETSYI( "FREE_GBLSECTS")&lt;BR /&gt;$ WRITE  SYS$OUTPUT  -&lt;BR /&gt;   "   Global sections: ''g', free: ''gf'."&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ALP $ @ gbl.com&lt;BR /&gt;   Global pages: 3679322, free: 3248256, contiguous: 3232992.&lt;BR /&gt;   Global sections: 1350, free: 258.&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Feb 2006 10:23:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/increase-global-sections/m-p/3722205#M74302</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-02-01T10:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: increase global sections</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/increase-global-sections/m-p/3722206#M74303</link>
      <description>Sjors,&lt;BR /&gt;&lt;BR /&gt;You might download SHOW_NODE_INFO.COM from&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://dcl.openvms.org/stories.php?story=05/04/04/7482362" target="_blank"&gt;http://dcl.openvms.org/stories.php?story=05/04/04/7482362&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There is a section of information about global pages and global sections that is part of the output.&lt;BR /&gt;&lt;BR /&gt;Robert</description>
      <pubDate>Wed, 01 Feb 2006 11:27:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/increase-global-sections/m-p/3722206#M74303</guid>
      <dc:creator>Robert_Boyd</dc:creator>
      <dc:date>2006-02-01T11:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: increase global sections</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/increase-global-sections/m-p/3722207#M74304</link>
      <description>Sjors&lt;BR /&gt;&lt;BR /&gt;Are you display file SYS$SYSTEM:AGEN$PARAMS.REPORT&lt;BR /&gt;to check some error message about MODPARAMS.DAT lines?&lt;BR /&gt;It is possible, if line refer to MIN_GBLSECTIONS is EXACTLY&lt;BR /&gt;MIN_GBLSECTIONS = 1200 (was 625)&lt;BR /&gt;that AUTOGEN has detected an error.&lt;BR /&gt;&lt;BR /&gt;Line will be:&lt;BR /&gt;&lt;BR /&gt;MIN_GBLSECTIONS = 1200 ! (was 625)&lt;BR /&gt;&lt;BR /&gt;(See comment ! character)&lt;BR /&gt;&lt;BR /&gt;Saludos.&lt;BR /&gt;Daniel.&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Feb 2006 04:17:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/increase-global-sections/m-p/3722207#M74304</guid>
      <dc:creator>Daniel Fernandez Illan</dc:creator>
      <dc:date>2006-02-02T04:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: increase global sections</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/increase-global-sections/m-p/3722208#M74305</link>
      <description>Thanks all. &lt;BR /&gt;@SYS$UPDATE:AUTOGEN GENPARAMS SETPARAMS FEEDBACK&lt;BR /&gt;Did the job. &lt;BR /&gt;&lt;BR /&gt;Greets, Sjors</description>
      <pubDate>Thu, 02 Feb 2006 05:06:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/increase-global-sections/m-p/3722208#M74305</guid>
      <dc:creator>Sjors Takes</dc:creator>
      <dc:date>2006-02-02T05:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: increase global sections</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/increase-global-sections/m-p/3722209#M74306</link>
      <description>Sjors,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;For new s/w 190 global sections are required, but:&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt;$write sys$output f$getsyi("free_gblsects")&lt;BR /&gt;163&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt;I have modified modparams.dat:&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt;MIN_GBLSECTIONS = 1200 (was 625)&lt;BR /&gt;&lt;BR /&gt;  The intended way to deal with this situation is in MODPARAMS.DAT:&lt;BR /&gt;&lt;BR /&gt;ADD_GBLSECTIONS = 190 ! For product "new s/w"&lt;BR /&gt;&lt;BR /&gt;  Hopefully, each product with a specific requirement for GBLSECTIONS will have its own line and comment.</description>
      <pubDate>Mon, 06 Feb 2006 21:09:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/increase-global-sections/m-p/3722209#M74306</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2006-02-06T21:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: increase global sections</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/increase-global-sections/m-p/3722210#M74307</link>
      <description>Sjors, some advice.&lt;BR /&gt;When changing system parameters and before rebooting use $ difference/parall to compare the before and after differences in parameters.&lt;BR /&gt;This very simple technique will save you.&lt;BR /&gt;Consider&lt;BR /&gt;+++&lt;BR /&gt;$ mc sysgen&lt;BR /&gt;use sys$system:alphavmssys.par !Real Version&lt;BR /&gt;set/output=users:[autogen]wiza_new_params.txt&lt;BR /&gt;show/all&lt;BR /&gt;show/special&lt;BR /&gt;!!!use sys$system:alphavmssys.old !Previous version&lt;BR /&gt;use users:[autogen]wiza_PARAMS_CURRENT.PAR&lt;BR /&gt;set/output=users:[sautogen]wiza_old_params.txt&lt;BR /&gt;show/all&lt;BR /&gt;show/special&lt;BR /&gt;exit&lt;BR /&gt;$&lt;BR /&gt;$differences/parallel/out=differences.lis wiza_new_params.txt wiza_old_params.txt&lt;BR /&gt;$type/p differences.lis&lt;BR /&gt;$exit&lt;BR /&gt;___&lt;BR /&gt;Also these days  with gigabytes of RAM think big, but not too big. There is very little overhead in having some parameters configured generously. &lt;BR /&gt;&lt;BR /&gt;We have not autogen our production cluster for over 2 years and work load has increased three fold ! Once you know your work mix and expected growth adjust &lt;BR /&gt;accordingly.&lt;BR /&gt;&lt;BR /&gt;My AUS 2 cents.&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Feb 2006 21:32:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/increase-global-sections/m-p/3722210#M74307</guid>
      <dc:creator>Thomas Ritter</dc:creator>
      <dc:date>2006-02-06T21:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: increase global sections</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/increase-global-sections/m-p/3722211#M74308</link>
      <description>In addition to the very good post by Ritter, I do, just after the autogen&lt;BR /&gt;$ sea sys$system:AGEN$PARAMS.REPORT; suspect&lt;BR /&gt;&lt;BR /&gt;If the string "suspect" is found, this usually means that I have fat fingered a parameter, so my new value for gblsections will not be here, as I may have done a typo, such as&lt;BR /&gt;min_glbsections=1200&lt;BR /&gt;instead of&lt;BR /&gt;min_gblsections=1200&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Feb 2006 05:02:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/increase-global-sections/m-p/3722211#M74308</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2006-02-07T05:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: increase global sections</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/increase-global-sections/m-p/3722212#M74309</link>
      <description>After executing Autogen I do &lt;BR /&gt;&lt;BR /&gt;$ DIFF/PAR SYS$SYSTEM:SETPARAMS.DAT&lt;BR /&gt;&lt;BR /&gt;This way you can see every parameter changed during last Autogen&lt;BR /&gt;&lt;BR /&gt;Further: Autogen searches for a procedure sys$update:agen$mail.com. If this procedure exists it will be executed by autogen.&lt;BR /&gt;&lt;BR /&gt;I added &lt;BR /&gt;$ DIFF/PAR SYS$SYSTEM:SETPARAMS.DAT/out=sys$scratch:agen_diff.tmp&lt;BR /&gt;$ MAIL/SUBJECT="Autogen executed on ''F$GETSYI("NODENAME")'" sys$scratch:agen_diff.tmp 'mail_address'&lt;BR /&gt;&lt;BR /&gt;to the procedure SYS$UPDATE:AGEN$MAIL.COM&lt;BR /&gt;This way I receive a Email with the differences after executing autogen.&lt;BR /&gt;&lt;BR /&gt;Regards &lt;BR /&gt;&lt;BR /&gt;Heinz</description>
      <pubDate>Tue, 07 Feb 2006 05:14:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/increase-global-sections/m-p/3722212#M74309</guid>
      <dc:creator>Heinz W Genhart</dc:creator>
      <dc:date>2006-02-07T05:14:02Z</dc:date>
    </item>
  </channel>
</rss>

