|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICICSplex
generated from CICS resourcetable CICSPLEX
Nested Class Summary | |
---|---|
static class |
ICICSplex.AccessTypeValue
Enumeration type for field ACCESSTYPE |
static class |
ICICSplex.CMASStatusValue
Enumeration type for field STATUS |
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
ICICSplex.AccessTypeValue |
getAccessType()
Getter for field ACCESSTYPE |
java.lang.Long |
getBotrsupd()
Getter for field BOTRSUPD |
java.lang.String |
getCMASName()
Getter for field CMASNAME |
ICICSplex.CMASStatusValue |
getCMASStatus()
Getter for field STATUS |
java.lang.String |
getCMASSystemID()
Getter for field SYSID |
ICICSEnums.YesNoValue |
getMPStatus()
Getter for field MPSTATUS |
java.lang.String |
getName()
Getter for field PLEXNAME |
java.lang.Long |
getReadrs()
Getter for field READRS |
java.lang.String |
getRspoolid()
Getter for field RSPOOLID |
java.lang.Long |
getToprsupd()
Getter for field TOPRSUPD |
java.lang.String |
getTransitCMAS()
Getter for field TRANSITCMAS |
java.lang.Long |
getTransitCMASCount()
Getter for field TRANSITCNT |
java.lang.Long |
getUpdaters()
Getter for field UPDATERS |
Methods inherited from interface com.ibm.cics.model.ICICSObject |
---|
getCICSType, getObjectType |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String getName()
CICSplex
The name of the CICSplex.
getName
in interface ICICSObject
java.lang.String getCMASName()
CMAS
The name of a CMAS associated with the CICSplex.
java.lang.String getTransitCMAS()
First transit CMAS
For CMASs with an access type of INDIRECT, the name of the transit CMAS through which the local CMAS communicates.
ICICSplex.CMASStatusValue getCMASStatus()
CMAS status
The current status of a CMAS as known to the local CMAS. The status will be one of the following:
ICICSplex.AccessTypeValue getAccessType()
Type of access from this CMAS to local CMAS
The type of access that this CMAS has to the local CMAS, as one of the following:
ICICSEnums.YesNoValue getMPStatus()
CMAS maintenance point status
Indicates whether this CMAS is the maintenance point for the specified CICSplex.
java.lang.Long getTransitCMASCount()
For indirect access CMAS, number of transit CMASs
For CMASs with an access type of INDIRECT, the number of transit CMASs through which communications must pass before reaching the target CMAS.
java.lang.String getCMASSystemID()
CMAS system ID
The 4-character system ID of the CICS system.
java.lang.Long getReadrs()
RS server read interval
Within a workload running in optimized mode, this value specifies the minimum interval between refreshes of a target region status from a CICS CFDT server. These refresh requests will be issued by a routing region that is evaluating a target region for a dynamic routing request.
The value range is from 0 to 2000, and represents units of milliseconds:
A low interval value means that the CFDT server will be polled more often for a status update, than for a higher value. For workloads in QUEUE mode, this will result in a task load more evenly balanced across the CICS regions in the workload target scope (assuming all other health and link factors are equal) . However, the utilization of the RS server will be correspondingly increased, which may consequently result in a higher utilization of your coupling facility.
A value of 1000 represents a one second interval. The default value is 200 milliseconds
The value specified here at the CICSplex level may be overridden at the CICS definition level to allow fine tuning of the value on an individual CICS region basis.
java.lang.Long getUpdaters()
RS server update frequency
Within a workload running in optimized mode, this value indicates the frequency with which the CICS CFDT (RS) server will be called to modify the value of the task load within a target CICS region. This value will be the default frequency value for all CICS regions within the current CICSplex definition.
The value range is from 0 to 25:
For example, with a MAXTASKS setting of 120, and with this attribute set to 20, the RS server will be called to update the WLM load count when the regions task count changes between:
The RS server would be updated when a regions task load increments or decrements across these boundaries.
If the value reported is at the lower end of the 1-25 scale, then that will cause an increase in the frequency of updates to the RS server across its task load range. For workloads in QUEUE mode, this will result in a task load more evenly balanced across the CICS regions in the workload target scope (assuming all other health and link factors are equal) . However, the utilization of the RS server will be correspondingly increased, which may consequently result in a higher utilization of your coupling facility.
The value shown here at the CICSplex level may be overridden at the CICS definition level to allow fine tuning of the value on an individual CICS region basis.
java.lang.Long getToprsupd()
RS server top tier
For sysplex optimized workloads, this value is converted from a task load percentage to an actual task count. That count will be subtracted from the MAXTASKS value for the region to determine top tier task load range.
The value range is from 1 to 25. The value is applied as an arithmetic percentage to a region's MAXTASKS setting. The resultant task count value is subtracted from the region's MAXTASKS setting to establish a task load top tier. If the task load in a region runs up to its MAXTASKS limit, then the task load must drop back below this value before the MAXTASKS state for the region is switched off and broadcast to the coupling facility.
The default value is 5%. You should only change this value after giving consideration to the impact that the change may have on your workload and coupling facility throughput.
The value shown here at the CICSplex level may be overridden at the CICS definition level to allow fine tuning of the value on an individual CICS region basis.
java.lang.Long getBotrsupd()
RS server bottom tier
For sysplex optimized workloads, this value is converted from a task load percentage to an actual task count. That count will be used to define the bottom tier task load range (from zero up to this value).
The value range is from 1 to 25. When a region's task load falls within this range, then the task load will be broadcast to the coupling facility for every change in the task load. Once the load reaches this value, then the RS server update frequency task rules will be activated.
The default value is 1%. You should only change this value after giving consideration to the impact that the change may have on your workload and coupling facility throughput.
The value shown here at the CICSplex level may be overridden at the CICS definition level to allow fine tuning of the value on an individual CICS region basis.
java.lang.String getRspoolid()
RS server pool name
For sysplex optimized workloads, region status data is maintained within a coupling facility data table. That table will be contained within a CFDT pool identified by this attribute. For an optimized workload to activate, there must be an active Region Status server which manages data for the pool name specified here.
If your CICSplex identifiers are not unique within your sysplex, you must ensure that the RS server pool names are unique. If your Sysplex comprises unique CICSplex identifiers, then they may all specify the same RS server pool name.
The default name is DFHRSTAT. You may choose to employ an existing CFDT pool for containing your CICSplex data tables. If you do, be aware that the throughput of your optimized workloads may be impeded by any user application activity to the specified pool name. Likewise, any application throughput to the pool may be impacted by sysplex optimized workloads. It is recommended that a discrete RS server and poolname is defined for the optimized workload function.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |