z/OS Cryptographic Services ICSF Messages
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


CSFMnnnn Messages (ICSF Address Space)

z/OS Cryptographic Services ICSF Messages
SA22-7523-16

CSFMnnnn Messages (ICSF Address Space) describes messages that the Integrated Cryptographic Service Facility mainline task issues. Most of these messages are issued to the operator console or the security console (routing codes 1 and 9). Some are sent to the ICSF job log.

CSFM001I
ICSF INITIALIZATION COMPLETE
Explanation:

This is the normal message that is expected in response to a START CSF operator command. However, if ICSF services are not supported because the master key has not been validated yet, message CSFM400I may follow.

System action:

Processing continues.

Operator response:

None.

System programmer response:

If ICSF services are not available, check to see if the master key has been validated.

CSFM002E
ICSF STOP REQUEST OVERRIDDEN BY INSTALLATION EXIT exit-name.
Explanation:

If installation exit CSFEXIT4 denies or overrides the STOP request, ICSF issues this message in response to an operator requested STOP (P CSF) command. The exit returned a return code of 4. For more information about CSFEXIT4, see the z/OS Cryptographic Services ICSF System Programmer’s Guide.

The exit-name is the name of the routine.

System action:

Processing continues.

Operator response:

If appropriate, contact your system programmer.

System programmer response:

Determine if the CSFEXIT4 installation exit is working properly.

CSFM003A
ICSF TERMINATING. MUST BE RUN AS A STARTED TASK.
Explanation:

ICSF must be started with a START CSF operator command. If ICSF is not a started task (for example, a batch job), this message is issued.

System action:

ICSF ends.

Operator response:

If appropriate, issue the START CSF command.

System programmer response:

Determine why ICSF was not started as a started task.

CSFM004A
ICSF TERMINATING. ICSF ALREADY ACTIVE.
Explanation:

This message is issued if you try to start ICSF and one of these is true:

  • You specified COMPAT(YES) mode, and PCF or CUSP is currently active.
  • ICSF is currently active.
System action:

If PCF or CUSP is active, ICSF ends. If ICSF is already active, the new call to ICSF ends, and ICSF remains active.

Operator response:

If appropriate, contact your system programmer.

System programmer response:

If PCF or CUSP is already active, you can start ICSF with either COMPAT(NO) or COMPAT(COEXIST) mode.

CSFM005A
ICSF TERMINATING. PREREQUISITE SOFTWARE IS NOT INSTALLED.
Explanation:

This message is no longer issued.

System action:

None.

Operator response:

None.

System programmer response:

None.

CSFM006A
ICSF TERMINATING DUE TO INSTALLATION EXIT exit-name.
Explanation:

ICSF issues this message when an installation exit issues a request to stop ICSF. The exit-name indicates the name of the exit. CSFEXIT1, CSFEXIT2, CSFEXIT3, and CSFEXIT5 are the possible exits that can issue a request to stop ICSF. For more information about these exits, see the z/OS Cryptographic Services ICSF System Programmer’s Guide.

System action:

ICSF ends.

Operator response:

If necessary, contact your system programmer.

System programmer response:

None.

CSFM008I
AN ABEND OCCURRED IN THE ICSF MAINLINE. PSW = psw, abend code = abend-code, reason = rsncode.
Explanation:

This message is no longer issued.

System action:

None.

System programmer response:

None.

CSFM009I
NO ACCESS CONTROL AVAILABLE FOR ICSF SERVICES OR KEYS
Explanation:

ICSF issues this message if it is unable to perform RACROUTE REQUEST=LIST for the classes CSFSERV and/or CSFKEYS during initialization.

System action:

Processing continues.

Operator response:

Inform system programmer.

Programmer response:

If the installation is using security exits instead of RACF for ICSF security, ensure that the ICSF OPTIONS data set contains EXIT statements that name those exits.

System programmer response:

If the installation is using RACF for ICSF security, ensure that the correct level of RACF is installed. Also check RACF to see that ICSF is setup (that the CSFSERV and CSFKEYS classes have been defined for ICSF).

CSFM010E
ICSF TERMINATING. PROCESSOR IS UNSUPPORTED.
Explanation:

This message is no longer issued.

System action:

None.

Operator response:

None.

System programmer response:

None.

CSFM011I
FASTAUTH IS NOT SUPPORTED BY THE INSTALLED SECURITY PRODUCT.
Explanation:

ICSF issues this message to notify users when it will not be issuing RACROUTE REQUEST=FASTAUTH requests due to the installed security product not supporting those requests.

System action:

ICSF will continue processing. No checking will be performed before accessing ICSF services or the CKDS and PKDS.

Operator response:

Notify your security administrator.

System programmer response:

Contact your installed security product provider to see if an upgrade is available which supports RACROUTE REQUEST=FASTAUTH.

CSFM012I
NO ACCESS CONTROL AVAILABLE FOR CRYPTOZ RESOURCES. ICSF PKCS11 SERVICES DISABLED.
Explanation:

ICSF issues this message if it is unable to perform RACROUTE REQUEST=LIST for the class CRYPTOZ during initialization. It is issued only if CRYPTOZ processing is required based on the ICSF options specified:

  • TKDSN(tkds-data-set-name) or
  • FIPSMODE(COMPAT,FAIL(fail-option))
System action:

Processing continues. However, ICSF PKCS11 service functions that require CRYPTOZ processing are disabled.

  • Persistent (TKDS) PKCS11 objects are not available
  • FIPS compatibility mode reverts to FIPS standard mode.
Operator response:

Inform your system programmer.

Programmer response:

If the installation is using security exits instead of RACF for ICSF security, ensure that the ICSF OPTIONS data set contains EXIT statements that name those exits.

System programmer response:

If the installation is using RACF for ICSF security, ensure that the correct level of RACF is installed. Check RACF to ensure that the CRYPTOZ class has been activated and RACLISTed.

CSFM013I
ICSF CANNOT START. THERE NEEDS TO BE A PPT ENTRY FOR CSFINIT.
Explanation:

ICSF requires a PPT entry for CSFINIT in order to start.

System action:

ICSF initialization terminates.

System programmer response:

Ensure that the proper PPT registration for CSFINIT is installed, and that the library containing the CSFINIT CSECT is APF authorized.

CSFM014I
FIPS 140 KNOWN ANSWER TEST FOR PKCS11 SERVICES FAILED.
Explanation:

The ICSF installation option FIPSMODE(YES,FAIL(NO)) or FIPSMODE(COMPAT,FAIL(NO)) has been specified, indicating that the z/OS PKCS #11 services must operate in compliance with FIPS 140-2. As a part of this compliance, the ICSF z/OS PKCS #11 software services must perform a series of known answer cryptographic algorithm tests. This message indicates that at least one of the tests did not complete successfully.

System action:

ICSF initialization continues, but FIPSMODE mode is disabled.

System programmer response:

Contact the IBM Support Center.

CSFM015I
FIPS 140 SELF CHECKS FOR PKCS11 SERVICES SUCCESSFUL.
Explanation:

The ICSF installation option FIPSMODE(YES,FAIL(fail-option)) or FIPSMODE(COMPAT,FAIL(fail-option)) has been specified, indicating that the z/OS PKCS #11 services must operate in compliance with FIPS 140-2. As a part of this compliance, the ICSF z/OS PKCS #11 software services must perform a series of self tests. This message indicates that all the tests have completed successfully.

System action:

ICSF initialization continues.

System programmer response:

This is an information message only. No response is required.

CSFM016I
FIPS 140 NOT SUPPORTED.
Explanation:

The ICSF installation option FIPSMODE(YES,FAIL(NO)) FIPSMODE(COMPAT,FAIL(NO)) has been specified, indicating that the z/OS PKCS #11 services must operate in compliance with FIPS 140-2. However, either the current IBM system z model type or the version/release of z/OS that is running on it does not support FIPS. The supported model types are: z890/z990 and newer. The supported z/OS versions/releases are V1R10 and higher.

System action:

ICSF initialization continues, but FIPSMODE mode is disabled.

System programmer response:

None

CSFM020I
AN ABEND OCCURRED IN CSFMLFDT. PSW psw COMPLETION CODE abend-code, REASON = rsncode.
Explanation:

This message is no longer issued.

System action:

None.

System programmer response:

None.

CSFM021I
CSFMLFDT WAS UNABLE TO ESTABLISH RECOVERY. RETURN CODE return-code FROM THE ESTAE MACRO.
Explanation:

This message is no longer issued.

System action:

None

System programmer response:

None.

CSFM022E
ICSF TERMINATING. THE USE OF CSFINIT REQUIRED IN THE STARTED TASK PROCEDURE.
Explanation:

An attempt was made to start ICSF using PGM=CSFMMAIN in the started procedure. As of HCR7770, the use of PGM=CSFINIT is required for ICSF to start.

System action:

ICSF initialization terminates.

System programmer response:

Change the started procedure to use PGM=CSFINIT

CSFM050I
ENHANCED SYMMETRIC KEY WRAPPING IS NOT SUPPORTED.
Explanation:

The options data set keyword DEFAULTWRAP was specified with ENHANCED wrapping for symmetric keys. There are no coprocessors online that support the enhanced wrapping. All symmetric keys will be wrapped with the original wrapping until a coprocessor that supports enhanced wrapping comes online.

System action:

Processing continues.

System programmer response:

Check that the correct coprocessors are available on this system.

CSFM051E
UNABLE TO SET DEFAULT WRAPPING CONFIGURATION ON COPROCESSOR cii
Explanation:

ICSF attempted to set the default wrapping configuration on a cryptographic coprocessor, but was unable to do so due to an error in the coprocessor code. To ensure symmetric keys are properly wrapped, this coprocessor will not be available for active work. The substitution variables are:

  • c - the short name for the coprocessor type. For example, G (representing a CEX3C).
  • ii - the index or position where the cryptographic feature is installed.
System action:

Processing continues.

Operator response:

Consider restarting ICSF. If the problem persists, contact the system programmer.

System programmer response:

When there is a coprocessor with persistent error setting the default wrapping configuration, contact IBM.

CSFM100E
CRYPTOGRAPHIC KEY DATA SET, dsname IS NOT INITIALIZED.
Explanation:

ICSF detected a master key authentication pattern that was not valid on the cryptographic key data set (CKDS). Either the CKDS was not initialized or the CKDS is not valid for this system.

It is normal to see this message the first time ICSF starts, as the CKDS has yet to be initialized.

System action:

If the CKDS was not initialized, processing continues but cryptographic services are not enabled.

Operator response:

Contact your system programmer.

System programmer response:

If the CKDS was not initialized, initialize the CKDS through the ICSF panels. You may need to load the master key into the new master key register.

If the CKDS is unusable for the system, update the installation options data set with the correct CKDS and restart ICSF.

CSFM101E
PKA KEY DATA SET, dsname IS NOT INITIALIZED.
Explanation:

ICSF detected a master key hash pattern that was not valid on the PKA data set (PKDS). Either the PKDS was not initialized or the PKDS may not be valid for this system. It is normal to see this message the first time ICSF starts.

System action:

The system continues processing but the PKA callable services are not enabled.

Operator response:

None

System programmer response:

The system administrator should enter the correct PKA master key and initialize the PKDS.

CSFM105E
CRYPTOGRAPHY - DOMAIN ‘domain’ IS NOT ACCESSIBLE.
Explanation:

The value of the DOMAIN parameter in the installation options file has specified a cryptographic domain that this operating system cannot access. Either the number was incorrect, or the PR/SM definition tables do not allow access.

For more information about the number of domains that your processor supports, see either the S/390 PR/SM Planning Guide or the IBM ES/9000 and ES/3090 Processor Complex PR/SM Planning Guide.

System action:

ICSF ends.

Operator response:

Contact your system programmer.

System programmer response:

Ensure that the specified DOMAIN is valid for your processor. If you are running in logically partitioned (LPAR) mode, ensure that the DOMAIN has been assigned to your LPAR mode. If neither of these conditions resolve the problem, contact the IBM Support Center.

CSFM106A
CRYPTOGRAPHY - PKA MASTER KEYS ARE NOT VALID.
Explanation:

One or both of the PKA master keys are not valid. This occurs if a PKA master key is not installed in all cryptographic units, or if the PKA master keys on all the cryptographic units are not the same. It is normal to see this message the first time ICSF starts.

System action:

Processing continues, but PKA callable services are not enabled.

Operator response:

Notify your security administrator to install the PKA master keys.

System programmer response:

None.

CSFM107E
CRYPTOGRAPHY - CRYPTO UNITS CONFIGURED DIFFERENTLY.
Explanation:

The Cryptographic Configuration Control (CCC) installed on the cryptographic units is not the same. The Processor Controller installs the CCC from the Cryptographic Configuration diskette.

System action:

ICSF abends.

Operator response:

Notify your system programmer.

System programmer response:

Verify that the correct Cryptographic Configuration diskettes were used to initialize the cryptographic units and that the Processor Controller initialization completed successfully. If the diskettes are incorrect, contact IBM.

CSFM108I
CRYPTOGRAPHIC FEATURE IS BUSY. coprocessor-name cii, SERIAL NUMBER nnnnnnn.
Explanation:

A cryptographic feature is busy performing maintenance functions. This state may occur when the cryptographic feature is first brought online and is going through power-on reset. The cryptographic feature may also be in this state when new licensed internal code is being loaded or when the unit is going through recovery processing. When the type of coprocessor could not be determined, a coprocessor-name of UNKNOWN is used. The substitution variables are:

  • coprocessor-name - the cryptographic feature name and how it is configured. Possible values are:
    • CRYPTO EXPRESS2 COPROCESSOR
    • CRYPTO EXPRESS2 ACCELERATOR
    • CRYPTO EXPRESS3 COPROCESSOR
    • CRYPTO EXPRESS3 ACCELERATOR
    • UNKNOWN
  • c - the short name for the coprocessor type. Possible values are:
    • E (representing a CEX2C)
    • F (representing a CEX2A)
    • G (representing a CEX3C)
    • H (representing a CEX3A)
    • U (representing an unknown coprocessor)
  • ii - the index or position where the cryptographic feature is installed.
  • nnnnnnn or N/A - the serial number for the cryptographic feature, or N/A when the feature is configured as an accelerator or is unknown.
System action:

The system will retry the cryptographic feature until it is no longer busy.

Operator response:

None

System programmer response:

None

CSFM109I
CRYPTOGRAPHIC FEATURE IS OFFLINE. coprocessor-name cii, SERIAL NUMBER nnnnnnn.
Explanation:

A cryptographic feature is offline and cannot be used for any operation. The substitution variables are:

  • coprocessor-name - the cryptographic feature name and how it is configured. Possible values are:
    • CRYPTO EXPRESS2 COPROCESSOR
    • CRYPTO EXPRESS2 ACCELERATOR
    • CRYPTO EXPRESS3 COPROCESSOR
    • CRYPTO EXPRESS3 ACCELERATOR
  • c - the short name for the coprocessor type. Possible values are:
    • E (representing a CEX2C)
    • F (representing a CEX2A)
    • G (representing a CEX3C)
    • H (representing a CEX3A)
  • ii - the index or position where the cryptographic feature is installed.
  • nnnnnnn or N/A - the serial number for the cryptographic feature, or N/A when the feature is configured as an accelerator.
System action:

The system will not use the cryptographic feature for cryptographic operations.

Operator response:

None

System programmer response:

Have the cryptographic feature brought online.

CSFM110I
CRYPTOGRAPHIC FEATURE FAILED. coprocessor-name cii, SERIAL NUMBER nnnnnnn.
Explanation:

The cryptographic feature failed. When the type of coprocessor could not be determined, a coprocessor-name of UNKNOWN is used. The substitution variables are:

  • coprocessor-name - the cryptographic feature name and how it is configured. Possible values are:
    • CRYPTO EXPRESS2 COPROCESSOR
    • CRYPTO EXPRESS2 ACCELERATOR
    • CRYPTO EXPRESS3 COPROCESSOR
    • CRYPTO EXPRESS3 ACCELERATOR
    • UNKNOWN
  • c - the short name for the coprocessor type. Possible values are:
    • E (representing a CEX2C)
    • F (representing a CEX2A)
    • G (representing a CEX3C)
    • H (representing a CEX3A)
    • U (representing an unknown coprocessor)
  • ii - the index or position where the cryptographic feature is installed.
  • nnnnnnn or N/A - the serial number for the cryptographic feature, or N/A when the feature is configured as an accelerator or is unknown.
System action:

The system will not use the cryptographic feature for cryptographic operations.

Operator response:

None

System programmer response:

Have the cryptographic feature removed or replaced by your IBM customer engineer.

CSFM111I
CRYPTOGRAPHIC FEATURE IS ACTIVE. coprocessor-name cii, SERIAL NUMBER nnnnnnn.
Explanation:

The cryptographic feature is online and operational. When the Cryptographic feature is a coprocessor, the ACTIVE message indicates that one or more master keys are active and ICSF services may be used. The substitution variables are:

  • coprocessor-name - the cryptographic feature name and how it is configured. Possible values are:
    • CRYPTO EXPRESS2 COPROCESSOR
    • CRYPTO EXPRESS2 ACCELERATOR
    • CRYPTO EXPRESS3 COPROCESSOR
    • CRYPTO EXPRESS3 ACCELERATOR
  • c - the short name for the coprocessor type. Possible values are:
    • E (representing a CEX2C)
    • F (representing a CEX2A)
    • G (representing a CEX3C)
    • H (representing a CEX3A)
  • ii - the index or position where the cryptographic feature is installed.
  • nnnnnnn or N/A - the serial number for the cryptographic feature, or N/A when the feature is configured as an accelerator.
System action:

The system will use the cryptographic feature for cryptographic operations.

Operator response:

None

System programmer response:

None

CSFM113E
CRYPTOGRAPHY - cryptographic_module_id MODULE NOT INITIALIZED.
Explanation:

The cryptographic module that the message identifies has not been initialized.

System action:

If neither cryptographic module has been initialized, then ICSF ends; no cryptographic function is possible. If either cryptographic module has been successfully initialized, ICSF continues initialization processing.

Operator response:

Notify your system programmer.

System programmer response:

The Service Processor needs to initialize the cryptographic module from a diskette. Use the cryptographic module identifier in the message to identify the correct diskette to use. Then restart ICSF.

CSFM114E
CRYPTOGRAPHY - ALL ASYNCHRONOUS COPROCESSORS NOT AVAILABLE.
Explanation:

The processing that is required to pass work to the asynchronous coprocessor is not available.

System action:

Processing continues, but services that are using the asynchronous coprocessor will not function.

Operator response:

Notify your system programmer.

System programmer response:

Check that the proper domain is specified in the Installation Options Data Set. The domain must agree with the PR/SM usage domain specification. If you cannot resolve the problem, contact the IBM Support Center.

CSFM115E
CRYPTOGRAPHY - cryptographic_module_id RANDOM NUMBER GENERATOR NOT INITIALIZED.
Explanation:

The random number generator of the cryptographic module that the message identifies has not been initialized.

System action:

This is most likely a hardware error. If the random number generator has not been initialized on either cryptographic module, ICSF ends; no cryptographic function is possible. If the random number generator on either cryptographic module has been successfully initialized, ICSF continues the initialization processing.

Operator response:

Notify your system programmer.

System programmer response:

Contact the IBM Support Center.

CSFM116I
BOTH MASTER KEYS CORRECT ON PCI CRYPTOGRAPHIC COPROCESSOR Ppp, SERIAL NUMBER nn-nnnn.
Explanation:

The PCI cryptographic coprocessor with serial number nn-nnnn is online and operational. It is installed at position pp.

System action:

The system will use the PCI cryptographic coprocessor for cryptographic operations.

CSFM117I
PCI CRYPTOGRAPHIC COPROCESSOR Ppp, SERIAL NUMBER nn-nnnn, OFFLINE.
Explanation:

The PCI cryptographic coprocessor with serial number nn-nnnn is offline and cannot be used for any operation. It is installed at position pp.

System action:

The system will not use the PCI cryptographic coprocessor for cryptographic operations.

System programmer response:

Have the PCI cryptographic coprocessor brought online.

CSFM118E
PCI CRYPTOGRAPHIC COPROCESSOR Ppp, SERIAL NUMBER nn-nnnn, FAILED.
Explanation:

The PCI cryptographic coprocessor with serial number nn-nnnn, installed at position pp, has failed and cannot be used for any operation.

System action:

The system will not use the PCI cryptographic coprocessor for cryptographic operations.

System programmer response:

Have the PCI cryptographic coprocessor removed or replaced by your IBM Customer Engineer.

CSFM119E
INCORRECT MASTER KEY (mk) ON PCI CRYPTOGRAPHIC COPROCESSOR Ppp, SERIAL NUMBER nnnnnnn.
Explanation:

The PCI cryptographic coprocessor with serial number nnnnnnn, installed at position pp, has an incorrect master key. Specifically, the master key verification pattern (MKVP) in the CKDS/PKDS does not match the MKVP of the master key. The variable mk will specify either SYM-MK or ASYM-MK or BOTH. This message may be issued at initialization or when a new PCI cryptographic coprocessor unit comes online.

System action:

The system will not use the PCI cryptographic coprocessor for cryptographic operations until the security administrator changes its master key.

System programmer response:

Have the system adminstrator enter the correct master key.

CSFM120E
PUBLIC KEY SECURE CABLE (PKSC) FACILITY IS NOT ENABLED.
Explanation:

There are several functions that must be enabled on the PR/SM definition. They are Enable cryptographic functions and Enable public key secure cable (PKSC) and integrated cryptographic service facility (ICSF). These boxes must be checked on the Crypto page of Customize/Delete Activation Profiles. These options are selected on the Support Element panels.

See PR/SM Planning Guide.

System action:

ICSF ends.

Operator response:

Contact your system programmer.

System programmer response:

Update the PR/SM panels and restart ICSF.

CSFM121E
CRYPTO MODULES HAVE NOT BEEN INITIALIZED.
Explanation:

The Cryptographic Configuration Control (CCC) has not been installed on the cryptographic units. The Processor Controller installs the CCC from the Crytographic Configuration diskettes.

System action:

ICSF terminates.

Operator response:

Notify your system programmer.

System programmer response:

Ensure the Processor Controller installation of the CCC is successful.

CSFM122I
PKA SERVICES WERE NOT ENABLED DURING ICSF INITIALIZATION.
Explanation:

This message is issued during ICSF initialization and indicates that the PKA callable services control was not enabled. There are multiple reasons why ICSF would not have enabled the PKA services control. Not having the signature/asymmetric/RSA Master Key set on the cryptographic coprocessor or having a signature/asymmetric/RSA Master Key on the cryptographic coprocessor which does not match the signature/asymmetric/RSA Master Key verification pattern in the PKDS header record are possibilities. Once the PKA callable services control is enabled, this message is no longer highlighted and the message is allowed to scroll.

Note:
This message will not be issued when your system has any CEX3C coprocessors (with the Sep. 2011 or later LIC) online. The availability of RSA callable services will depend on the status of the RSA master key. The PKA callable services control will not be active. CSFM130I is issued when the RSA master key is active and RSA callable services are available.
System action:

ICSF initialization continues.

Operator response:

None.

System programmer response:

Verify a valid signature/asymmetric/RSA Master Key is set on the cryptographic coprocessor. Verify the active PKDS is initialized and contains a matching signature/asymmetric/RSA Master Key verification/hash pattern. Manually enable the PKA callable services control from the ICSF Utilities panel.

CSFM123E
MASTER KEY mk ON coprocessor-name cii, SERIAL NUMBER nnnnnnn, IN ERROR.
Explanation:

The cryptographic coprocessor has an incorrect master key. Specifically, the master key verification pattern (MKVP) in the CKDS/PKDS does not match the MKVP of the master key. The substitution variables are:

  • mk - master key. It identifies the master key that is in error. May have the value AES, DES, RSA, or ECC.
  • coprocessor-name - the type of cryptographic coprocessor. May have the value:
    • CRYPTO EXPRESS2 COPROCESSOR
    • CRYPTO EXPRESS3 COPROCESSOR
  • c - the short name for the coprocessor type. May have the value:
    • E (representing a CEX2C)
    • G (representing a CEX3C)
  • ii - the index or position where the cryptographic coprocessor is installed.
  • nnnnnnn - the serial number for the cryptographic coprocessor.

This message is issued once for the first master key that is determined to be in error.

System action:

When a master key is incorrect, then the cryptographic coprocessor may not be used for operations with the master key until the system administrator has changed the master key.

Operator response:

None.

System programmer response:

Have the system administrator enter the correct master key.

CSFM124I
MASTER KEY mk ON coprocessor-name cii, SERIAL NUMBER nnnnnnn, NOT INITIALIZED.
Explanation:

The cryptographic coprocessor does not have the master key. The substitution variables are:

  • mk - master key. It identifies the master key that is in error. May have the value AES, DES, RSA, or ECC.
  • coprocessor-name - the type of cryptographic coprocessor. May have the value:
    • CRYPTO EXPRESS2 COPROCESSOR
    • CRYPTO EXPRESS3 COPROCESSOR
  • c - the short name for the coprocessor type. May have the value:
    • E (representing a CEX2C)
    • G (representing a CEX3C)
  • ii - the index or position where the cryptographic coprocessor is installed.
  • nnnnnnn - the serial number for the cryptographic coprocessor.

This message is issued once for the first master key that is determined not to be initialized.

System action:

When a master key is not set, then the cryptographic coprocessor may not be used for operations with the master key until the system administrator has provided the master key. This may be a normal situation for your installation.

Operator response:

None.

System programmer response:

Have the system administrator enter the correct master key if appropriate.

CSFM125I
CRYPTOGRAPHY - LIMITED CPU-BASED SERVICES ARE AVAILABLE.
Explanation:

This is an informational message. ICSF is up and remains started. Only SHA-1 and SHA-2 services are available. The DES CPACF feature code is not enabled.

System action:

Processing continues.

Operator response:

None.

System programmer response:

None.

CSFM126I
CRYPTOGRAPHY - FULL CPU-BASED SERVICES ARE AVAILABLE.
Explanation:

This is an informational message. ICSF is up and remains started. This message indicates that the DES CPACF feature code is enabled. This allows clear key services to run in the CPACF. This support is available on z890, z990, z9 BC, z9 EC, z10 EC, z10 BC, and z196.

System action:

Processing continues.

Operator response:

None.

System programmer response:

None.

CSFM127I
CRYPTOGRAPHY - AES SERVICES ARE AVAILABLE.
Explanation:

This is an informational message and will only be issued if the AES master key is active. ICSF is up and remains started. Secure AES key services are available if you are on a z9 BC, z9 EC, z10 EC, z10 BC, or z196.

System action:

Processing continues.

Operator response:

None.

System programmer response:

None.

CSFM128E
CRYPTOGRAPHIC KEY DATA SET, dsname, CANNOT BE USED ON THIS SYSTEM.
Explanation:

The cryptographic key data set (CKDS) cannot be used on this system. There are several reasons for this occurring.

  • Some of the keys required by this system are missing from the CKDS. This can occur when a CKDS is initialized on a system that requires fewer system keys. For a z900 system, the CKDS must be initialized on a z900.
  • The CKDS was initialized on a system without cryptographic coprocessors, but the current system has cryptographic coprocessors.
  • The CKDS is a variable-length record format CKDS and can not be used on z900 systems.
System action:

ICSF terminates.

Operator response:

Contact your system programmer.

System programmer response:

Update the ICSF installation options data set with the correct CKDS and restart ICSF.

CSFM129I
MASTER KEY mk ON coprocessor-name cii, SERIAL NUMBER nnnnnnn, IS CORRECT.
Explanation:

The cryptographic coprocessor has a correct master key. The substitution variables are:

  • mk - master key. It identifies the master key that is in error. May have the value AES, DES, RSA, or ECC.
  • coprocessor-name - the type of cryptographic coprocessor. May have the value:
    • CRYPTO EXPRESS2 COPROCESSOR
    • CRYPTO EXPRESS3 COPROCESSOR
  • c - the short name for the coprocessor type. May have the value:
    • E (representing a CEX2C)
    • G (representing a CEX3C)
  • ii - the index or position where the cryptographic coprocessor is installed.
  • nnnnnnn - the serial number for the cryptographic coprocessor.
System action:

The system will use the cryptographic coprocessor for the cryptographic operations that it supports.

Operator response:

None.

System programmer response:

None.

CSFM130I
CRYPTOGRAPHY - mk SERVICES ARE AVAILABLE.
Explanation:

This is an informational message and will only be issued if the mk master key is active. The variable mk can be RSA or ECC. ICSF is up and remains started.

System action:

Processing continues.

Operator response:

None.

System programmer response:

None.

CSFM131E
CRYPTOGRAPHY - mk SERVICES ARE NOT AVAILABLE.
Explanation:

The mk master key is no longer active. Callable services that require the master key to be active will fail. This may occur because

  • the master keys in an active coprocessor were cleared by the ICSF administrator.
  • one or more coprocessors were activated or deactivated on the ICSF Coprocessor Management panel.

The master key validation routine found the mk master key was not available on all of the active coprocessors.

The variable mk can be AES, DES, ECC or RSA.

System action:

Processing continues. The callable services that require the master key to be active will fail.

Operator response:

Contact the system programmer.

System programmer response:

Work with the ICSF administrator to determine the reason for the inactive master key. See the migration chapter in the z/OS Cryptographic Services ICSF System Programmer’s Guide. The mk master key should be loaded on all coprocessors.

CSFM200I
INSTALLATION SERVICE service-name NOT FOUND
Explanation:

This is an informational message only.

System action:

Processing continues.

System programmer response:

Determine if the name of the service that is indicated in service-name is valid. If it is wrong, correct it and restart ICSF.

CSFM201A
REQUIRED INSTALLATION SERVICE service-name NOT FOUND
Explanation:

You specified a service with option FAIL(ICSF) in the installation options data set, and ICSF could not find the service.

System action:

ICSF ends.

System programmer response:

Correct the name of the service and restart ICSF.

CSFM224I
PCI CRYPTOGRAPHIC COPROCESSOR Ppp, SERIAL NUMBER nn-nnnn, BUSY.
Explanation:

This state may occur when the PCI cryptographic coprocessor is first brought online and is going through power-on reset. The PCI cryptographic coprocessor may also be in this state when new licensed internal code is being loaded or when the unit is going through recovery processing.

System action:

The system will retry the PCI cryptographic coprocessor until it is no longer busy.

CSFM300I
CKDS KEY ‘key-name key-type’ AUTHENTICATION FAILED.
Explanation:

A message authentication code (MAC) verification for a CKDS key entry failed. If a system key (key with a label name of 64 bytes of X'00') fails authentication, the key-name field has the constant SYSTEM_KEY.

System action:

Processing continues.

System programmer response:

Investigate the key entry to determine why the MAC verification failed.

CSFM301A
FAILURE UPDATING CKT AFTER CKDS UPDATE, RC = return_code, RS = reason_code. MANUAL REFRESH OF CKDS REQUIRED, MEMBER member_name.
Explanation:

The active CKDS in use by sysplex member member_name has been successfully updated by a member of the sysplex. An attempt by sysplex member member_name to update the corresponding key token in its in-storage copy of the CKDS has failed with return code of return_code and reason code of reason_code. The in-storage CKDS is now out of sync with the DASD version of the CKDS. If the message specifies RC = none, RS= none the sysplex member that initiated the CKDS I/O update left the sysplex unexpectedly and the status of the CKDS DASD I/O operation is unknown. CSFM303E will also be issued to identify the label of the record for which the in-storage CKDS update failed.

System action:

ICSF processing will continue.

Operator response:

The operator should attempt to refresh the CKDS on sysplex member member_name using the ICSF TSO panels.

System programmer response:

None.

CSFM302A
TIMED OUT WAITING FOR RESOURCE SYSZCKDS.ckdsdsn. CKDS UPDATE FAILED.
Explanation:

The CKDS I/O subtask timed out waiting for an exclusive ENQ on the SYSZCKDS.ckdsdsn resource. At least one member of the ICSF sysplex group has not relinquished its ENQ on the resource.

System action:

ICSF processing will continue. The CKDS update operation will be failed with return code 12, reason code 3005 (X'BBD').

Operator response:

The operator should issue D GRS,RES=nnnnn from the message to determine which system(s) hold the resource. The operator should determine if action should be taken to cause the holding system to release its ENQ on the CKDS resource.

nnnnn
The CKDS resource name.
System programmer response:

None.

CSFM303E
CKT UPDATE FAILED, LABEL label.
Explanation:

The active CKDS has been successfully updated by a member of the ICSF sysplex group. An attempt by the local system to update the key token with label label in its in-storage copy of the CKDS has failed. The in-storage CKDS is now out of sync with the DASD version of the CKDS. Refer to message CSFM301A for further information about this error.

System action:

ICSF processing will continue.

Operator response:

The operator should attempt to refresh the CKDS on sysplex member member_name using the ICSF TSO panels.

System programmer response:

None.

CSFM304A
FAILURE UPDATING TKT AFTER TKDS UPDATE, RC = return_code, RS = reason_code. IN STORAGE TKDS NO LONGER CURRENT, MEMBER member_name.
Explanation:

The active TKDS in use by sysplex member member_name has been successfully updated by a member of the sysplex. An attempt by sysplex member member_name to update the TKDS record in its in-storage copy of the TKDS has failed with return code of return_code and reason code of reason_code. The in-storage TKDS is now out of sync with the DASD version of the TKDS. If the message specifies RC = none RS= none, the sysplex member that initiated the CKDS I/O update left the sysplex unexpectedly and the status of the TKDS DASD I/O operation is unknown. Message CSFM306E will also be issued to identify the handle of the record for which the in-storage TKDS update failed.

System action:

ICSF processing will continue.

Operator response:

In order to synchronize the in-storage copy of the TKDS on sysplex member member_name, ICSF must be stopped and restarted.

System programmer response:

None.

CSFM305A
TIMED OUT WAITING FOR RESOURCE SYSZTKDS.tkdsdsn. TKDS UPDATE FAILED.
Explanation:

The TKDS I/O subtask timed out waiting for an exclusive ENQ on the SYSZTKDS.tkdsdsn resource. At least one member of the ICSF sysplex group has not relinquished its ENQ on the resource.

System action:

ICSF processing will continue. The TKDS update operation will be failed with return code 12, reason code 3005 (X'BBD').

Operator response:

The operator should issue D GRS,RES=(*,nnnnn) (where nnnn is the TKDS resource name from the message) to determine which system or systems hold the resource. Then the operator should determine if action should be taken to cause the holding system to release its ENQ on the TKDS resource.

System programmer response:

None.

CSFM306E
TKT UPDATE FAILED, HANDLE handle.
Explanation:

The active TKDS has been successfully updated by a member of the ICSF sysplex group. An attempt by the local system to update the TKDS record with handle handle in its in-storage copy of the TKDS has failed. The in-storage TKDS is now out of sync with the DASD version of the TKDS. Refer to message CSFM304A for further information about this error.

System action:

ICSF processing will continue.

Operator response:

Refer to message CSFM304A.

System programmer response:

None.

CSFM307E
PKT UPDATE FAILED, LABEL label.
Explanation:

The active PKDS has been successfully updated by a member of the ICSF sysplex group. An attempt by the local system to update the key token with label label in its in-storage copy of the PKDS has failed. The in-storage PKDS is now out of sync with the DASD version of the PKDS. Refer to message CSFM314E for further information about this error.

System action:

ICSF processing will continue.

Operator response:

The operator should attempt to refresh the PKDS on sysplex member member_name using the ICSF TSO panels.

System programmer response:

None.

CSFM308I
MEMBER member_name REPORTED action FROM SYSPLEX GROUP group_name.
Explanation:

Sysplex group member member_name is no longer participating in sysplex group group_name. This is due to one of two possibilities:

  • The ICSF started task on member member_name has stopped, or
  • the system was reported or detected as gone from the sysplex.
System action:

ICSF sysplex processing will continue with the remaining members of the sysplex group.

Operator response:

The operator should verify that member_name leaving group_name was intentional.

System programmer response:

None.

CSFM314E
FAILURE UPDATING PKT AFTER PKDS UPDATE, RC = return_code, RS = reason_code. IN STORAGE PKDS NO LONGER CURRENT, MEMBER member_name.
Explanation:

The active PKDS in use by sysplex member member_name has been successfully updated by a member of the sysplex. An attempt by sysplex member member_name to update the PTKDS record in its in-storage copy of the PKDS has failed with return code of return_code and reason code of reason_code. The in-storage PKDS is now out of sync with the DASD version of the PKDS. If the message specifies RC = none RS= none, the sysplex member that initiated the PKDS I/O update left the sysplex unexpectedly and the status of the PKDS DASD I/O operation is unknown. Message CSFM602E will also be issued to identify the handle of the record for which the in-storage PKDS update failed.

System action:

ICSF processing will continue.

Operator response:

In order to synchronize the in-storage copy of the PKDS on sysplex member member_name ICSF must be stopped and restarted.

System programmer response:

None.

CSFM315I
TIMED OUT WAITING FOR RESOURCE SYSZPKDS.pkdsdsn. PKDS UPDATE FAILED.
Explanation:

The PKDS I/O subtask timed out waiting for an exclusive ENQ on the SYSZPKDS.pkdsdsn resource. At least one member of the ICSF sysplex group has not relinquished its ENQ on the resource.

System action:

ICSF processing will continue. The PKDS update operation will be failed with return code 12, reason code 3005 X'BBD').

Operator response:

The operator should issue D GRS,RES=(*,nnnnn) (where nnnn is the PKDS resource name from the message) to determine if a system or systems hold the resource. Then the operator should determine if action should be taken to cause the holding system to release its ENQ on the PKDS resource.

System programmer response:

None.

CSFM400I
CRYPTOGRAPHY - SERVICES ARE NOW AVAILABLE.
Explanation:

This is an informational message. ICSF is up and the DES master key is active. DES application services are available.

System action:

Processing continues.

Operator response:

None.

System programmer response:

None.

CSFM401I
CRYPTOGRAPHY - SERVICES ARE NO LONGER AVAILABLE.
Explanation:

Either ICSF is stopping, or access to a cryptographic unit is no longer possible. For example, the last unit is in a ‘DISABLED’ state.

System action:

ICSF ends.

Operator response:

Contact your system programmer.

System programmer response:

Investigate the sequence of error messages prior to this message to help you resolve the problem.

CSFM402I
DOMAIN INDEX IN THE OPTIONS DATASET WAS IGNORED.
Explanation:

ICSF detected a changed domain parameter in the options data set and COMPAT(YES) was specified, but there was no intervening IPL. The specified index in the domain installation option was ignored. The index was set to the value that was stored in the cryptographic communications vector table (CCVT) when ICSF was last started.

System action:

Processing continues.

Operator response:

Contact your system programmer.

System programmer response:

If the cryptographic domain index needs to be changed, re-IPL the system.

CSFM403I
CSFMIOST WAS UNABLE TO ESTABLISH RECOVERY. RETURN CODE return_code FROM THE ESTAE MACRO.
Explanation:

This message is no longer issued.

System action:

None.

User response:

None.

System programmer response:

None.

CSFM404A
PKA HASH PATTERN IN PKDS HEADER RECORD DOES NOT MATCH SYSTEM PKA HASH PATTERN.
Explanation:

The PKA Hash Pattern, which is part of the PKDS header record, does not match the PKA Hash Pattern currently in use by ICSF. This can occur if the PKA master keys are changed and ICSF is ended before writing any PKDS records. In this situation, the PKDS header record is not updated. When ICSF is restarted it detects a mismatch in the PKDS header record. This can also occur if the PKDS being used is not associated with the ICSF being started or the PKDS is back level or empty.

System action:

ICSF continues the initialization process, but marks the PKDS services as unavailable.

User response:

None.

System programmer response:

If the PKDS is usable, use the ICSF panels to invoke the User Control functions and enable PKDS Read Access and PKDS Write, Create, and Delete Access. If the PKDS is unusable, correct the condition (if possible), stop ICSF, and restart with appropriate or fixed PKDS.

CSFM405A
AUTHENTICATION CODE IN PKDS HEADER RECORD DOES NOT MATCH COMPUTED VALUE.
Explanation:

The authentication code is a hash value computed using all the data in the record. It is stored in the header record when it is written, and is used as an integrity check. Subsequently, when ICSF read the record and recomputed the authentication code, it did not match the one in the record. This may mean that the record has been altered since it was written to the PKDS.

If the PKDS is empty when you start ICSF, it is normal to see this message. This message will no longer appear at start up once you have written to the PKDS.

System action:

ICSF continues the initialization process, but marks the PKDS services as unavailable.

User response:

None.

System programmer response:

If the PKDS is usable, use the ICSF panels to invoke the User Control functions and chose the options to allow PKDS Read Access and PKDS Write, Create, and Delete Access. If the PKDS is unusable, correct the condition (if possible), stop ICSF, and restart with fixed PKDS.

CSFM406A
UNEXPECTED ERROR PROCESSING PKDS HEADER RECORD. FUNCTION = function, RETURN CODE = rc, REASON CODE = rs.
Explanation:

This message is no longer issued.

System action:

None.

User response:

None.

System programmer response:

None.

CSFM407A
PKDS dsname IS UNAVAILABLE.
Explanation:

This message is no longer issued.

System action:

None.

User response:

None.

System programmer response:

None.

CSFM409E
MULTIPLE DOMAINS AVAILABLE. SELECT ONE IN OPTIONS DATA SET.
Explanation:

Multiple domains are available for this LPAR or native system. Select the domain using the DOMAIN parameter in the options data set.

If this error is generated even though the DOMAIN parameter is specified, it indicates that the DOMAIN parameter specifies an invalid value. Valid values are 0-15 (in decimal).

System action:

ICSF ends.

Operator response:

Contact your system programmer.

System programmer response:

Add the DOMAIN parameter to the options data set (or verify that it is set to a valid value) and restart ICSF.

CSFM410E
ERROR IN OPTIONS DATA SET.
Explanation:

Some keywords or parameters are not valid in the options data set. Check the CFLIST data set for the specific error messages.

System action:

ICSF ends.

Operator response:

Contact your system programmer.

System programmer response:

Correct the error in the options data set and restart ICSF.

CSFM411I
PCI CRYPTOGRAPHIC ACCELERATOR Aaa IS ACTIVE
Explanation:

The PCI cryptographic accelerator is online and operational. It is installed at position aa.

System action:

The system will use the PCI cryptographic accelerator.

CSFM412I
PCI CRYPTOGRAPHIC ACCELERATOR Aaa IS OFFLINE
Explanation:

The PCI cryptographic accelerator is offline. It is installed at position aa.

System action:

The system will not use the PCI cryptographic accelerator.

System programmer response:

Have the PCI cryptographic accelerator brought online.

CSFM413E
PCI CRYPTOGRAPHIC ACCELERATOR Aaa FAILED
Explanation:

The PCI cryptographic accelerator installed at position Aaa has failed.

System action:

The system will not use the PCI cryptographic accelerator.

System programmer response:

Have the PCI cryptographic accelerator removed or replaced by your IBM Customer Engineer.

CSFM414I
PCI CRYPTOGRAPHIC ACCELERATOR Aaa IS BUSY
Explanation:

This state may occur when the PCI cryptographic accelerator is first brought online and is going through power-on reset. The PCI cryptographic accelerator may also be in this state when new licensed internal code is being loaded or when the unit is going through recovery processing.

System action:

The system will retry the PCI cryptographic accelerator until it is no longer busy.

CSFM416I
BOTH MASTER KEYS CORRECT ON PCI X CRYPTOGRAPHIC COPROCESSOR Xpp, SERIAL NUMBER nnnnnnn.
Explanation:

The PCI X Cryptographic Coprocessor with serial number nnnnnnn is online and operational. It is installed at position pp.

System action:

The system will use the PCI X Cryptographic Coprocessor for cryptographic operations

Operator response:

None

System programmer response:

None

CSFM417I
PCI X CRYPTOGRAPHIC COPROCESSOR Xpp, SERIAL NUMBER nnnnnnn, OFFLINE
Explanation:

The PCI X Cryptographic Coprocessor with serial number nnnnnnn is offline and cannot be used for any operation. It is installed at position pp.

System action:

The system will not use the PCI X Cryptographic Coprocessor for cryptographic operations

Operator response:

None

System programmer response:

Have the PCI X Cryptographic Coprocessor brought online.

CSFM418E
PCI X CRYPTOGRAPHIC COPROCESSOR Xpp, SERIAL NUMBER nnnnnnn, FAILED
Explanation:

The PCI X Cryptographic Coprocessor with serial number nnnnnnn has failed and cannot be used for any operation. It is installed at position pp.

System action:

The system will not use the PCI X Cryptographic Coprocessor for cryptographic operations

Operator response:

None

System programmer response:

Have the PCI X Cryptographic Coprocessor removed or replaced by your IBM customer engineer.

CSFM419E
INCORRECT MASTER KEY (mk) ON PCI X CRYPTOGRAPHIC COPROCESSOR Xpp, SERIAL NUMBER nnnnnnn.
Explanation:

The PCI X Cryptographic Coprocessor with serial number nnnnnnn, installed at position pp, has an incorrect master key. Specifically, the master key verification pattern (MKVP) in the CKDS/PKDS does not match the MKVP of the master key. The variable mk will specify SYM, ASYM, or BOTH. This message may be issued at initialization or when a new cryptographic coprocessor unit comes online.

System action:

If the SYM-MK is valid, then the PCI X Cryptographic Coprocessor may be used for DES operations, else the system will not use the PCI X Cryptographic Coprocessor for cryptographic operations until the security administrator has changed its master keys.

Operator response:

None

System programmer response:

Have the security administrator enter the correct master key.

CSFM420E
PKDS NOT USABLE ON THIS SYSTEM - ECC ONLY MK
Explanation:

The PKDS contains only an ECC MKVP. The header record of the PKDS has been checked and only an ECC MKVP was found. The valid states are: no MKHP/MKVPs, both RSA MKHP and ECC MKVPs, or only an RSA MKHP. The PKDS specified for this system must be changed to match one of the valid states. This message is issued at initialization.

System action:

ICSF ends.

Operator response:

Notify the security administrator. The PKDS must be changed or modified for use on this system.

System programmer response:

None

CSFM424I
PCI X CRYPTOGRAPHIC COPROCESSOR Xpp, SERIAL NUMBER nnnnnnn, BUSY.
Explanation:

This state may occur when the PCI X Cryptographic Coprocessor is first brought online and is going through power-on reset. The PCI X Cryptographic Coprocessor may also be in this state when new licensed internal code is being loaded or when the unit is going through recovery processing.

System action:

The system will retry the PCI X Cryptographic Coprocessor until it is no longer busy.

Operator response:

None

System programmer response:

None

CSFM430I
CRYPTO EXPRESS2 COPROCESSOR Epp, SERIAL NUMBER nnnnnnn, IS BUSY.
Explanation:

This message is no longer issued.

System action:

None

Operator response:

None

System programmer response:

None

CSFM431I
BOTH MASTER KEYS CORRECT ON CRYPTO EXPRESS2 COPROCESSOR Epp, SERIAL NUMBER nnnnnnn.
Explanation:

This message is no longer issued.

System action:

None.

Operator response:

None

System programmer response:

None

CSFM432I
CRYPTO EXPRESS2 COPROCESSOR Epp, SERIAL NUMBER nnnnnnn, OFFLINE.
Explanation:

This message is no longer issued.

System action:

None.

Operator response:

None.

System programmer response:

None.

CSFM433E
CRYPTO EXPRESS2 COPROCESSOR Epp, SERIAL NUMBER nnnnnnn, FAILED.
Explanation:

This message is no longer issued.

System action:

None.

Operator response:

None

System programmer response:

None.

CSFM434E
INCORRECT MASTER KEY mk ON CRYPTO EXPRESS2 COPROCESSOR Epp, SERIAL NUMBER nnnnnnn.
Explanation:

This message is no longer issued.

System action:

None.

Operator response:

None

System programmer response:

None.

CSFM435I
CRYPTO EXPRESS2 ACCELERATOR F&index. IS ACTIVE.
Explanation:

This message is no longer issued.

System action:

None.

Operator response:

None.

System programmer response:

None.

CSFM436I
CRYPTO EXPRESS2 ACCELERATOR F&index. IS OFFLINE.
Explanation:

This message is no longer issued.

System action:

None

Operator response:

None.

System programmer response:

None.

CSFM437E
CRYPTO EXPRESS2 ACCELERATOR F&index. FAILED.
Explanation:

This message is no longer issued.

System action:

None.

Operator response:

None.

System programmer response:

None.

CSFM438I
CRYPTO EXPRESS2 ACCELERATOR F&index. IS BUSY.
Explanation:

This message is no longer issued.

System action:

None.

Operator response:

None.

System programmer response:

None.

CSFM440I
PCI X CRYPTOGRAPHIC COPROCESSOR Xpp, SERIAL NUMBER nnnnnnnn, ACTIVE.
Explanation:

The symmetric-keys master key has been set on PCI X Cryptographic Coprocessor with serial number nnnnnnnn. The coprocessor is able to process service requests for services requiring the symmetric-keys master key.

System action:

The system will use the PCI X Cryptographic Coprocessor for cryptographic operations.

Operator response:

None.

System programmer response:

None.

CSFM441I
CRYPTO EXPRESS2 COPROCESSOR Epp, SERIAL NUMBER nnnnnnnn, ACTIVE.
Explanation:

This message is no longer issued.

System action:

None.

Operator response:

None.

System programmer response:

None.

CSFM450E
UNEXPECTED ERROR PROCESSING kds, RETURN CODE = xxxx, REASON CODE = yyyy.
Explanation:

An error occurred during processing of the kds (CKDS, PKDS, or TKDS) during initialization of ICSF. This may have occurred during allocation, open, read or write.

kds will be either CKDS, PKDS, or TKDS.

For an explanation of the rc and rs values, refer to the Return and Reason Codes in either the z/OS Cryptographic Services ICSF Application Programmer’s Guide or z/OS DFSMS Macro Instructions for Data Sets. If the error occurred during data set allocation, the reason code is a combination of the dynamic allocation error code and an ICSF-assigned reason code for dynamic allocation error. Message CSFC0036 precedes this message and gives more useful information in this case.

System action:

ICSF ends.

Operator response:

Attempt to start ICSF again, and contact the system programmer.

System programmer response:

Correct the problem as appropriate for any error messages that precede this one. Start ICSF again with an empty or error-free CKDS, PKDS, or TKDS.

CSFM451E
CRYPTOGRAPHIC COPROCESSOR pp, FAILED.
Explanation:

A cryptographic coprocessor is checkstopped and cannot be used for any operation. It is installed at position pp.

System action:

The system will not use the cryptographic coprocessor for cryptographic operations.

Operator response:

None.

System programmer response:

Have the cryptographic coprocessor removed or replaced by your IBM customer engineer.

CSFM452I
CSFMIOTT WAS UNABLE TO ESTABLISH RECOVERY. RETURN CODE &RC. FROM THE ESTAE MACRO.
Explanation:

This message is no longer issued.

System action:

None.

Operator response:

None.

System programmer response:

None.

CSFM501E
CRYPTOGRAPHY - HARDWARE FAILURE ON COPROCESSOR coprocessor-id, CPU cpu-id.
Explanation:

A cryptographic instruction has ended, indicating a cryptographic hardware failure. ICSF disables the failing CPU for cryptographic operations. An SMF82 record is written.

System action:

The CPU is disabled for cryptography.

Operator response:

Contact your system programmer.

System programmer response:

Contact the IBM Support Center.

CSFM503E
CRYPTOGRAPHY - TAMPERING DETECTED ON COPROCESSOR coprocessor-id, CPU cpu-id.
Explanation:

A tamper condition occurred. The cryptographic feature has zeroed the master key registers in the indicated coprocessor-id and cpu-id.

System action:

The CPU alarm sounds. The CPU is disabled for cryptography. ICSF generates an SMF type 82 record.

Operator response:

See S/390 Support Element Operations Guide.

System programmer response:

Contact the IBM Support Center.

CSFM504E
CRYPTOGRAPHY - THERE ARE NO ONLINE CPUS WITH ACCESS TO A COPROCESSOR.
Explanation:

A sequence of error messages has resulted in the disabling of all cryptographic CPUs.

System action:

The CPU is disabled for cryptographic services. They will be restored when at least one CPU is made available for cryptographic functions.

System programmer response:

Investigate the sequence of error messages prior to this message to help you resolve the problem.

If you cannot resolve the problem, contact the IBM Support Center.

CSFM505I
CRYPTOGRAPHY - THERE ARE NO ACTIVE CRYPTOGRAPHIC COPROCESSORS.
Explanation:

One or more errors or user actions has resulted in the disabling of all cryptographic coprocessors.

System action:

The system continues processing. The system will not be able to use a PCI X Cryptographic Coprocessor or Crypto Express2 Coprocessor for cryptographic operations until a coprocessor is activated.

Operator response:

Investigate the problem. Contact the system administrator to enter the master keys for any online coprocessors or to bring a new cryptographic coprocessor online (if one is available).

System programmer response:

None.

CSFM506I
CRYPTOGRAPHY - THERE IS NO ACCESS TO ANY CRYPTOGRAPHIC COPROCESSORS OR ACCELERATORS.
Explanation:

ICSF does not have access to any cryptographic coprocessors or accelerators. This message is issued when:

  • Domain is not specified on the LPAR activation panel.
  • Domain in the ICSF options data set does not match the usage domain on the Support Element LPAR activation panel.
  • There are no coprocessors defined in LPAR candidates lists.

It is a normal message if only the CP assist instructions are being exploited. If cryptographic coprocessors are required, then update the Options Data Set or reconfigure the partition correctly and restart ICSF.

System action:

The system continues processing and only a limited subset of ICSF services are available.

Operator response:

Contact your system programmer; this may be an error.

System programmer response:

The Options Data Set may need to be updated.

CSFM507I
CRYPTOGRAPHY - THERE ARE NO CRYPTOGRAPHIC COPROCESSORS ONLINE.
Explanation:

During ICSF initialization, there were no online cryptographic coprocessors detected. This may be the desired configuration.

System action:

The system continues processing.

Operator response:

None.

System programmer response:

None.

CSFM508I
CRYPTOGRAPHY - THERE ARE NO CRYPTOGRAPHIC ACCELERATORS ONLINE.
Explanation:

During ICSF initialization, there were no online cryptographic accelerators detected. This may be the desired configuration.

System action:

The system continues processing.

Operator response:

None.

System programmer response:

None.

CSFM510E
CRYPTOGRAPHY - VERIFICATION FAILED ON COPROCESSOR coprocessor-id, CPU cpu-id.
Explanation:

The master key authentication pattern is not valid.

System action:

The CPU is disabled for cryptography.

Operator response:

Contact your system programmer.

System programmer response:

Ensure that the CKDS is valid for the master key that is installed for that CPU.

CSFM511E
CRYPTOGRAPHY - MASTER KEY ON COPROCESSOR coprocessor-id, CPU cpu-id IS NOT VALID.
Explanation:

The cryptographic unit has a zero master key.

System action:

The CPU is disabled for cryptography.

System programmer response:

Determine why the master key is zeroed. You need to re-install the correct key before using the CPU for cryptographic services. If you cannot resolve the problem, contact the IBM Support Center. It is normal to see this message the first time ICSF starts.

CSFM512E
CRYPTOGRAPHY - PKA MASTER KEYS ON COPROCESSOR coprocessor-id ARE NOT VALID.
Explanation:

A new cryptographic unit has come online, but the PKA master key is not valid or does not agree with the PKA master key of the cryptographic unit already online.

System action:

Processing continues, but PKA callable services are not enabled on the new unit.

Operator response:

Notify your security administrator to install the correct PKA master key on the new unit.

System programmer response:

None.

CSFM522E
CRYPTOGRAPHY - COPROCESSOR coprocessor-id, CPU cpu-id IS DISABLED.
Explanation:

Cryptographic functions are disabled in the Environment Control Mask (ECM). This can only be done from the TKE workstation.

System action:

The CPU is disabled for cryptography.

System programmer response:

Enable cryptographic functions for the cryptographic unit in the ECM using the TKE workstation.

CSFM530I
I/O INTERRUPT SUPPORT HAS BEEN ENABLED FOR coprocessor-name cii, SERIAL NUMBER nnnnnnn.
Explanation:

ICSF initialization determined that system conditions were sufficient for operating with the cryptographic accelerator and coprocessor I/O interrupt capability, and therefore enabled this functionality. The substitution variables are:

  • coprocessor-name - the type of cryptographic coprocessor.
  • c - the short name for the coprocessor type. For example, G (representing a CEX3C).
  • ii - the index or position where the cryptographic coprocessor is installed.
  • nnnnnnn - the serial number for the cryptographic coprocessor.
System action:

This instance of ICSF will operate with cryptographic accelerator and coprocessor I/O interrupt capability.

System programmer response:

None.

CSFM531I
MISSED I/O INTERRUPT HAS BEEN RECOVERED FOR coprocessor-name cii, SERIAL NUMBER nnnnnnn.
Explanation:

ICSF has discovered and recovered from a missed I/O Interrupt from either a cryptographic accelerator or coprocessor. The substitution variables are:

  • coprocessor-name - the type of cryptographic coprocessor.
  • c - the short name for the coprocessor type. For example, G (representing a CEX3C).
  • ii - the index or position where the cryptographic coprocessor is installed.
  • nnnnnnn - the serial number for the cryptographic coprocessor.
System action:

This instance of ICSF will continue to operate with cryptographic accelerator and coprocessor I/O interrupt capability.

System programmer response:

None.

CSFM532I
PKDS RECORD WITH INCORRECT LENGTH, labelname.
Explanation:

The length field in the PKDS record's fixed section did not match the length returned by VSAM. This message will be issued either during ICSF initialization, PKDS refresh, PKDS reencipher, or when changing the asymmetric master key.

System action:

If the key record length in the PKDS record's fixed section is smaller then the record size returned by VSAM, processing will continue. This indicates that padding was added to the record which will be ignored by ICSF.

If the key record length in the PKDS record's fixed section is larger then the record size returned by VSAM, ICSF will abend with ICSF abend code X'18F'/reason code X'458'. This indicates that a record was truncated. ICSF can not process truncated PKDS records.

Operator response:

Contact the system programmer.

System programmer response:

Remove truncated key records from the PKDS.

Key records containing additional padding may remain in the PKDS. However, to avoid the CSFM532I message from re-appearing, the additional padding on those records must be removed.

Contact the IBM Support Center for assistance in correcting the affected PKDS records, if needed.

CSFM540I
COPROCESSER AT INDEX nn ENCOUNTERED CONDITION CODE = cc, WITH STATUS WORD = statword - COPROCESSOR BYPASSED
Explanation:

A failing response was encountered from a coprocessor during ICSF initialization. The coprocessor is bypassed and is unavailable for work.

System action:

Processing continues.

Operator response:

Operator should check support element. Contact the system programmer.

System programmer response:

Have the ICSF administrator investigate the coprocessor response to determine cause of problem. Contact system hardware support for assistance. If problem is not resolved, contact the IBM Support Center.

CSFM600I
CONNECTION ESTABLISHED TO ICSF SYSPLEX GROUP group_name, MEMBER member_name.
Explanation:

Sysplex member member_name has successfully established a connection to the ICSF sysplex group group_name.

System action:

This system will participate in sysplex-wide consistency for the specified ICSF resource (CKDS or TKDS).

System programmer response:

None.

CSFM601I
CONNECTION DISABLED TO ICSF SYSPLEX GROUP group_name, MEMBER member_name.
Explanation:

This message is no longer issued.

System action:

None.

System programmer response:

None.

CSFM602E
CONNECTION BROKEN TO ICSF SYSPLEX GROUP group_name, MEMBER member_name.
Explanation:

The ICSF Cross-System Services task on sysplex member member_name has terminated abnormally.

System action:

Sysplex member member_name is disconnected from the ICSF sysplex group group_name.

In releases of ICSF prior to HCR7770, ICSF processing will continue and this system will no longer participate in sysplex-wide consistency for the specified ICSF resource (CKDS or TKDS).

Starting in HCR7770, ICSF recovery processing attempts to restart the subtask, and sysplex member member_name will rejoin the sysplex as if ICSF has been restarted. If ICSF recovery processing cannot restart the subtask, ICSF terminates.

System programmer response:

None.

CSFM603E
FAILURE IN XCF SERVICE xcf_service FOR MEMBER member_name, GROUP group_name. RETURN CODE = return_code, REASON CODE = reason_code.
Explanation:

A failure occurred in either the IXCJOIN processing when sysplex member member_name attempted to join the ICSF sysplex group group_name, or in the IXCLEAVE processing when sysplex member member_name attempted to leave the ICSF sysplex group group_name.

In the message text:

return_code
The hexadecimal return code from the IXCJOIN/IXCLEAVE macro.
reason_code
The hexadecimal reason code from the IXCJOIN/IXCLEAVE macro.
System action:

For an IXCJOIN failure: the system action depends upon the specification of the SYSPLEXCKDS or SYSPLEXTKDS option in the ICSF Installation Options Data Set. If FAIL(NO) was specified, ICSF initialization will continue and this system will not be notified of updates to the ICSF Key Data Set (CKDS or TKDS) by other sysplex members. If FAIL(YES) was specified, ICSF will abend with abend code X'18F', reason code 84 (X'54').

For an IXCLEAVE failure: none.

System programmer response:

Examine the return code and reason code from the IXCJOIN or IXCLEAVE operation to determine if an environmental condition relating to XCF can be corrected.

CSFM604E
FAILURE INITIALIZING ICSF CROSS-SYSTEM SERVICES ENVIRONMENT, FUNCTION = code, RETURN CODE = return_code, REASON CODE = reason_code.
Explanation:

A failure occurred while setting up the ICSF cross-system services environment. The function code identifies the process that failed. If code is 1, an error occurred in IXCJOIN processing when attempting to join the ICSF sysplex group. If code is 2, a failure occurred when attempting to create the latch set for either the CKDS or TKDS.

In the message text:

return_code
The hexadecimal return code from the IXCJOIN/ISGLCRT process.
reason_code
The hexadecimal reason code from the IXCJOIN/ISGLCRT process.

For a failure in IXCJOIN, message CSFM603E will also be issued.

System action:

