z/OS Common Information Model User's Guide
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


CEZ-prefix messages

z/OS Common Information Model User's Guide
SC34-2671-00

CEZ-prefix messages

CEZ02000I
Requesting CONFIG ONLINE for CPU CPU-address
Explanation:

The IBMzOS_Processor method RequestStateChange has been issued with RequestedState=Enabled.

System action:

None.

System programmer response:

Issue a CF CPU(CPU-address),ONLINE command, or use your automation tool to set the CPU CPU-address online.

User response:

None.

CEZ02001I
Requesting CONFIG OFFLINE for CPU CPU-address
Explanation:

The IBMzOS_Processor method RequestStateChange has been issued with RequestedState=Offline.

System action:

None.

System programmer response:

Issue a CF CPU(CPU-address),OFFLINE command, or use your automation tool to set the CPU CPU-address offline.

User response:

None.

CEZ03000E
Request user ID user-ID requires UPDATE permission on profile IOSCDR CL(FACILITY).
Explanation:

A CIM operation was invoked that requires the use of an authorized IOSCDR service. The IOSCDR service is used by CIM providers to retrieve device identification information (such as the serial number and the model number) for an I/O device. Providers that instrument the CIM classes IBMzOS_SBProtocolEndpoint or IBMzOS_SBInitiatorTargetLogicalUnitPath are an example for this scenario.

System action:

The requested CIM operation is returned in error.

System programmer response:

Verify if the user should be permitted to perform operations using the IOSCDR service. If so, grant the user user-ID UPDATE permission to the profile IOSCDR in the class FACILITY. Then restart the CIM server.

User response:

Report this problem to your system programmer.

CEZ03001E
Internal error occurred. SMI-S Indication Data Cache error error-code.
Explanation:

The SMI-S data cache and thread are in an unrecoverable error state. error-code describes the kind of error.

System action:

The requested CIM operation is returned in error.

System programmer response:

The error code indicates the kind of error:

1 (SMIS_CACHE_CONTROL_ERROR)
Error in the data cache control structures
2 (SMIS_CACHE_ERROR)
Error in the data cache data
3 (SMIS_THREAD_CREATION_ERROR)
Error in data cache thread

Restart the CIM server. If the problem persists, contact IBM® service for assistance.

User response:

Report this problem to your system programmer.

CEZ03002W
Lost connection to CEA, trying to reconnect. CIM Indications may get lost.
Explanation:

The SMI-S CIM indication provider has lost the connection to CEA. Without this connection, no SMI-S CIM indications can be generated, for example for changes on port controllers.

System action:

The CIM provider continuously attempts to reconnect to CEA until it becomes available.

System programmer response:

Restart Common Event Adapter (CEA) in full function mode.

User response:

Report this problem to your system programmer.

CEZ03003W
Failed to reconnect to CEA. CIM Indications may get lost.
Explanation:

The SMI-S CIM indication provider failed to reconnect to CEA. Without this connection, no SMI-S CIM indications can be generated, for example for changes on port controllers.

System action:

The CIM provider continuously attempts to reconnect to the CEA until it becomes available.

System programmer response:

Restart Common Event Adapter (CEA) in full function mode.

User response:

Report this problem to your system programmer.

CEZ03004I
Successfully reconnected to CEA.
Explanation:

The SMI-S CIM indication provider has successfully reconnected to CEA.

System action:

None.

System programmer response:

None.

User response:

None.

CEZ03005I
Successfully re-established subscription to CEA.
Explanation:

The SMI-S CIM indication provider has successfully renewed its subscriptions for ENF signals to CEA.

System action:

None.

System programmer response:

None.

User response:

None.

CEZ03006E
Subscription to CEA failed for handler module-name with reason code reason-code.
Explanation:

The SMI-S CIM indication provider failed to subscribe to CEA in order to receive ENF signals through CEA subscription handler module-name.

System action:

The requested CIM operation is returned in error.

System programmer response:

The reason-code indicates why the CEA subscription to handler module name failed. See CEA reason codes for error details. After correcting the error, restart the CIM server.

User response:

Report this problem to your system programmer.

CEZ03007E
Failed to retrieve CEA event, reason code reason-code.
Explanation:

The SMI-S CIM indication provider failed to receive a CEA event and therefore cannot process CIM indications.

System action:

None.

System programmer response:

See CEA reason codes for error details. After correcting the error, restart the CIM server.

User response:

Report this problem to your system programmer.

CEZ03008W
Renewing CEA subscription after operator unsubscribe.
Explanation:

The SMI-S CIM indication provider has detected an operator forced unsubscribe from CEA. Since this would leave orphaned CIM indication subscriptions, the subscription to CEA is automatically re-established.

