<?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 Process Quota in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/process-quota/m-p/3305626#M2709</link>
    <description>Hi I am rumming this script:&lt;BR /&gt;&lt;BR /&gt;$ define/nolog freight$baselib  freight$common_live:[run]frt_baselib.exe&lt;BR /&gt;$ define/nolog freight$enqlib   freight$common_live:[run]frt_enqlib.exe&lt;BR /&gt;$ define/nolog freight$iomodlib freight$common_live:[run]frt_iomodlib.exe&lt;BR /&gt;$ define/nolog freight$rating   freight$common_live:[run]frt_rating.exe&lt;BR /&gt;$ define/nolog phsystab         phs_main:phsystab.dat&lt;BR /&gt;$&lt;BR /&gt;$ define/nolog freight$program  freight$do_live:[run], -&lt;BR /&gt;                                freight$common_live:[run]&lt;BR /&gt;$&lt;BR /&gt;$ define/nolog phs_run          freight$do_live:[run], -&lt;BR /&gt;                                freight$common_live:[run]&lt;BR /&gt;$&lt;BR /&gt;$ define/nolog phs_main         freight$do_live:[data.main], -&lt;BR /&gt;                                freight$common_live:[data.main]&lt;BR /&gt;$&lt;BR /&gt;$ define/nolog phspc            phs_run:phspc.fdl&lt;BR /&gt;$&lt;BR /&gt;$ Run/NODEB phs_Run:WWW01&lt;BR /&gt;$!&lt;BR /&gt;$ exit&lt;BR /&gt;&lt;BR /&gt;at the end it shows the process quota exceeded for frt_rating.&lt;BR /&gt;&lt;BR /&gt;Can you please help me.</description>
    <pubDate>Tue, 15 Jun 2004 10:18:28 GMT</pubDate>
    <dc:creator>Amit Hosley</dc:creator>
    <dc:date>2004-06-15T10:18:28Z</dc:date>
    <item>
      <title>Process Quota</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-quota/m-p/3305626#M2709</link>
      <description>Hi I am rumming this script:&lt;BR /&gt;&lt;BR /&gt;$ define/nolog freight$baselib  freight$common_live:[run]frt_baselib.exe&lt;BR /&gt;$ define/nolog freight$enqlib   freight$common_live:[run]frt_enqlib.exe&lt;BR /&gt;$ define/nolog freight$iomodlib freight$common_live:[run]frt_iomodlib.exe&lt;BR /&gt;$ define/nolog freight$rating   freight$common_live:[run]frt_rating.exe&lt;BR /&gt;$ define/nolog phsystab         phs_main:phsystab.dat&lt;BR /&gt;$&lt;BR /&gt;$ define/nolog freight$program  freight$do_live:[run], -&lt;BR /&gt;                                freight$common_live:[run]&lt;BR /&gt;$&lt;BR /&gt;$ define/nolog phs_run          freight$do_live:[run], -&lt;BR /&gt;                                freight$common_live:[run]&lt;BR /&gt;$&lt;BR /&gt;$ define/nolog phs_main         freight$do_live:[data.main], -&lt;BR /&gt;                                freight$common_live:[data.main]&lt;BR /&gt;$&lt;BR /&gt;$ define/nolog phspc            phs_run:phspc.fdl&lt;BR /&gt;$&lt;BR /&gt;$ Run/NODEB phs_Run:WWW01&lt;BR /&gt;$!&lt;BR /&gt;$ exit&lt;BR /&gt;&lt;BR /&gt;at the end it shows the process quota exceeded for frt_rating.&lt;BR /&gt;&lt;BR /&gt;Can you please help me.</description>
      <pubDate>Tue, 15 Jun 2004 10:18:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-quota/m-p/3305626#M2709</guid>
      <dc:creator>Amit Hosley</dc:creator>
      <dc:date>2004-06-15T10:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Process Quota</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-quota/m-p/3305627#M2710</link>
      <description>Can you run it with the debugger until it breaks and then check from another process with:&lt;BR /&gt;$ SHOW PROCESS /QUOTA /IDENTIFICATION= ?</description>
      <pubDate>Tue, 15 Jun 2004 10:22:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-quota/m-p/3305627#M2710</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-06-15T10:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Process Quota</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-quota/m-p/3305628#M2711</link>
      <description>you can also monitor the process using SHOW_QUOTA.COM&lt;BR /&gt;&lt;A href="http://dcl.openvms.org/stories.php?story=03/06/03/0022504" target="_blank"&gt;http://dcl.openvms.org/stories.php?story=03/06/03/0022504&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;or AMDS/Availability Mgr</description>
      <pubDate>Tue, 15 Jun 2004 10:46:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-quota/m-p/3305628#M2711</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-06-15T10:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Process Quota</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-quota/m-p/3305629#M2712</link>
      <description>Hi I am running this through the internet explorer using Apache so its not possible to put the debugger ON.</description>
      <pubDate>Tue, 15 Jun 2004 10:48:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-quota/m-p/3305629#M2712</guid>
      <dc:creator>Amit Hosley</dc:creator>
      <dc:date>2004-06-15T10:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Process Quota</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-quota/m-p/3305630#M2713</link>
      <description>then watch the process from another terminal using SHOW_QUOTA or use AMDS/AM</description>
      <pubDate>Tue, 15 Jun 2004 11:22:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-quota/m-p/3305630#M2713</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-06-15T11:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Process Quota</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-quota/m-p/3305631#M2714</link>
      <description>Not even if you redirect DBG$INPUT and DBG$OUTPUT (I hope I got those logical names right)? The idea is to freeze the process so that you can take a look at it from the outside.</description>
      <pubDate>Tue, 15 Jun 2004 12:50:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-quota/m-p/3305631#M2714</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-06-15T12:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Process Quota</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-quota/m-p/3305632#M2715</link>
      <description>Amit,&lt;BR /&gt;&lt;BR /&gt;  I'm not sure I understand this statement:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;at the end it shows the process quota exceeded for frt_rating.&lt;BR /&gt;&lt;BR /&gt;  Could you please post the exact, complete message?&lt;BR /&gt;&lt;BR /&gt;  If the image is terminating, and you're running V7.3 or higher, add:&lt;BR /&gt;&lt;BR /&gt;$ SET PROCESS/DUMP&lt;BR /&gt;&lt;BR /&gt;  immediately before your RUN command. This should generate a process dump you can examine with DEBUG (ANALYZE/PROCESS).&lt;BR /&gt;&lt;BR /&gt;  Could you also explain how the script is activated? If it's a detached process where do the quotas get defined?&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Jun 2004 20:12:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-quota/m-p/3305632#M2715</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2004-06-15T20:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Process Quota</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/process-quota/m-p/3305633#M2716</link>
      <description>Amit,&lt;BR /&gt;&lt;BR /&gt;Add this to the commandfile:&lt;BR /&gt;&lt;BR /&gt;$ set verify&lt;BR /&gt;$ define sys$output sys$login:XOUT.TXT&lt;BR /&gt;$ define sys$error sys$login:XERR.TXT&lt;BR /&gt;&lt;BR /&gt;in front of everything&lt;BR /&gt;&lt;BR /&gt;$ sho process/quota&lt;BR /&gt;&lt;BR /&gt;just before run/Nodeb of the program&lt;BR /&gt;&lt;BR /&gt;and supply what's in XOUT.TXT and XERR.TXT &lt;BR /&gt;&lt;BR /&gt;Assuming frt_rating is a username, show quota part of the output of &lt;BR /&gt;&lt;BR /&gt;$ MC authorize show/full frt_rating&lt;BR /&gt;&lt;BR /&gt;to give more information.&lt;BR /&gt;&lt;BR /&gt;Willem</description>
      <pubDate>Wed, 16 Jun 2004 02:24:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/process-quota/m-p/3305633#M2716</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2004-06-16T02:24:10Z</dc:date>
    </item>
  </channel>
</rss>

