Subtype 2 - Configuration

In the Subtype 2, configuration of the CIM Server is monitored. As enabling the audit logging at the CIM server, the current configuration is recorded this SMF record. Each configuration property is written into an extra record. After that, all changes to the configuration are monitored. The triplet SMF86CONFO, SMF86CONFL and SMF86CONFN of the header identify this section.

Offsets Name Length Format Description
00 00 UserID 8 EBCDIC The user ID updating the configuration property. The user ID is empty, if configuration is listed.
08 08 PropChange 2 binary Mode of the property change:
PropChange
Comment
0
List Configuration
1
Current Configuration
2
Planed Configuration
10 0A   2   Reserved.
12 0C NameOf 4 binary Offset to property name from section start.
16 10 NameLen 2 binary Length of property name including the trailing null character X'00'.
18 12 NameNo 2 binary Number of property names. (=1)
20 14 ValueOf 4 binary Offset to property value from section start.
24 18 ValueLen 2 binary Length of property value including trailing null character X'00'.
26 1A ValueNo 2 binary Number of property values. (=1)
28 1C NewValueOf 4 binary Offset to new property value from section start. This value is set to 0, if configuration is listed.
32 20 NewValueLen 2 binary Length of new property value including trailing null character X'00'. This value is set to 0, if configuration is listed.
34 22 NewValueNo 2 binary Number of new property values. This value is set to 0, if configuration is listed.
To determine the value of NVAL, use the value of NameOf.
NVAL Name Var EBCDIC The property name including a trailing null character X'00'.
To determine the value of PVAL, use the value of ValueOf.
PVAL Value Var EBCDIC The property value including a trailing null character X'00'.
To determine the value of PNVAL, use the value of NewValueOf.
PNVAL NewValue Var EBCDIC The new property value including a trailing null character X'00'. This value is not set, if configuration is listed.