System action:

The SMI-S CIM provider automatically re-establishes the removed CEA subscriptions.

System programmer response:

Remove SMI-S CIM subscriptions through the cimsub utility (see cimsub) or make sure the CIM clients are properly unsubscribed from SMI-S CIM indications for this system.

User response:

Report this problem to your system programmer.

CEZ03009W
Missed CEA event(s) caused loss of CIM indications.
Explanation:

The SMI-S CIM indication provider was informed by the Common Event Adapter (CEA) that it has missed a number of events. This causes a loss of CIM indications for subscribed CIM Client applications.

System action:

None.

System programmer response:

None.

User response:

If known, inform the owners of CIM client applications that have subscribed to this z/OS system.

CEZ03010E
User user-ID not authorized to connect to Common Event Adapter (CEA).
Explanation:

The user user-ID is not authorized to connect to the Common Event Adapter (CEA). The CIM SMI-S indication providers depend on CEA for issuing indications about state changes related to FC Ports. After correcting the error, restart the CIM server.

System action:

None.

System programmer response:

Ensure that the user user-ID has READ access to profile CEA.CONNECT in the SERVAUTH class.

See Setting up the CIM server for storage management for the authorizations required to connect to CEA.

User response:

Contact your system programmer or security administrator.

CEZ03011E
User user-ID not authorized for subscription to Common Event Adapter (CEA).
Explanation:

The user is not authorized to subscribe for ENF signals through the Common Event Adapter (CEA). The CIM SMI-S indication providers depend on the CEA for issuing indications about state changes.

System action:

None.

System programmer response:

Ensure the user user-ID has READ access to profiles

  • CEA.SUBSCRIBE.ENF_0009*
  • CEA.SUBSCRIBE.ENF_0027*
  • CEA.SUBSCRIBE.ENF_0033*

in the SERVAUTH class.

See Setting up the CIM server for storage management for the authorizations required to connect to CEA. After correcting the error, restart the CIM server.

User response:

Contact your system programmer or security administrator.

CEZ03012E
Connection to CEA failed with reason code reason-code.
Explanation:

The SMI-S CIM indication provider failed to connect to the Common Event Adapter and therefore cannot process CIM indications.

System action:

CIM Indications for SMI-S are unavailable.

System programmer response:

See CEA reason codes for error details. After correcting the error, restart the CIM server.

User response:

Contact your system programmer.

CEZ03031E
Request user ID user-ID requires UPDATE permission on profile IOSPORTS CL(FACILITY).
Explanation:

A CIM operation was invoked that requires the use of an authorized IOSPORTS service. The IOSPORTS service is used by CIM providers for port decommissioning and recommissioning, and for assigning a WWN to an IBMzOS_FCPort or IBMzOS_FCCUPort.

System action:

The requested CIM operation is returned in error.

System programmer response:

Verify if the user should be permitted to perform operations using the IOSPORTS service. If so, grant the user user-ID UPDATE permission to the profile IOSPORTS in the class FACILITY. Then restart the CIM server.

User response:

Report this problem to your system programmer.

CEZ05000E
Internal error detected in provider module module-name when method method-name invoked system service service-name. The service returned RC=return-code RSN=CEA-reason-code. Additional diagnostic information: CEAERRO_Diag1=code1 CEAERRO_Diag2=code2 CEAERRO_Diag3=code3 CEAERRO_Diag4=code4 CEAERRO_Msg=text
Explanation:

The system encountered an internal error while processing a CIM request. The following information is provided:

module-name
Name of CIM provider module
method-name
Name of CIM method invoked
service-name
Name of the internal service, usually in the CEA component
return-code
Internal return code
CEA-reason-code
Internal CEA reason code. See CEA reason codes for details.
CEAERRO_Diag1-4
Internal values representing errors in system processing on behalf of the CIM request
CEAERRO_Msg
Textual information saved by system processing on behalf of the CIM request
System action:

System processing ended with the error information described in this message.

System programmer response:

See CEAERRO_Msg for more informational messages about the problem. If the problem is still unclear or no additional messages are available, contact IBM Service for assistance.

User response:

Report this problem to your system programmer.

CEZ05001E
Internal error detected in provider module module-name when method method-name invoked system service service-name. The service returned RC=return-code RSN=CEA-reason-code
Explanation:

The system encountered an internal error while processing a CIM request. The following information is provided:

module-name
Name of CIM provider module
method-name
Name of CIM method invoked
service-name
Name of the internal service, usually in the CEA component
return-code
Internal return code
CEA-reason-code
Internal CEA reason code. See CEA reason codes for details.
System action:

The requested CIM operation is returned in error. System processing ended with the error information described in this message.

