SERVNSA parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
Line 13: Line 13:
</dl>
</dl>
==Description==
==Description==
<p>The SERVNSA parameter, along with the SERVNSSZ parameter, controls non-swappable server areas when FTBL is stored above the bar.</p>
<p>The SERVNSA parameter, along with the SERVNSSZ parameter, controls non-swappable server areas which are placed above the 2G bar.</p>
<ul>
Each server table to be allocate above the bar is controlled by a bit in <var>SERVNSA</var>; if the bit is on, the corresponding server table is allocated above the bar.
<li>
The bits are:
SERVNSA (server non-swappable areas) indicates the tables that you want to be above the bar. At this time, only FTBL may be selected and its appropriate setting is x'02000000'.</li>
<table class="thJustBold">
<li>
<tr><th>Bit</th><th>Server table placed above the bar</th></tr>
<tr><td><code>X'02000000'</code></td><td>FTBL</td></tr>
<tr><td><code>X'00004000'</code></td><td>NTBL</td></tr>
</table>
SERVNSSZ (server non-swappable size) is the amount of space in bytes required for the above-the-bar server tables per user. The total amount of storage allocated for non-swappable server areas equals SERVNSSZ rounded to 4 K and multiplied by NUSERS.
SERVNSSZ (server non-swappable size) is the amount of space in bytes required for the above-the-bar server tables per user. The total amount of storage allocated for non-swappable server areas equals SERVNSSZ rounded to 4 K and multiplied by NUSERS.
When sizing SERVNSSZ you should use the largest FTBL sizes that might be needed.</li>
When sizing SERVNSSZ, it should accomodate the largest non-swappable table sizes that might be needed.</li>
</ul>
 
<p>For more information about FTBL storage above the bar, see the <var>Rocket Model&nbsp;204 System Manager's Guide.</var></p>
<p>For more information about server tables above the bar, see the <var>Rocket Model&nbsp;204 System Manager's Guide.</var></p>
[[Category:User parameters]]
[[Category:User parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 20:49, 26 June 2013

Summary

Default value
0
Parameter type
User
Where set
On User 0's parameter line
Related products
All
Introduced
Model 204 V7.4

Description

The SERVNSA parameter, along with the SERVNSSZ parameter, controls non-swappable server areas which are placed above the 2G bar.

Each server table to be allocate above the bar is controlled by a bit in SERVNSA; if the bit is on, the corresponding server table is allocated above the bar. The bits are:

BitServer table placed above the bar
X'02000000'FTBL
X'00004000'NTBL

SERVNSSZ (server non-swappable size) is the amount of space in bytes required for the above-the-bar server tables per user. The total amount of storage allocated for non-swappable server areas equals SERVNSSZ rounded to 4 K and multiplied by NUSERS.

When sizing SERVNSSZ, it should accomodate the largest non-swappable table sizes that might be needed.

For more information about server tables above the bar, see the Rocket Model 204 System Manager's Guide.