Start of change
IXCH0929I
Coupling facility structure use of augmented space is summarized by the following report:

text

Explanation

Where text is:
STRUCTURE   FIXED             IN-USE
NAME        AUGMENTED         AUGMENTED         IN-USE SCM
---------   ---------         ---------         ----------
strname     fixaug            iuaug             iuscm

The report lists structures allocated with the capability to use storage-class memory (SCM), their use of augmented space, and their use of SCM. The report is generated as part of CHECK(IBMXCF,XCF_CF_STR_SCM_AUGMENTED).

When the check is run in verbose mode, all structures allocated with the capability to use SCM will be included in the report.

In the report:
strname
The structure name and status. If no status follows the structure name, then only one instance of the structure is allocated. The status can be one of the following:
OLD
A structure rebuild process is in progress and two instances of the structure are allocated. This is the old instance of the structure. The structure rebuild process type is either rebuild or duplexing rebuild.
NEW
A structure rebuild process is in progress and two instances of the structure are allocated. This is the new instance of the structure. The structure rebuild process type is either rebuild or duplexing rebuild.
fixaug
The amount of fixed augmented space.
iuaug
The amount of in-use augmented space.
iuscm
One of the following:
Yes
Indicates that an in-use in SCM structure object count is non-zero.
No
Indicates that the in-use in SCM structure object counts are zero.

System action

The system continues processing.

Operator response

N/A

System programmer response

N/A

Problem determination

N/A

Source

Cross System Coupling Facility (SCXCF)

Module

IXCHCSTR

Routing code

N/A

Descriptor code

N/A

End of change