System programmer response:

Contact IBM Service for assistance.

User response:

Report this problem to your system programmer.

CEZ05002E
Common Event Adapter (CEA) not available.
Explanation:

A CIM method was invoked, but the CEA address space was not active to process the request.

System action:

The requested CIM operation is returned in error.

System programmer response:

Enter the command START CEA from the operator console to start the CEA address space. Verify that CEA is active through the command D A,CEA.

User response:

Report this problem to your system programmer.

CEZ05003E
User user-name not authorized for Common Event Adapter (CEA) request.
Explanation:

A CIM method was invoked, but the user is not authorized to issue requests to the CEA component.

System action:

The requested CIM operation is returned in error.

System programmer response:

Ensure that the user has access to CEA. Refer to RACF setup.

User response:

Report this problem to your system programmer.

CEZ05004E
IPCS Sysplex Dump Directory cannot find incident information.
Explanation:

A CIM method was invoked to locate a specific incident, but the Common Event Adapter (CEA) component cannot locate the incident in the sysplex dump directory (SYS1.DDIR). Common reasons include:

  • Sysplex dump directory SYS1.DDIR (or equivalent data set name) is not set up correctly
  • Dump incident is not in the directory
  • Incident could have been previously deleted from the directory.
System action:

The requested CIM operation is returned in error. If the failure occurred while performing a set tracking number or set PMR number operation, the function ends without having updated either value.

System programmer response:

Verify that the sysplex dump directory exists and is usable. Default name is SYS1.DDIR. For more information, see the topic on troubleshooting problems in z/OS® Management Facility User’s Guide. If the problem persists, contact IBM Service for assistance.

User response:

Report this problem to your system programmer.

CEZ05005E
System REXX not available.
Explanation:

A CIM method was invoked, requiring the invocation of a system REXX exec. However, the System REXX address space (AXR) or facilities that it provides are not available.

System action:

The requested CIM operation is returned in error.

System programmer response:

Enter the command START AXRPSTRT from the operator console to start System REXX. Verify that System REXX is active with the D A,AXR command.

User response:

Report this problem to your system programmer.

CEZ05006E
System REXX is not configured to support compiled REXX execs.
Explanation:

A CIM method was invoked, requiring the invocation of a system REXX exec. However, the System REXX component cannot process the exec. This usually indicates that the run time support for compiled REXX has not been set up.

System action:

The requested CIM operation is returned in error.

System programmer response:

The REXX library and the REXX Alternate library must be installed. Refer to the Program Directory of these optional products for installation instructions.

User response:

Report this problem to your system programmer.

CEZ05007W
The request method-name has timed out.
Explanation:

A CIM method was invoked, requiring the invocation of a system REXX exec that timed out.

System action:

The requested CIM operation is returned in error.

System programmer response:

This is an internal problem related to the TIMEINT parameter on the AXREXX macro. Contact IBM Service for assistance.

User response:

Report this problem to your system programmer.

CEZ05008W
The request method-name could not be processed at this time.
Explanation:

A CIM method was invoked, but System REXX is overloaded and cannot schedule the corresponding REXX exec to run at this time.

System action:

System REXX limits the number of active and waiting requests to 5000. The requested CIM operation is returned in error.

System programmer response:

Enter the command SYSREXX STATUS and check the value specified as "REQUESTS QUEUED" in message AXR0200I. Have the user retry the operation when there are fewer System REXX requests being processed. If still unsuccessful, contact IBM Service for assistance.

User response:

Report this problem to your system programmer.

CEZ05009E
SYS1.MIGLIB is not APF authorized.
Explanation:

A CIM method was invoked that requires the use of an authorized service in SYS1.MIGLIB (such as AMATERSE). However, SYS1.MIGLIB is not APF authorized, which prevents CEA from invoking those programs.

System action:

The requested CIM operation is returned in error.

System programmer response:

From the operator console, enter the command

SETPROG APF,ADD,DSN=SYS1.MIGLIB,
        VOL=<volser>

where <volser> is the volume on which MIGLIB resides.

User response:

Report this problem to your system programmer.

CEZ05010E
User user-name not authorized to view operator log snapshot logstream-or-dataset-name.
Explanation:

A CIM method was invoked, referencing an OPERLOG snapshot for a specific incident, but the invoker is not SAF authorized to view information about the snapshot. OPERLOG diagnostic snapshots are stored in DASD log streams with data set names containing the high level data set qualifier specified in the CEAPRMxx PARMLIB member.

System action:

The requested CIM operation is returned in error.