The system action depends upon the specification of the SYSPLEXCKDS or SYSPLEXTKDS option in the ICSF Installation Options Data Set. If FAIL(NO) was specified, ICSF initialization will continue and this system will not be notified of updates to the ICSF Key Data Set (CKDS or TKDS) by other sysplex members. If FAIL(YES) was specified, ICSF will abend with abend code X'18F', reason code 84 (X'54' or 85 (X'55').

Operator response:

Contact the system programmer.

System programmer response:

Examine the return code and reason code from the IXCJOIN or ISGLCRT operation to determine if an environmental condition relating to the failure can be corrected.

CSFM605I
SYSTEM &sys. NOT IN MULTI-SYSTEM SYSPLEX. ICSF CROSS-SYSTEM SERVICES ENVIRONMENT NOT ESTABLISHED.
Explanation:

This message is no longer issued.

System action:

None.

CSFM606I
ICXMSGO FAILURE BROADCASTING MESSAGE TO GROUP sysplex-group RETURN CODE = return_code, REASON CODE = reason_code.
Explanation:

This message is no longer issued.

System action:

None.

Operator response:

None.

System programmer response:

None.

CSFM607I
A key-data-store KEY STORE POLICY IS NOT DEFINED.
Explanation:

None of the key policy controls that activate the key policy for the specified key-data-store are defined. Possible key-data-stores are CKDS or PKDS.

The key policy controls that activate the CKDS key policy are the CSF.CKDS.TOKEN.CHECK.LABEL.WARN, the CSF.CKDS.TOKEN.CHECK.LABEL.FAIL, or the CSF.CKDS.TOKEN.CHECK.NODUPLICATES resources in the XFACILIT class.

The key policy controls that activate the PKDS key policy are the CSF.PKDS.TOKEN.CHECK.LABEL.WARN, the CSF.PKDS.TOKEN.CHECK.LABEL.FAIL, or the CSF.PKDS.TOKEN.CHECK.NODUPLICATES resources in the XFACILIT class.

RACF commands may be used to define, change, list or delete the profiles that cover these resources in the XFACILIT class.

This message may be issued during ICSF initialization or when ICSF detects that the key policy is deactivated.

System action:

Processing continues.

Operator response:

None.

System programmer response:

None.

CSFM608I
A key-data-store KEY STORE POLICY IS DEFINED.
Explanation:

One or more of the key policy controls that activate the key policy for the specified key-datastore is defined. Possible key-data-stores are CKDS or PKDS.

The key policy controls that activate the CKDS key policy are the CSF.CKDS.TOKEN.CHECK.LABEL.WARN, the CSF.CKDS.TOKEN.CHECK.LABEL.FAIL, or the CSF.CKDS.TOKEN.CHECK.NODUPLICATES resources in the XFACILIT class.

The key policy controls that activate the PKDS key policy are the CSF.PKDS.TOKEN.CHECK.LABEL.WARN, the CSF.PKDS.TOKEN.CHECK.LABEL.FAIL, or the CSF.PKDS.TOKEN.CHECK.NODUPLICATES resources in the XFACILIT class.

RACF commands may be used to define, change, list or delete the profiles that cover these resources in the XFACILIT class.

This message may be issued during ICSF initialization or when ICSF detects that the key policy is deactivated.

System action:

Processing continues.

Operator response:

None.

System programmer response:

None.

CSFM609I
IXCMSGI FAILURE RECEIVING MESSAGE FROM GROUP group. RETURN CODE = return_code. REASON CODE = reason_code.
Explanation:

This message is no longer issued.

System action:

None.

Operator response:

None.

System programmer response:

None.

CSFM610I
GRANULAR KEYLABEL ACCESS CONTROL IS state.
Explanation:

If state is DISABLED, neither of the profiles that activate the granular keylabel access controls are defined. If state is ENABLED, either or both of the profiles are defined.

The profiles that activate the granular keylabel access controls are the CSF.CSFKEYS.AUTHORITY.LEVELS.FAIL and CSF.CSFKEYS.AUTHORITY.LEVELS.WARN resources in the XFACILIT class.

RACF commands may be used to define, change, list or delete the profiles that cover these resources in the XFACILIT class.

This message may be issued during ICSF initialization or when ICSF detects that the key policy is deactivated.

System action:

Processing continues.

Operator response:

None.

System programmer response:

None.

CSFM611I
XCSFKEY EXPORT CONTROL FOR algorithm IS state.
Explanation:

algorithm can be DES or AES. If state is DISABLED, the profile that activates the Symmetric Key Label Access control for that algorithm is not defined. If state is ENABLED, the profile is defined.

The profiles that activate the Symmetric Key Label Access control for CSNDSYX are the CSF.XCSFKEY.ENABLE.AES and CSF.XCSFKEY.ENABLE.DES resources in the XFACILIT class.

RACF commands may be used to define, change, list or delete the profiles that cover these resources in the XFACILIT class.

This message may be issued during ICSF initialization or when ICSF detects that the key policy is deactivated.

System action:

Processing continues.

Operator response:

None.

System programmer response:

None.

CSFM612I
PKA KEY EXTENSIONS CONTROL IS state.
Explanation:

If state is DISABLED, the profile that enables the PKA Key Management Extensions control is not defined. If state is ENABLED, the profile is defined.

The existence of a profile for the CSF.PKAEXTNS.ENABLE resource in the XFACILIT class enables the PKA Key Management Extensions control. RACF commands can be used to define, change, list, or delete the profiles that cover this resource in the XFACILIT class.

This message may be issued during ICSF initialization or when ICSF detects that the policy is either activated or deactivated.

System action:

Processing continues.

Operator response:

None

System programmer response:

None

CSFM613E
ICSF SHUTDOWN DUE TO NESTED ABEND ON ICSF SUBTASK.
Explanation:

ICSF has encountered recursive ABENDs in one or more subtasks and can no longer remain operational.

System action:

ICSF ends.

Operator response:

Inform your system programmer.

System programmer response:

Collect any documentation that precedes this message, including messages and dumps, and contact the IBM Support Center.

CSFM614I
ICSF SUBTASK routine HAS TERMINATED. RECOVERY WILL BE ATTEMPTED.
Explanation:

And ICSF subtask routine terminated. ICSF will attempt to perform recovery.

System action:

This instance of ICSF will attempt recovery on a terminated subtask.

System programmer response:

None.

CSFM615I
COORDINATED CHANGE-MK FAILED. NEW MASTER KEYS INCORRECT ON sysname. RC = return-code, RSN = reason-code.
Explanation:

The Coordinated Change Master Key operation failed due to incorrect new master key values on system sysname. The return code and reason code provide a more specific reason for the failure.

System action:

ICSF processing will continue.

System programmer response:

Contact the security administrator to ensure that the new master key values on system sysname match the new master key values on all other systems sharing the same active Key Data Set (KDS). Once all systems sharing the same active KDS contain the same new master key values, the coordinated change master key operation may be executed again.

For more information on the return-code and reason-code, refer to the z/OS Cryptographic Services ICSF Application Programmer’s Guide or the information on the CSFEUTIL program in the z/OS Cryptographic Services ICSF Administrator’s Guide.

Refer to the z/OS Cryptographic Services ICSF Administrator’s Guide for information on recovering from a coordinated CKDS administration failure.

CSFM616I
COORDINATED operation FAILED, RC=return-code RS=reason-code SUPRC=supplemental-return-code SUPRS=supplemental-reason-code FLAGS= flags.
Explanation:

The coordinated KDS administration operation failed. The operation may be CHANGE-MK or REFRESH. return-code and reason-code indicate the primary return code and reason code for the failure. supplemental-return-code and supplemental-reason-code indicate the supplemental return code and reason code for the failure. flags indicate additional internal diagnostic information about the failure.

System action:

ICSF processing will continue.

System programmer response:

Contact the security administrator for help determining the problem. Use the return-codeand reason-code for problem determination. For more information on the return-code and reason-code, refer to the z/OS Cryptographic Services ICSF Application Programmer’s Guide or the information on the CSFEUTIL program in the z/OS Cryptographic Services ICSF Administrator’s Guide.

Refer to the z/OS Cryptographic Services ICSF Administrator’s Guide for information on recovering from a coordinated CKDS administration failure.

If you are unable to determine the problem by looking up these values, contact the IBM Support Center. The supplemental-return-code, supplemental-reason-code, and flags show IBM internal diagnostic information. You may need to provide this information to the IBM Support Center.

CSFM617I
COORDINATED operation ACTION COMPLETED SUCCESSFULLY.
Explanation:

The coordinated KDS administration operation completed successfully. The operation may be CHANGE-MK or REFRESH.

System action:

ICSF processing will continue.

System programmer response:

None.

CSFM618I
kds-type DATA SET data-set-name RENAMED TO new-data-set-name.
Explanation:

The data set with data-set-name was renamed to the new data set name of new-data-set-name.

System action:

ICSF processing will continue.

System programmer response:

None.

CSFM619I
DSN NOT CATALOGED, DIAG=diagnostic-information DSN=data-set-name.
Explanation:

The data set with data set name of data-set-name is not cataloged.

System action:

ICSF processing will continue.

System programmer response:

Catalog the data set with data-set-name. Once the data set is cataloged, notify the security administrator to retry the function that failed. Refer to the z/OS Cryptographic Services ICSF Administrator’s Guide for information on recovering from a coordinated CKDS administration failure.

CSFM620I
COORDINATED operation MAINLINE PROCESSING FAILED BECAUSE reason-for-failure.
Explanation:

A coordinated KDS administration operation failed because of the reason-for-failure. The operation may be CHANGE-MK or REFRESH.

System action:

ICSF processing will continue.

System programmer response:

Notify the security administrator for help in determining the reason for the failure. Refer to the z/OS Cryptographic Services ICSF Administrator’s Guide for information on recovering from a coordinated CKDS administration failure. If unable to resolve the problem, contact the IBM Support Center.

CSFM621I
COORDINATED operation BACK OUT PROCESSING FAILED BECAUSE reason-for-failure.
Explanation:

Back out processing for a coordinated operation failed because of reason-for-failure. The operation may be CHANGE-MK or REFRESH.

System action:

Depending on the reason-for-failure, ICSF processing may continue or may shutdown across all instances of ICSF sharing the same active KDS.

System programmer response:

Notify the security administrator for help in determining the reason for the failure. Refer to the z/OS Cryptographic Services ICSF Administrator’s Guide for information on recovering from a coordinated CKDS administration failure. If unable to resolve the problem, contact the IBM Support Center.

CSFM622I
COORDINATED operation PROGRESS: operation-progress.
Explanation:

This message indicates the progress of the coordinated operation. The operation may be CHANGE-MK or REFRESH.

System action:

ICSF processing will continue.

System programmer response:

None.

CSFM623I
CATALOG SEARCH FAILED. MODID=module-id RC=return-code RSN=reason-code.
Explanation:

If this message is issued during ICSF startup, a problem occurred while retrieving catalog information about the active KDS. If this message is issued during a coordinated change master key or a coordinated refresh operation, a problem occurred while retrieving catalog information about the new KDS. The problem occurred in the module identified by module-id. The return-code and reason-code indicate what type of problem occurred.

System action:

If this message is issued during ICSF startup, the KDS sysplex group will convert to the sysplex communication protocol used prior to HCR7790, and coordinated KDS administrative functions will be unavailable. If this message is issued during a coordinated change master key or a coordinated refresh operation, the operation will fail. In either case, ICSF processing will continue.

System programmer response:

If this message is issued during ICSF startup, ensure that the active KDS is correctly cataloged on the system. If this message is issued during a coordinated change master key or a coordinated refresh operation, notify the security administrator and make sure the new target data set is correctly cataloged on the system.

Refer to the z/OS Cryptographic Services ICSF Administrator’s Guide for information on recovering from a coordinated CKDS administration failure.

CSFM624I
ICSF COMMUNICATION LEVEL CHANGED FROM previous_level TO new_level.
Explanation:

The ICSF sysplex communication level changed from the previous-level to the new-level. previous-level may be 0 or 2. new-level may be 0 or 2.

The coordinated change master key and coordinated refresh operations are only available when all ICSF instances in the sysplex are at HCR7790 or above.

System action:

ICSF processing will continue. ICSF will process KDS updates using the communication level indicated by this message.

System programmer response:

None.

CSFM625I
SET key-type MASTER KEY FAILED FOR COPROCESSOR SERIAL NUMBER serial-number.
Explanation:

A failure occurred when attempting to set a new key-type master key for the coprocessor with serial number serial-number. key-type may be DES or AES. serial-number is the serial number of the coprocessor that experienced the failure.

System action:

ICSF processing will continue.

System programmer response:

Notify the security administrator to ensure that the new master key register for key-type is correctly loaded. If sharing the KDS across a sysplex and performing a coordinated change master key operation, the security administrator should ensure all instances of ICSF sharing the same active KDS have the same new master key value loaded into the new master key register for key-type. After correcting the new master key register(s), the security administrator should retry the operation.

Refer to the z/OS Cryptographic Services ICSF Administrator’s Guide for information on recovering from a coordinated CKDS administration failure.

CSFM626I
COORDINATED operation COMPLETE, RC=return-code RSN=reason-code CANCEL RSN=cancel-reason-code.
Explanation:

The coordinated operation has completed. The operation may be CHANGE-MK or REFRESH. If a failure occurred during the operation, the return-code, reason-code, and cancel-reason-code may be used to determine the cause of the failure.

System action:

ICSF processing will continue.

System programmer response:

In the case of a failure, an explanation of the return-code, reason-code, and cancel-reason-code values can be found in the "Return and Reason Codes" section of the z/OS Cryptographic Services ICSF Application Programmer’s Guide. Alternatively, refer to the return and reason code information for the CSFEUTIL program described in the z/OS Cryptographic Services ICSF Administrator’s Guide.

CSFM628I
SYSTEM system-name HAS MISSED A kds-type UPDATE. DIAG=diagnostic-information.
Explanation:

The system with system-name has missed a sysplex KDS update. kds-type indicates which type of KDS update was missed. diagnostic-information contains additional diagnostic information about the failure.

diagnostic-information may be the following:

  • PREP - This indicates that an internal ICSF sysplex message was missed. This message is used during internal KDS I/O processing in a sysplex environment.
  • '10'X - This indicates that a sysplex KDS record create was missed. This message is used to notify sysplex members of a KDS record create.
  • '11'X - This indicates that a sysplex KDS record update was missed. This message is used to notify sysplex members of a KDS record update.
  • '13'X - This indicates that a sysplex KDS record delete was missed. This message is used to notify sysplex members of a KDS record delete.
System action:

ICSF processing continues, however the system indicated in this message by system-name has missed a KDS update. This system’s in-storage KDS will now be out of sync with other members in the sysplex group sharing the same active KDS. The next time a KDS update is processed against this systems active KDS, ICSF will recognize that its in-storage KDS is out of sync and will perform an internal KDS refresh to get back in sync.

Operator response:

None.

System programmer response:

Notify the security administrator to perform a single-system KDS refresh on the system where the KDS is out of sync.

CSFM629I
IDCAMS-processor-message.
Explanation:

This message is used to route IDCAMS processor messages to the job log. This message is used during the rename step of a coordinated change master key or coordinated refresh operation.

System action:

ICSF processing continues.

System programmer response:

If this message indicates a failure, notify the security administrator for help in determining the reason for the failure. Refer to the z/OS Cryptographic Services ICSF Administrator’s Guide for information on recovering from a coordinated CKDS administration failure. If unable to resolve the problem, contact the IBM Support Center.

CSFM630I
kds-type RENAME FAILED: original-name TO new-name.
Explanation:

The rename step of the a coordinated change master key or coordinated refresh operation failed. kds-type indicates which KDS this rename was being performed for. original-name indicates the original name of the KDS. new-name indicates the new name of the KDS.

System action:

ICSF processing continues.

System programmer response:

Notify the security administrator for help in determining the reason for the failure. Refer to the z/OS Cryptographic Services ICSF Administrator’s Guide for information on recovering from a coordinated CKDS administration failure. If unable to resolve the problem, contact the IBM Support Center.

CSFM631I
THE FOLLOWING PRE-HCR7790 SYSTEMS ARE PREVENTING A COORDINATED operation: list-of-systems
Explanation:

The coordinated change master key and coordinated refresh operations may only be performed when all systems in the KDS sysplex group are at the ICSF HCR7790 release level or higher. If an instance of ICSF joins the KDS sysplex group at a level lower than the ICSF HCR7790 release level, then, regardless of active KDS, the coordinated change master key and coordinated refresh operations will be unavailable.

operation may be CHANGE-MK or REFRESH, and indicates whether a coordinated change master key or coordinated refresh operation was requested.

list-of-systems indicates the systems containing an instance of ICSF at lower then the HCR7790 release level.

System action:

ICSF processing continues.

System programmer response:

In order to perform a coordinated change master key or coordinated refresh operation, systems running a release of ICSF lower then HCR7790 must be removed from the KDS sysplex group or upgraded to the HCR7790 release or higher. Refer to the z/OS Cryptographic Services ICSF Administrator’s Guide for information on recovering from a coordinated CKDS administration failure.

CSFM632I
CRITICAL ICSF SUBTASK name CAN NOT BE RESTARTED. ICSF WILL BE TERMINATED.
Explanation:

The ICSF subtask specified by name experienced a problem that ICSF tried to recover. ICSF recovery was unable to restart this subtask. This subtask is critical to ICSF processing. ICSF will terminate without this subtask.

System action:

ICSF terminates.

System programmer response:

Restart ICSF. If this problem reoccurs, contact the IBM Support Center.

CSFM633I
ICSF SUBTASK subtask CAN NOT BE RESTARTED. ICSF CAPABILITIES REDUCED.
Explanation:

The ICSF subtask specified by name experienced a problem that ICSF tried to recover. ICSF recovery was unable to restart this subtask. This subtask is not critical to ICSF processing. ICSF processing will continue with limited capabilities.

System action:

ICSF continues processing with limited capabilities.

System programmer response:

Restart ICSF. If this problem reoccurs, contact the IBM Support Center.

CSFM636I
SYSTEM system-name FAILURE FOR COORDINATED kds-type ACTIVITY. MSGTYPE=message-type RC=return-code. RSN=reason-code.
Explanation:

The system identified by system-name experienced a failure performing coordinated KDS activity. A reason-code of C3A indicates that the system system-name is not being responsive to the originator of the coordinated KDS function.

  • system-name - Name of the system which either detected a problem or failed to respond.
  • kds-type - KDS type for the coordinated activity.
  • message-type - Internal diagnostic information.
  • return-code - Return code either returned by the remote system or set by the originating system in case of timeout.
  • reason-code - Reason code either returned by the remote system or set by the originating system in case of timeout.
System action:

ICSF processing continues.

System programmer response:

Notify the security administrator for help in determining the reason for the failure. Refer to the z/OS Cryptographic Services ICSF Administrator’s Guide for information on recovering from a coordinated CKDS administration failure.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014