<?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 IDESERVER in openvms 8.3-1H problems in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/install-ideserver-in-openvms-8-3-1h-problems/m-p/4689089#M100255</link>
    <description>the problem is :&lt;BR /&gt;Portion done: 0%...10%...20%...40%...50%...60%...70%...80%...90%&lt;BR /&gt;%PCSI-I-PRCOUTPUT, output from subprocess follows ...&lt;BR /&gt;%SYSTEM-F-EXLNMQUOTA, logical name table is full&lt;BR /&gt;%PCSI-I-PRCERREXE, error executing: @SYS$STARTUP:IDE$STARTUP.COM&lt;BR /&gt; &lt;BR /&gt;%PCSI-E-EXESTAFAIL, product supplied EXECUTE START procedure failed&lt;BR /&gt;-SYSTEM-F-EXLNMQUOTA, logical name table is full&lt;BR /&gt;%PCSI-E-OPFAILED, operation failed&lt;BR /&gt;&lt;BR /&gt;can help me?&lt;BR /&gt;</description>
    <pubDate>Tue, 21 Sep 2010 01:49:54 GMT</pubDate>
    <dc:creator>likuair_1</dc:creator>
    <dc:date>2010-09-21T01:49:54Z</dc:date>
    <item>
      <title>install IDESERVER in openvms 8.3-1H problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/install-ideserver-in-openvms-8-3-1h-problems/m-p/4689089#M100255</link>
      <description>the problem is :&lt;BR /&gt;Portion done: 0%...10%...20%...40%...50%...60%...70%...80%...90%&lt;BR /&gt;%PCSI-I-PRCOUTPUT, output from subprocess follows ...&lt;BR /&gt;%SYSTEM-F-EXLNMQUOTA, logical name table is full&lt;BR /&gt;%PCSI-I-PRCERREXE, error executing: @SYS$STARTUP:IDE$STARTUP.COM&lt;BR /&gt; &lt;BR /&gt;%PCSI-E-EXESTAFAIL, product supplied EXECUTE START procedure failed&lt;BR /&gt;-SYSTEM-F-EXLNMQUOTA, logical name table is full&lt;BR /&gt;%PCSI-E-OPFAILED, operation failed&lt;BR /&gt;&lt;BR /&gt;can help me?&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Sep 2010 01:49:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/install-ideserver-in-openvms-8-3-1h-problems/m-p/4689089#M100255</guid>
      <dc:creator>likuair_1</dc:creator>
      <dc:date>2010-09-21T01:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: install IDESERVER in openvms 8.3-1H problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/install-ideserver-in-openvms-8-3-1h-problems/m-p/4689090#M100256</link>
      <description>EXLNMQUOTA indicates you've filled your job logical name table. You may be able to fix  this by using AUTHORIZE to increase the JTQUOTA for the process performing the installation.&lt;BR /&gt;&lt;BR /&gt;$ MCR AUTHORIZE&lt;BR /&gt;UAF&amp;gt; MODIFY user/JTQUOTA=more&lt;BR /&gt;&lt;BR /&gt;Check the installation guide to see if there are any specified quota requirements.&lt;BR /&gt;&lt;BR /&gt;See $ HELP/MESSAGE EXLNMQUOTA &lt;BR /&gt; &lt;BR /&gt;It may be instructive to examine your job table to see if there are unexpected logical names:&lt;BR /&gt;&lt;BR /&gt;$ SHOW LOGICAL/JOB/FULL&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;(LNM$JOB_828A6C80)      [kernel]  [shareable]  [Quota=(5328,8192)]&lt;BR /&gt;                        [Protection=(RWCD,RWCD,,)]  [Owner=[GILLINGS]]&lt;BR /&gt;&lt;BR /&gt;The two numbers for Quota are "bytes remaining" and "limit"&lt;BR /&gt;&lt;BR /&gt;Memory is cheap.</description>
      <pubDate>Tue, 21 Sep 2010 02:15:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/install-ideserver-in-openvms-8-3-1h-problems/m-p/4689090#M100256</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2010-09-21T02:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: install IDESERVER in openvms 8.3-1H problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/install-ideserver-in-openvms-8-3-1h-problems/m-p/4689091#M100257</link>
      <description>See "Accounts, Quotas, and System Parameters" here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/openvms/products/ips/netbeans/docs/distnetbeans_iguide_relnotes_65.html" target="_blank"&gt;http://h71000.www7.hp.com/openvms/products/ips/netbeans/docs/distnetbeans_iguide_relnotes_65.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And here's a different example of the NetBeans install:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://labs.hoffmanlabs.com/node/1344" target="_blank"&gt;http://labs.hoffmanlabs.com/node/1344&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you're past 60K on your job table logical name table settings, then, well, splurge and double it.   &lt;BR /&gt;&lt;BR /&gt;Given you're likely going to be running Java here, toss some additional gigabytes of memory into the box if that's looking at all under-configured, bump the process quotas and system parameter to settings appropriate for Java, and move on.&lt;BR /&gt;&lt;BR /&gt;If it's not JTQUOTA that's involved here (and as would be likely), then walk through the invocation of the startup procedure IDE$STARTUP.COM (via SET VERIFY) and see what command is blowing up.  It's possible somebody has an odd LNM$FILE_DEV or other logical-name setting here, or that has established a quota on a shared logical name table, or defined something that has altered the system environment.&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Sep 2010 13:20:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/install-ideserver-in-openvms-8-3-1h-problems/m-p/4689091#M100257</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2010-09-21T13:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: install IDESERVER in openvms 8.3-1H problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/install-ideserver-in-openvms-8-3-1h-problems/m-p/4689092#M100258</link>
      <description>Seen this before when doing more than 1 install. Log out and back in again.&lt;BR /&gt;&lt;BR /&gt;Very Windoze, eh??</description>
      <pubDate>Wed, 22 Sep 2010 01:42:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/install-ideserver-in-openvms-8-3-1h-problems/m-p/4689092#M100258</guid>
      <dc:creator>Paul Jerrom</dc:creator>
      <dc:date>2010-09-22T01:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: install IDESERVER in openvms 8.3-1H problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/install-ideserver-in-openvms-8-3-1h-problems/m-p/4689093#M100259</link>
      <description>Please verify the release noltes of Distributed Netbeans.&lt;BR /&gt;&lt;BR /&gt;1.Enable DISK QUOTAS on the disk on which IDE Server is installed, you must grant the IDE$SERVER account a disk quota of at least 200,000 blocks.  In addition, you must grant each USER ACCOUNT that will be used by Distributed NetBeans a disk quota of atleast 100,000 blocks on the disk on which the IDE Server is installed.&lt;BR /&gt;&lt;BR /&gt;2.Change the user account quotas as specified. &lt;BR /&gt;This can be done by,&lt;BR /&gt;&amp;gt;&amp;gt;set def sys$system&lt;BR /&gt;&amp;gt;&amp;gt;mc authorize&lt;BR /&gt;&amp;gt;&amp;gt;modify system /&lt;USERACCOUNT_NAME&gt;=&lt;RECOMMENDED_QUOTAS&gt;&lt;BR /&gt;&lt;BR /&gt;After setting the account quotas, logout the session and login again. Then install the IDESERVER.&lt;/RECOMMENDED_QUOTAS&gt;&lt;/USERACCOUNT_NAME&gt;</description>
      <pubDate>Wed, 29 Sep 2010 05:17:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/install-ideserver-in-openvms-8-3-1h-problems/m-p/4689093#M100259</guid>
      <dc:creator>Distributed netbeans</dc:creator>
      <dc:date>2010-09-29T05:17:51Z</dc:date>
    </item>
  </channel>
</rss>