System programmer response:

  • The security administrator must authorize the invoker of the service to the high-level qualifier (HLQ) of this dataset.
  • The PARMLIB member CEAPRM00 (or the customized member CEAPRMxx, where xx is the suffix particular to your system) should contain the customized HLQ value or its default (‘CEA').
User response:

Report this problem to your system programmer.

CEZ05011E
The System Logger is not available. CEAERRO_Diag4=code
Explanation:

A CIM method was invoked, attempting to access a DASD log stream, but the System Logger facility is not available. The code value associated with CEAERRO_Diag4 refers to a system logger return code.

System action:

The requested CIM operation is returned in error.

System programmer response:

  • See the description of IXGCON in z/OS MVS™ Data Areas, Vol 3 for an explanation of the logger reason code in CEAERRO_Diag4.
  • If the system is not running with a logger couple data set, this is a permanent condition for the IPL. Otherwise, restart the system logger and enter the request again.
User response:

Report this problem to your system programmer.

CEZ05012E
The Common Event Adapter (CEA) event event-name was forced removed by the system operator.
Explanation:

The system operator used the CEAunsubscribe console command to force the removal of this event while there was a CIM user subscribed to it. The following console command may have been issued:

f cea,diag,remove,client=clientname,
						 event=eventname
System action:

The CIM indication will no longer be surfaced.

System programmer response:

Avoid removing events that have outstanding subscriptions.

User response:

Unsubscribe to the event specified in the message and resubscribe.

CEZ05013E
Common Event Adapter (CEA) is running in minimum mode.
Explanation:

The system operator has forced CEA into 'minimum mode' by using the command:

f cea,mode=min

CIM indication processing is unavailable.

System action:

CIM indications will not be supported.

System programmer response:

Change CEA to run in 'full mode'. The following console command can be used:

f cea,mode=full
User response:

Contact your system programmer.

CEZ05014E
Internal error detected in provider module module-name while invoking method method-name.
Explanation:

A CIM method was invoked, but an internal provider error occurred in the CIM provider.

System action:

The requested CIM operation is returned in error.

System programmer response:

Contact IBM Service for assistance.

User response:

Report this problem to your system programmer.

CEZ05015E
Target operating system version/release not supported for provider module module-name method method-name.
Explanation:

A CIM method was invoked, but the provider requires the identified minimum operating system version/release.

System action:

The requested CIM operation is returned in error.

System programmer response:

Contact IBM Service for assistance.

User response:

Report this problem to your system programmer.

CEZ05016E
IPCS Sysplex Dump Directory failure.
Explanation:

A CIM method was invoked to locate incident information, but the Common Event Adapter (CEA) component encountered a File Open Error when accessing the sysplex dump directory (SYS1.DDIR or equivalent data set name). A possible cause is that SYS1.DDIR is not set up correctly.

System action:

The requested CIM operation is returned in error. If the failure occurred while performing a set problem tracking number or set PMR number operation, the function will end without having updated the value.

System programmer response:

  • Verify that the sysplex dump directory exists and is usable. Default name is SYS1.DDIR.
  • For more information, see the topic on troubleshooting problems in IBM z/OS Management Facility User's Guide.
  • If you still encounter a problem, contact IBM Service for assistance.
User response:

Report this problem to your system programmer.

CEZ05017E
IPCS Sysplex Dump Directory busy. Please try request again.
Explanation:

A CIM method was invoked to locate incident information, but the Common Event Adapter (CEA) experienced an ENQ Problem when accessing the Sysplex Dump Directory (SYS1.DDIR). A possible cause is that a job or IPCS user is accessing SYS1.DDIR while CEA is attempting to access it.

System action:

The requested CIM operation is returned in error.

System programmer response:

Ensure that no other users are attempting to access the sysplex dump directory at the same time by checking for an exclusive ENQ on SYS1.DDIR (using D GRS). If so, consider cancelling the suspect user or job.

User response:

Report this problem to your system programmer.

CEZ10000E
Unable to obtain a passticket for GPMSERVE. RACF permissions probably missing.
Explanation:

The Monitoring providers were unable to obtain a valid passticket for the application GPMSERVE (RMF™ Distributed Data Server).

System action:

The CIM request is not processed.

System programmer response:

Make sure that the RMF Distributed Data Server is set up for accepting PassTickets as described in z/OS RMF User's Guide.

User response:

Contact your system programmer.

CEZ10001E
Unable to connect to GPMSERVE.
Explanation:

The Monitoring providers were unable to connect to the application GPMSERVE (RMF Distributed Data Server).

System action:

The CIM request is not processed.

System programmer response:

Either start the GPMSERVE application or disable the Monitoring providers by setting the environment variable RMF_CIM_PROVIDER=DISABLE.

User response:

Contact your system programmer.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014