Turning off Fault Analyzer using the IFAPRDxx parmlib member

If it might be necessary to disable Fault Analyzer from running in a particular z/OS® image, this disablement can be achieved by adding an entry to your IFAPRDxx parmlib member.

If you purchased Fault Analyzer as part of product code 5755-A01 IBM Application Delivery Foundation for z/OS, modify the entry for product code 5755-A01 as follows:

PRODUCT OWNER('IBM CORP')
        NAME('IBM APP DLIV FND')
        ID(5755-A01)
        VERSION(*) RELEASE(*) MOD(*)
        FEATURENAME('FAULT-ANALYZER')
        STATE(DISABLED)
If you purchased Fault Analyzer as part of product code 5655-PDS, IBM Problem Determination Solution Pack for z/OS, modify the entry for product code 5655-PDS as follows:

PRODUCT OWNER('IBM CORP')
        NAME('IBM PD SOLTN PAC')
        ID(5655-PDS)
        VERSION(*) RELEASE(*) MOD(*)
        FEATURENAME('PROB-DET-SOL-PAC')
        STATE(DISABLED)
If you purchased Fault Analyzer as part of product code 5655-DMS, IBM® Problem Determination Modernization Solution Pack for z/OS®, modify the entry for product code 5655-DMS as follows:

        PRODUCT OWNER('IBM CORP')
        NAME('IBM PD MD SO PAC')
        ID(5655-DMS)
        VERSION(*) RELEASE(*) MOD(*)
        FEATURENAME('PR-DE-MD-SOL-PAC')
        STATE(DISABLED)
If you purchased Fault Analyzer as part of product code 5697-CDT, IBM® Enterprise COBOL Suite for z/OS® V1.1, modify the entry for product code 5697-CDT as follows:

PRODUCT OWNER('IBM CORP')
        NAME('IBM COBOL SUITE')
        ID(5697-CDT)
        VERSION(*) RELEASE(*) MOD(*)
        FEATURENAME('FAULT ANALYZER')
        STATE(DISABLED)
If you purchased Fault Analyzer as product code 5755-A02, modify the entry for product code 5755-A02 as follows:

PRODUCT OWNER('IBM CORP')
        NAME('FAULT ANALYZER')
        ID(5755-A02)
        VERSION(*) RELEASE(*) MOD(*)
        FEATURENAME('FAULT ANALYZER')
        STATE(DISABLED)

All parameters except VERSION, RELEASE, and MOD must be specified exactly as shown. Any syntactically valid values can be specified for VERSION, RELEASE, and MOD.

Refer to MVS Initialization and Tuning Reference for general information about the IFAPRDxx parmlib member.

If at a later stage Fault Analyzer needs to be re-enabled, either remove the above entry or change the STATE to ENABLED.