<?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: Problem with Autogen: &amp;quot;Undefined symbol \pagefile3_cursize\&amp;quot; in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/problem-with-autogen-quot-undefined-symbol-pagefile3-cursize/m-p/4880697#M66411</link>
    <description>Steph,&lt;BR /&gt;&lt;BR /&gt;As already said, you might have to delete some symbol definitions before running AUTOGEN. Increasing the CLISYMTBL value using SYSGEN is also an option. The maximum value of CLISYMTBL is 1024 pagelets (i.e. 64 Alpha pages), and it's a DYNAMIC parameter. Make sure to do a WRITE ACTIVE if you change the parameter (and a WRITE CURRENT, if you want the value to survive a reboot).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Kris (aka Qkcl)&lt;BR /&gt;</description>
    <pubDate>Wed, 19 Jan 2005 05:26:39 GMT</pubDate>
    <dc:creator>Kris Clippeleyr</dc:creator>
    <dc:date>2005-01-19T05:26:39Z</dc:date>
    <item>
      <title>Problem with Autogen: "Undefined symbol \pagefile3_cursize\"</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-with-autogen-quot-undefined-symbol-pagefile3-cursize/m-p/4880693#M66407</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;During an attempt to install Decnet OSI when I tried to do an Autogen it failed with these errors:&lt;BR /&gt;undefined sysmbol \pagefile3_cursize\&lt;BR /&gt;Autogen-f-symovf,noroom for symbol definition&lt;BR /&gt;Autogen-f-del_exp,delete some symbols or expand clisymtbl&lt;BR /&gt;Autogen-f-error, testfiles phase was aborted due to an unexpected error&lt;BR /&gt;&lt;BR /&gt;What is the meaning of these errors, how can I avoid it?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Steph&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jan 2005 12:41:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-with-autogen-quot-undefined-symbol-pagefile3-cursize/m-p/4880693#M66407</guid>
      <dc:creator>Guillou_2</dc:creator>
      <dc:date>2005-01-18T12:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Autogen: "Undefined symbol \pagefile3_cursize\"</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-with-autogen-quot-undefined-symbol-pagefile3-cursize/m-p/4880694#M66408</link>
      <description>the process had a lot of global symbols which filled the memory available (see SHOW PROC/MEM).&lt;BR /&gt;The size of this memory area is governed by the system parameter CLISYMTBL (as mentioned in the AUTOGEN-F-DEL_EXP message).&lt;BR /&gt;&lt;BR /&gt;You could try &lt;BR /&gt;$ DELETE/SYMBOL/GLOBAL/ALL&lt;BR /&gt;before running the autogen. This will delete all global symbols.</description>
      <pubDate>Tue, 18 Jan 2005 12:46:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-with-autogen-quot-undefined-symbol-pagefile3-cursize/m-p/4880694#M66408</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-01-18T12:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Autogen: "Undefined symbol \pagefile3_cursize\"</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-with-autogen-quot-undefined-symbol-pagefile3-cursize/m-p/4880695#M66409</link>
      <description>Steph&lt;BR /&gt;&lt;BR /&gt;If you use help/message symovf you see a explanation to error:&lt;BR /&gt;&lt;BR /&gt;The command interpreter cannot hold any more symbol definitions or labels. Note that this error can occur when a nested procedure is executed, because the command interpreter defines the symbols P1 through P8 before executing the procedure.&lt;BR /&gt;&lt;BR /&gt;and offers two solutions:&lt;BR /&gt;&lt;BR /&gt;delete unused symbols to recover symbol table  space or increase CLISYMTBL using SYSGEN SET CLISYMTBL n.&lt;BR /&gt;&lt;BR /&gt;Note that the SYSGEN SET command sets the new value for the duration of your process only. It does not change the permanent parameter value.&lt;BR /&gt;&lt;BR /&gt;Saludos.&lt;BR /&gt;Daniel.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Jan 2005 04:46:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-with-autogen-quot-undefined-symbol-pagefile3-cursize/m-p/4880695#M66409</guid>
      <dc:creator>Daniel Fernandez Illan</dc:creator>
      <dc:date>2005-01-19T04:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Autogen: "Undefined symbol \pagefile3_cursize\"</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-with-autogen-quot-undefined-symbol-pagefile3-cursize/m-p/4880696#M66410</link>
      <description>Steph,&lt;BR /&gt;&lt;BR /&gt;modifying CLISYMTBL is best done with SYSGEN.&lt;BR /&gt;Add an entry in MODPARAMS.DAT &amp;amp; run AUTOGEN is the approprate way, but issuing SYSGEN WRITE CURRENT will directly put it in xxVMSSYS.PAR for next reboot, and WRITE ACTIVE will update currently active params. (I have now no docs at hand, and I do not know by head if it is a Dynamic param, but if it is, it will be active for any process created after the WRITE).&lt;BR /&gt;SYSGEN also shows the limit to what you can set it, and if I am not mistaken, that limit is not very high.&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;Jan&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Jan 2005 05:11:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-with-autogen-quot-undefined-symbol-pagefile3-cursize/m-p/4880696#M66410</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-01-19T05:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Autogen: "Undefined symbol \pagefile3_cursize\"</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-with-autogen-quot-undefined-symbol-pagefile3-cursize/m-p/4880697#M66411</link>
      <description>Steph,&lt;BR /&gt;&lt;BR /&gt;As already said, you might have to delete some symbol definitions before running AUTOGEN. Increasing the CLISYMTBL value using SYSGEN is also an option. The maximum value of CLISYMTBL is 1024 pagelets (i.e. 64 Alpha pages), and it's a DYNAMIC parameter. Make sure to do a WRITE ACTIVE if you change the parameter (and a WRITE CURRENT, if you want the value to survive a reboot).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Kris (aka Qkcl)&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Jan 2005 05:26:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-with-autogen-quot-undefined-symbol-pagefile3-cursize/m-p/4880697#M66411</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2005-01-19T05:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Autogen: "Undefined symbol \pagefile3_cursize\"</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-with-autogen-quot-undefined-symbol-pagefile3-cursize/m-p/4880698#M66412</link>
      <description>If you do increase CTLSYMTBL then I expect you will have to logout/in so that your process get s the new larger size. SHOW PROCESS/MEM shows the current size.&lt;BR /&gt;&lt;BR /&gt;I think VMSINSTAL deletes all global symbols. You can try deleting local symbols too then increase CTLSYMTBL if still a problem.</description>
      <pubDate>Wed, 19 Jan 2005 08:33:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-with-autogen-quot-undefined-symbol-pagefile3-cursize/m-p/4880698#M66412</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-01-19T08:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Autogen: "Undefined symbol \pagefile3_cursize\"</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-with-autogen-quot-undefined-symbol-pagefile3-cursize/m-p/4880699#M66413</link>
      <description>Kris, thanks for confirming it IS Dynamic.&lt;BR /&gt;&lt;BR /&gt;( I guess I really have to convince my wife that the extra garage heating &amp;amp; extra electricity bill for re-activating my Alpha 1000 ARE worthwhile!).&lt;BR /&gt;&lt;BR /&gt;Ian, I already stated that it would only take effect for processes started AFTER the changing of the param.&lt;BR /&gt;If you read the OP carefully, he got the error running AUTOGEN, not VMSINSTAL.&lt;BR /&gt;Not the faintest info whether that was in the same session, and if so, what was executed in between that might have (re-)created al lot of symbols.&lt;BR /&gt;&lt;BR /&gt;_IF_ the problem rose while running AUTOGEN in the context of the instal (cannot check now, but does DECnet OSI use VMSINSTAL? It think I' guess PCSI), then really there is hardly any option BUT increrasing CLISYMTBL.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;Jan</description>
      <pubDate>Wed, 19 Jan 2005 10:07:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-with-autogen-quot-undefined-symbol-pagefile3-cursize/m-p/4880699#M66413</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-01-19T10:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Autogen: "Undefined symbol \pagefile3_cursize\"</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-with-autogen-quot-undefined-symbol-pagefile3-cursize/m-p/4880700#M66414</link>
      <description>Steph, &lt;BR /&gt;1. When you get noroom for symbol definitions you could also try logging out and logging back in. Decnet OSI is done with $ PRODUCT INSTALL DNVOSIECO01/SOURCE=[location of the ...&lt;BR /&gt;The install or other activity since login could have added a lot of symbols. So you might also have been able to logout. Then login and the Autogen might have run.&lt;BR /&gt;2. Using Alpha VMS 7.3-2, we did have to increase CLISYMTBL for a system that uses Oracle.&lt;BR /&gt;Lawrence</description>
      <pubDate>Thu, 20 Jan 2005 15:53:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-with-autogen-quot-undefined-symbol-pagefile3-cursize/m-p/4880700#M66414</guid>
      <dc:creator>Lawrence Czlapinski</dc:creator>
      <dc:date>2005-01-20T15:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Autogen: "Undefined symbol \pagefile3_cursize\"</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-with-autogen-quot-undefined-symbol-pagefile3-cursize/m-p/4880701#M66415</link>
      <description>Thanks all for your help</description>
      <pubDate>Mon, 24 Jan 2005 07:31:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-with-autogen-quot-undefined-symbol-pagefile3-cursize/m-p/4880701#M66415</guid>
      <dc:creator>Guillou_2</dc:creator>
      <dc:date>2005-01-24T07:31:49Z</dc:date>
    </item>
  </channel>
</rss>

