Previous Topic: SMF Record Type Considerations

Next Topic: System Logger

CA Tape Encryption Subtype Data Structures

Subtype data structures are unique data structures that CA Tape Encryption can place in the SMF record. Only subtype 32 (the encryption/ decryption detail record) is supported. Use the StatsSMFRecordSubtype parameter in the <StartupOptions> section of the CA Tape Encryption initialization parameters to specify the subtype value.

Note: For information about the layout of the encryption/decryption detail record (subtype 32), see the macro TBESMF in the CTAPMAC installation library.

Example 1: StatsSMFRecordSubtype

This example specifies that subtype record types 1, 2, 10, 11, 12, and 13 are written to the SMF records.

StatsSMFRecordSubtype=(1,2,10-13)

Example 2: StatsSMFRecordSubtype

This example specifies that subtype record type 32 is written to the SMF records.

StatsSMFRecordSubtype=(32)