<?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 quota exceeded in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102934#M61256</link>
    <description>Hi Antoniov,&lt;BR /&gt;&lt;BR /&gt;Thanks for asking. Yes, the problem seems to be solved now. I have done following modification in my com procedure:&lt;BR /&gt;&lt;BR /&gt;$open/read/share a dsa0:[nodename]'host1'.dat&lt;BR /&gt;$read a hostname&lt;BR /&gt;$host := 'hostname&lt;BR /&gt;$close a&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here , my file HOST1.DAT contains the host FQDN . I am not searching in UCX hostdata now for nodes FQDN. &lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Lokesh</description>
    <pubDate>Mon, 10 Nov 2003 07:12:11 GMT</pubDate>
    <dc:creator>Lokesh_2</dc:creator>
    <dc:date>2003-11-10T07:12:11Z</dc:date>
    <item>
      <title>process quota exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102916#M61238</link>
      <description>I am running a DCL command procedure having the following lines ( among other lines ):&lt;BR /&gt;&lt;BR /&gt;___________________________________________&lt;BR /&gt;$defin sys$output sys$manager:a.out&lt;BR /&gt;$pipe ucx sho host "''host1'" | searc tt: "''host1'"/nohead&lt;BR /&gt;$deassign sys$output&lt;BR /&gt;____________________________________________&lt;BR /&gt;&lt;BR /&gt;When I checked the log file of the command procedure, I found the following:&lt;BR /&gt;_________________________________________&lt;BR /&gt;$defin sys$output sys$manager:a.out&lt;BR /&gt;%SYSTEM-F-EXQUOTA, process quota exceeded&lt;BR /&gt;__________________________________________&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any idea which quota got exceeded ??&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; regards,&lt;BR /&gt;Lokesh Jain&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Oct 2003 08:25:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102916#M61238</guid>
      <dc:creator>Lokesh_2</dc:creator>
      <dc:date>2003-10-27T08:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: process quota exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102917#M61239</link>
      <description>Hard to say!&lt;BR /&gt;You could from another terminal use SH PROC TargetProc /CONT where TargetProc is process executing DCL command procedure.&lt;BR /&gt;Also you could use SH PROC TargetProc /QUOTA continuously.&lt;BR /&gt;I don't known any utility can help you for this scope.&lt;BR /&gt; &lt;BR /&gt;Bye&lt;BR /&gt;Antoniov&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Oct 2003 09:43:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102917#M61239</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2003-10-27T09:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: process quota exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102918#M61240</link>
      <description>Likely to be JTQUOTA (Job table logical name tables, but it will add up process logical names as well) given your output.&lt;BR /&gt;If it's the result of the piped command it could be BIOLM (buffered IO); check DIOLN (Direct IO) as well, since PIPE _may_ use a mailbox as well.&lt;BR /&gt;Another is PGFLQUOTA - pagefile quota, but in that case you're likely to have run into it earlier.&lt;BR /&gt;To check it: see Antonio's response. Be sure to have verification enabled (SET VERIFY)</description>
      <pubDate>Mon, 27 Oct 2003 09:57:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102918#M61240</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2003-10-27T09:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: process quota exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102919#M61241</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;you might want to have a look at &lt;BR /&gt;&lt;A href="http://www.decus.de:8080/www/vms/sw/show_quota.htmlx" target="_blank"&gt;http://www.decus.de:8080/www/vms/sw/show_quota.htmlx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Mon, 27 Oct 2003 10:00:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102919#M61241</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2003-10-27T10:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: process quota exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102920#M61242</link>
      <description>Hi Atoniov &amp;amp; William,&lt;BR /&gt;&lt;BR /&gt;This command procedure is called by a detached process ( which executes this command procedure, whenever a trigger happens ). So, I am not running it interactively ( and that is why cannot use the tricks like sho proc/cont ) . I cannot gererate triggers manually which causes this command procedure to execute. But , now I have modified my command procedure and added the following lines &lt;BR /&gt;___________________________________________&lt;BR /&gt;$set verify&lt;BR /&gt;$sho process/quota&lt;BR /&gt;$defin sys$output sys$manager:a.out&lt;BR /&gt;$pipe ucx sho host "''host1'" | searc tt: "''host1'"/nohead&lt;BR /&gt;$deassign sys$output&lt;BR /&gt;$sho process/quota&lt;BR /&gt;____________________________________________&lt;BR /&gt;&lt;BR /&gt;I hope, next time when the trigger happens , and the command procedure executes, I will get a good log file to start investigations. &lt;BR /&gt;&lt;BR /&gt;Thanks for the response &amp;amp; regards,&lt;BR /&gt;Lokesh &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Oct 2003 10:14:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102920#M61242</guid>
      <dc:creator>Lokesh_2</dc:creator>
      <dc:date>2003-10-27T10:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: process quota exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102921#M61243</link>
      <description>Lokesh:&lt;BR /&gt;Suggestion for enhancement:&lt;BR /&gt;&lt;BR /&gt;$set verify&lt;BR /&gt;$sho process/quota&lt;BR /&gt;$defin sys$output sys$manager:a.out&lt;BR /&gt;$on error then goto shoquo&lt;BR /&gt;$pipe ucx sho host "''host1'" | searc tt: "''host1'"/nohead&lt;BR /&gt;$deassign sys$output&lt;BR /&gt;$exit&lt;BR /&gt;$shoquo:&lt;BR /&gt;$sho process/quota&lt;BR /&gt;$deassign sys$output&lt;BR /&gt;$exit&lt;BR /&gt;&lt;BR /&gt;will get into show of quota the moment it goes wrong...&lt;BR /&gt;&lt;BR /&gt;Willem</description>
      <pubDate>Mon, 27 Oct 2003 10:21:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102921#M61243</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2003-10-27T10:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: process quota exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102922#M61244</link>
      <description>Hi Marin,&lt;BR /&gt;&lt;BR /&gt;I cannot open the link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.decus.de:8080/www/vms/sw/show_quota.htmlx" target="_blank"&gt;http://www.decus.de:8080/www/vms/sw/show_quota.htmlx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Is the link correct ??&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; regards,&lt;BR /&gt;Lokesh</description>
      <pubDate>Mon, 27 Oct 2003 10:32:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102922#M61244</guid>
      <dc:creator>Lokesh_2</dc:creator>
      <dc:date>2003-10-27T10:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: process quota exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102923#M61245</link>
      <description>re link - the use of port 8080 may be blocked by your firewall.&lt;BR /&gt;&lt;BR /&gt;Re quota problem - may also be BYTLM quota. check accounting record for the process as this may help to indcate which process.</description>
      <pubDate>Mon, 27 Oct 2003 10:48:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102923#M61245</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2003-10-27T10:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: process quota exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102924#M61246</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;try &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://zinser.no-ip.info/vms/sw/show_quota.htmlx" target="_blank"&gt;http://zinser.no-ip.info/vms/sw/show_quota.htmlx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;instead. This is my private server at home and &lt;BR /&gt;unfortunatly tends to be more stable than the &lt;BR /&gt;Decus server :-(&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Mon, 27 Oct 2003 12:56:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102924#M61246</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2003-10-27T12:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: process quota exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102925#M61247</link>
      <description>Congratulation Lokesh;&lt;BR /&gt;Until today I believe a detached process cannot execute DCL command shell.&lt;BR /&gt;Willen hint is a very good idea because you can look at quota after error.&lt;BR /&gt;Hi Willen, perhaps you wrong to write:&lt;BR /&gt;$set verify&lt;BR /&gt;$sho process/quota&lt;BR /&gt;$defin sys$output sys$manager:a.out&lt;BR /&gt;$on error then goto shoquo&lt;BR /&gt;$pipe ucx sho host "''host1'" | searc tt: "''host1'"/nohead&lt;BR /&gt;$deassign sys$output&lt;BR /&gt;$exit&lt;BR /&gt;$shoquo:&lt;BR /&gt;$deassign sys$output&lt;BR /&gt;$! This is outside a.out&lt;BR /&gt;$sho process/quota&lt;BR /&gt;$exit&lt;BR /&gt;&lt;BR /&gt;Good Luck&lt;BR /&gt;Antoniov&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Oct 2003 13:52:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102925#M61247</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2003-10-27T13:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: process quota exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102926#M61248</link>
      <description>Lokesh,&lt;BR /&gt;&lt;BR /&gt;  Beware of detached processes and quotas. By default, quotas come from the PQL SYSGEN parameters, which tend to be very low.&lt;BR /&gt;&lt;BR /&gt;  I recommend always specifying all quotas on your RUN command or $CREPRC call. See examples of RUN/DETACHED commands from procedures in SYS$STARTUP. &lt;BR /&gt;&lt;BR /&gt;  Only for the specific case where you're running LOGINOUT.EXE, use  RUN/AUTHORIZE qualifier to inherit the quotas from your UAF entry.&lt;BR /&gt;&lt;BR /&gt;  That said, since it's a PIPE command that's failing, which involves the creation of subprocesses, my money would be on PRCLM. &lt;BR /&gt;&lt;BR /&gt;Regarding your DCL fragment, rather than DEFINE and DEASSIGN, why not use output redirection? I also prefer to use SYS$PIPE rather than TT:&lt;BR /&gt;&lt;BR /&gt;$pipe ucx sho host "''host1'" | search sys$pipe "''host1'"/nohead /OUTPUT=A.OUT&lt;BR /&gt;&lt;BR /&gt;or, more generally (will work for commands that don't have a /OUTPUT qualifier):&lt;BR /&gt;&lt;BR /&gt;$pipe ucx sho host "''host1'" | searc sys$pipe "''host1'"/nohead &amp;gt; A.OUT&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Oct 2003 22:43:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102926#M61248</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2003-10-27T22:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: process quota exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102927#M61249</link>
      <description>Antonio,&lt;BR /&gt;I _deliberately_ put "show quota" immediately on the label, just because of the assignemtn of SYS$OUTPUT. Deassign would possibly influence the state, where JTQUOTA is involved. That the output will be written in A.OUT, doen't matter.&lt;BR /&gt;Another adjustment would however make sense: ON ERROR _before_ DEFINE SYS$OUTPUT would have been better....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;John: I forget about that - you're right.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Oct 2003 02:23:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102927#M61249</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2003-10-28T02:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: process quota exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102928#M61250</link>
      <description>Hi Willen,&lt;BR /&gt;you are reasonable; I've only thought file a.out gets from another application that could read quotas as valid data.&lt;BR /&gt; &lt;BR /&gt;Bye&lt;BR /&gt;Antoniov&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Oct 2003 02:57:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102928#M61250</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2003-10-28T02:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: process quota exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102929#M61251</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Many thanks for the overwhelming response I got for my query . Now I have modified my command procedure to the following. &lt;BR /&gt;______________________________________&lt;BR /&gt;$set verify&lt;BR /&gt;$sho process/quota&lt;BR /&gt;$pipe ucx sho host "''host1'" | searc sys$pipe "''host1'"/nohead/out=sys$manager:a.out&lt;BR /&gt;$sho process/quota&lt;BR /&gt;_______________________________________&lt;BR /&gt;&lt;BR /&gt;I am still waiting for the trigger to happen which executes this command procedure. As soon as I receive that I will check the log file again and investigate further about which quota got exceeded. &lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Lokesh&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Oct 2003 07:48:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102929#M61251</guid>
      <dc:creator>Lokesh_2</dc:creator>
      <dc:date>2003-10-28T07:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: process quota exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102930#M61252</link>
      <description>Hi Martin,&lt;BR /&gt;&lt;BR /&gt;I am now running command procedure SHOW_QUOTA.COM provided by you. It is very good command procedure. Many thanks for the same. ( I already submitted the point to your answer earlier without running the command procedure, else you deserve more points :) )&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Lokesh</description>
      <pubDate>Tue, 28 Oct 2003 09:05:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102930#M61252</guid>
      <dc:creator>Lokesh_2</dc:creator>
      <dc:date>2003-10-28T09:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: process quota exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102931#M61253</link>
      <description>Last thing:&lt;BR /&gt;&lt;BR /&gt;If there is a quota problem in the PIPEd command, it will stop immediately and you'll miss the second SHO PROCESS/QUOTA&lt;BR /&gt;&lt;BR /&gt;add &lt;BR /&gt;&lt;BR /&gt;$ SET NOON&lt;BR /&gt;&lt;BR /&gt;just before or after $ SET VERIFY, so in case of error it WILL get on  - showing porcess quota AT THAT MOMENT (what might NOT be what you want)&lt;BR /&gt;&lt;BR /&gt;Yet another suggestion came into my mind:&lt;BR /&gt;If accounting is enabled on your system, that _may_ contain info as well, on the moment the process ends - and it's status. However, you _may_ have to enable image accounting for that (which is default OFF, it will generate huge amounts of output. You could consider to eventually enable it explicitly, chech documentation on aaccounting how to do that (HELP ACCOUNTING will do, I think)...&lt;BR /&gt;Sorry that this comes so late, it's a tool that's often forgotten (even by me ;-))&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Oct 2003 09:40:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102931#M61253</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2003-10-28T09:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: process quota exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102932#M61254</link>
      <description>Good Morning,&lt;BR /&gt;&lt;BR /&gt;As stated in previous message the default values are very low, and interfere with normal operations.  The default values were set when 12 MB of RAM was big news.  This is a time of cheap, bountiful RAM. Therefore, I recommend, and have practiced for the past 10 years, modifying PQL_MIN* and PQL_D* parameters to the highest amount demanded by the applications installed on the system.&lt;BR /&gt;&lt;BR /&gt;This is admittedly meatball system management, but has reduced by 99% any mucking about like you are experiencing.&lt;BR /&gt;&lt;BR /&gt;I learned this lesson after Oracle startup failed several times with the EXQUOTA errors during startup, and discovered that the startup process uses the PQL parameters.  They were too far anemic for any use.&lt;BR /&gt;&lt;BR /&gt;Although PQL parameters are dynamic, you should modify and document the changes in sys$system:modparams.dat, and run SYS$UPDATE:AUTOGEN in accordance with the documentation to set the parameters permanently.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. ,,, Joe Smith</description>
      <pubDate>Thu, 30 Oct 2003 09:48:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102932#M61254</guid>
      <dc:creator>Joseph P. Smith</dc:creator>
      <dc:date>2003-10-30T09:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: process quota exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102933#M61255</link>
      <description>Lokesh, do you solved?&lt;BR /&gt;</description>
      <pubDate>Sat, 08 Nov 2003 10:01:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102933#M61255</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2003-11-08T10:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: process quota exceeded</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102934#M61256</link>
      <description>Hi Antoniov,&lt;BR /&gt;&lt;BR /&gt;Thanks for asking. Yes, the problem seems to be solved now. I have done following modification in my com procedure:&lt;BR /&gt;&lt;BR /&gt;$open/read/share a dsa0:[nodename]'host1'.dat&lt;BR /&gt;$read a hostname&lt;BR /&gt;$host := 'hostname&lt;BR /&gt;$close a&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here , my file HOST1.DAT contains the host FQDN . I am not searching in UCX hostdata now for nodes FQDN. &lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Lokesh</description>
      <pubDate>Mon, 10 Nov 2003 07:12:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-quota-exceeded/m-p/3102934#M61256</guid>
      <dc:creator>Lokesh_2</dc:creator>
      <dc:date>2003-11-10T07:12:11Z</dc:date>
    </item>
  </channel>
</rss>

