NMPSUBZ parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
m (more conversion cleanup)
Line 13: Line 13:
<dd><var class="product">Model 204 V7.4</var>
<dd><var class="product">Model 204 V7.4</var>
</dl>
</dl>
==Description==
==Description==
<p><var class="product">Model&nbsp;204</var> can run a portion of workload on IBM System z Integrated Information Processor (zIIP) engines. The only unit of work that z/OS schedules to run on a zIIP is the enclave Service Request Block (SRB). An enclave is a collection of resources, such as address spaces, TCBs, and SRBs, that are controlled by Workload Manager (WLM) as an entity. Therefore, an enclave SRB is a part of an enclave. </p>
<p>
<p><var class="product">Model&nbsp;204</var> creates an enclave SRB with the same dispatching priorities as the Main Task. <var class="product">Model&nbsp;204</var> uses an enclave SRB, in this case zIIP, in the same way as an MP subtask. The term zIIP subtask is the equivalent of enclave SRB. </p>
<var class="product">Model&nbsp;204</var> can run a portion of workload on IBM System z Integrated Information Processor (zIIP) engines. The only unit of work that z/OS schedules to run on a zIIP is the enclave Service Request Block (SRB). An enclave is a collection of resources, such as address spaces, TCBs, and SRBs, that are controlled by Workload Manager (WLM) as an entity. Therefore, an enclave SRB is a part of an enclave. </p>
<p>NMPSUBZ specifies the number of zIIP subtasks attached during initialization (enclave SRBs). </p>
<p>
<p>The NMPSUBZ parameter initiates a zIIP infrastructure. If NMPSUBZ is not zero, then a zIIP related infrastructure is created.</p>
<var class="product">Model&nbsp;204</var> creates an enclave SRB with the same dispatching priorities as the Main Task. <var class="product">Model&nbsp;204</var> uses an enclave SRB, in this case zIIP, in the same way as an MP subtask. The term zIIP subtask is the equivalent of enclave SRB. </p>
<p>As many as NMPSUBZ defined special subtasks named zIIP task are attached. The zIIP tasks are real tasks as opposed to zIIP subtasks that are enclave SRBs. The zIIP tasks are used only for exception handling and enclave SRB creation and deletion. Each active zIIP task creates an enclave SRB at initialization.</p>
<p>
<p class="note"><b>Note:</b> MP subtasks and zIIP subtasks may be used together.  Therefore, AMPSUBS, NMPSUBS, AMPSUBZ and NMPSUBZ may all be greater than zero.</p>
<var>NMPSUBZ</var> specifies the number of zIIP subtasks attached during initialization (enclave SRBs). </p>
<p>For more information on zIIP processing, refer to the Rocket <var class="product">Model&nbsp;204</var> System Manager's Guide.</p>
<p>
The <var>NMPSUBZ</var> parameter initiates a zIIP infrastructure. If <var>NMPSUBZ</var> is not zero, a zIIP-related infrastructure is created.</p>
<p>
As many as <var>NMPSUBZ</var> defined special subtasks (named <b>zIIP tasks</b>) are attached. The zIIP tasks are real tasks as opposed to <i>zIIP subtasks</i>, which are enclave SRBs. The zIIP tasks are used only for exception handling and enclave SRB creation and deletion. Each active zIIP task creates an enclave SRB at initialization.</p>
<p class="note"><b>Note:</b> MP subtasks and zIIP subtasks may be used together.  Therefore, <var>[[AMPSUBS parameter|AMPSUBS]]</var>, <var>[[NMPSUBS parameter|NMPSUBS]]</var>, <var>[[AMPSUBZ parameter|AMPSUBZ]]</var>, and <var>NMPSUBZ</var> may all be greater than zero.</p>
<p>
For more information about zIIP processing, refer to [[Performance monitoring and tuning#Offloading Model 204 work to zIIP processors|Offloading Model 204 work to zIIP processors]].</p>
 
[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 21:48, 18 February 2015

Number of zIIP eligible subtasks

Summary

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

Description

Model 204 can run a portion of workload on IBM System z Integrated Information Processor (zIIP) engines. The only unit of work that z/OS schedules to run on a zIIP is the enclave Service Request Block (SRB). An enclave is a collection of resources, such as address spaces, TCBs, and SRBs, that are controlled by Workload Manager (WLM) as an entity. Therefore, an enclave SRB is a part of an enclave.

Model 204 creates an enclave SRB with the same dispatching priorities as the Main Task. Model 204 uses an enclave SRB, in this case zIIP, in the same way as an MP subtask. The term zIIP subtask is the equivalent of enclave SRB.

NMPSUBZ specifies the number of zIIP subtasks attached during initialization (enclave SRBs).

The NMPSUBZ parameter initiates a zIIP infrastructure. If NMPSUBZ is not zero, a zIIP-related infrastructure is created.

As many as NMPSUBZ defined special subtasks (named zIIP tasks) are attached. The zIIP tasks are real tasks as opposed to zIIP subtasks, which are enclave SRBs. The zIIP tasks are used only for exception handling and enclave SRB creation and deletion. Each active zIIP task creates an enclave SRB at initialization.

Note: MP subtasks and zIIP subtasks may be used together. Therefore, AMPSUBS, NMPSUBS, AMPSUBZ, and NMPSUBZ may all be greater than zero.

For more information about zIIP processing, refer to Offloading Model 204 work to zIIP processors.