<?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: Getting SYSTEM-F-NOSLOT in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/getting-system-f-noslot/m-p/3479345#M66642</link>
    <description>Chaim,&lt;BR /&gt;only a little consideration: new slots require a few memory (around 150 byte for every slot) so it's better having much free slots avaiable than needing more.&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
    <pubDate>Mon, 07 Feb 2005 03:03:56 GMT</pubDate>
    <dc:creator>Antoniov.</dc:creator>
    <dc:date>2005-02-07T03:03:56Z</dc:date>
    <item>
      <title>Getting SYSTEM-F-NOSLOT</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/getting-system-f-noslot/m-p/3479340#M66637</link>
      <description>One of our customers has a DSM application which during normal processing will create background process. The entire application was migrated to a nes server (more memory - more powerful CPU) albeit without changing any SYSGEN parameters.&lt;BR /&gt;&lt;BR /&gt;The following message is being generated:&lt;BR /&gt;&lt;BR /&gt;SYSTEM-F-NOSLOT&lt;BR /&gt;&lt;BR /&gt;The interactive logins is et to 120&lt;BR /&gt;The MAXPROCESSCNT is 155&lt;BR /&gt;The BALSETCNT is 180&lt;BR /&gt;&lt;BR /&gt;I have a command procedure which simulates what the DSM does and creates a process. If I run this consecutively 6-7 times I also receive this error. At that point the actual interactive count is around 90 +-.&lt;BR /&gt;&lt;BR /&gt;What might be the problem?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Chaim</description>
      <pubDate>Sun, 06 Feb 2005 06:19:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/getting-system-f-noslot/m-p/3479340#M66637</guid>
      <dc:creator>Chaim Budnick</dc:creator>
      <dc:date>2005-02-06T06:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Getting SYSTEM-F-NOSLOT</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/getting-system-f-noslot/m-p/3479341#M66638</link>
      <description>More information:&lt;BR /&gt;&lt;BR /&gt;I ran AUTOGEN SAVPARAMS TESTFILES FEEDBACK&lt;BR /&gt;&lt;BR /&gt;The AGEN$PARAMS.REPORT interestingly enough contains the following:&lt;BR /&gt;&lt;BR /&gt;Parameter information follows:&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;BR /&gt;MAXPROCESSCNT parameter information:&lt;BR /&gt;        Feedback information.&lt;BR /&gt;           Old value was 155, New value is 217&lt;BR /&gt;           Maximum Observed Processes: 155&lt;BR /&gt;&lt;BR /&gt;What I don't understand is that I have been monitoring using SET LOGIN and have not seen a currnet interactive value greater than 95!&lt;BR /&gt;&lt;BR /&gt;Yet I can generate this error at will by running the CP.&lt;BR /&gt;&lt;BR /&gt;Is there a way to actually monitor the MAXPROCESSCNT and see that it really is peaking?&lt;BR /&gt;&lt;BR /&gt;Chaim</description>
      <pubDate>Sun, 06 Feb 2005 06:34:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/getting-system-f-noslot/m-p/3479341#M66638</guid>
      <dc:creator>Chaim Budnick</dc:creator>
      <dc:date>2005-02-06T06:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Getting SYSTEM-F-NOSLOT</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/getting-system-f-noslot/m-p/3479342#M66639</link>
      <description>Chaim,&lt;BR /&gt;&lt;BR /&gt;The "current interactive value" displayed by SET LOGIN is the current number of users logged onto the system. It does not reflect:&lt;BR /&gt;- Batch Jobs&lt;BR /&gt;- Network Processes&lt;BR /&gt;- Detached Processes&lt;BR /&gt;- Sub-Processes&lt;BR /&gt;&lt;BR /&gt;If you do a SHOW SYSTEM on the subject machine, and count the number of processes that are active, you will get a more accurate number. While your command file was not part of the posting, you are probably creating sub-processes which don't count as "interactive users", but do take up process slots.&lt;BR /&gt;&lt;BR /&gt;The number recommended by AUTOGEN is the highest observed number, plus an allowance for expansion.&lt;BR /&gt;&lt;BR /&gt;I suggest that you update your system parameters (or modify your observations of system utilization). &lt;BR /&gt;&lt;BR /&gt;As a side note, it is not unusual these days for programs to create large numbers of short term processes (e.g., it is a common Unix paradigm). This leads to short term spikes in the process count, and similar, but often harder to diagnose versions of your problem.&lt;BR /&gt;&lt;BR /&gt;I hope that the above is helpful.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Sun, 06 Feb 2005 07:09:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/getting-system-f-noslot/m-p/3479342#M66639</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2005-02-06T07:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Getting SYSTEM-F-NOSLOT</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/getting-system-f-noslot/m-p/3479343#M66640</link>
      <description>Chaim,&lt;BR /&gt;&lt;BR /&gt;MAXPROCESSCNT is about _ALL_ processes in the system, not only interactive!&lt;BR /&gt;One easy way to monitor them is... MONITOR/SYSTEM.&lt;BR /&gt;The upper right quart of that display shows all processes.&lt;BR /&gt;&lt;BR /&gt;Like you already found, AUTOGEN would increase the value by about 40%.&lt;BR /&gt;... but if you were to use that, in about a couple of days I expect AUTOGEN to raise it again by the same percentage, because AUTOGEN tends to be too conservative.&lt;BR /&gt;&lt;BR /&gt;You stated having more memory. Well, put it to good use! &lt;BR /&gt;The expense of creating balance slots is really futile in todays amounts of memory, and if you get to the point of using them, well, that is what the system _IS_ for. (unless you have a really bad app that generates processes, and leaves them around after use, but that would surely have hit you even much heavier on your smaller system).&lt;BR /&gt;&lt;BR /&gt;So, be generous, and set MAXPROCESSSCNT to something like 600, maybe 1000 or 1500.&lt;BR /&gt;_IF_ you do, make sure to use AUTOGEN to re-calculate all the other dependant params.&lt;BR /&gt;Only if the new situation has stabilized, and you got an idea how the system behaves with those, then you _might_ take a look at those others again for maybe some fine-tuning, but for a first try nothing beats AUTOGEN to make a fair first estimate!&lt;BR /&gt;&lt;BR /&gt;Success.&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>Sun, 06 Feb 2005 07:11:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/getting-system-f-noslot/m-p/3479343#M66640</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-02-06T07:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Getting SYSTEM-F-NOSLOT</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/getting-system-f-noslot/m-p/3479344#M66641</link>
      <description>Chaim,&lt;BR /&gt;&lt;BR /&gt;One other consideration, from the help within SYSGEN&lt;BR /&gt;&lt;BR /&gt;Never set BALSETCNT to a value higher than 2 less than&lt;BR /&gt;MAXPROCESSCNT.&lt;BR /&gt;&lt;BR /&gt;As has been suggested -- be generous with MAXPROCESSCNT.&lt;BR /&gt;&lt;BR /&gt;The SYSTEM-F-NOSLOT message is _the_ indication&lt;BR /&gt;that the value has peaked.&lt;BR /&gt;&lt;BR /&gt;HELP/MESSAGE NOSLOT reveals...&lt;BR /&gt;&lt;BR /&gt; NOSLOT,  no PCB available&lt;BR /&gt;&lt;BR /&gt;  Facility:     SYSTEM, System Services&lt;BR /&gt;&lt;BR /&gt;  Explanation:  The maximum number of processes that can be created at one&lt;BR /&gt;                time has been exceeded.&lt;BR /&gt;&lt;BR /&gt;  User Action:  Wait for another process to be deleted, or increase the&lt;BR /&gt;                MAXPROCESSCNT system parameter.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Dave&lt;BR /&gt;</description>
      <pubDate>Sun, 06 Feb 2005 09:18:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/getting-system-f-noslot/m-p/3479344#M66641</guid>
      <dc:creator>David B Sneddon</dc:creator>
      <dc:date>2005-02-06T09:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Getting SYSTEM-F-NOSLOT</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/getting-system-f-noslot/m-p/3479345#M66642</link>
      <description>Chaim,&lt;BR /&gt;only a little consideration: new slots require a few memory (around 150 byte for every slot) so it's better having much free slots avaiable than needing more.&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Feb 2005 03:03:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/getting-system-f-noslot/m-p/3479345#M66642</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2005-02-07T03:03:56Z</dc:date>
    </item>
  </channel>
</rss>

