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


CFZ-prefix messages

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

CFZ-prefix messages

CFZ00409E
Bind failed: subsequent message.
Explanation:

The CIM server is unable to bind the socket.

System action:

None.

System programmer response:

The reason for the bind failure is described in the subsequent message.

User response:

Report this problem to your system programmer.

CFZ02202W
Property value is not valid: name=value
Explanation:

The value that was specified for the configuration property is not valid. See CIM server configuration for the correct values of configuration properties.

System action:

None.

System programmer response:

None.

User response:

Re-enter the command specifying a correct value for the configuration property.

CFZ02207W
The configuration property name is not dynamic.
Explanation:

The configuration property name cannot be changed dynamically for a running CIM server. Instead the change has to be made as a planned value to become effective after a CIM server restart. See cimconfig or MODIFY console command for details on how to change planned values.

System action:

None.

System programmer response:

None.

User response:

Change the planned configuration value and restart the CIM server.

CFZ02300I
Configuration property conf-property is not supported. Setting ignored.
Explanation:

The mentioned configuration property is no longer supported.

System action:

The CIM server ignores this setting and continues.

System programmer response:

Please remove the mentioned configuration property from the planned configuration of the CIM server's
/etc/wbem/cimserver_planned.conf.

User response:

None.

CFZ03029E
Unsupported UserContext value: "value".
Explanation:

A provider module was registered with a UserContext value of value, but that value is not supported by this version of the CIM server. Valid values are 2 for "Requestor" and 3 for "Designated User".

System action:

The provider module is not registered.

System programmer response:

Check the provider registration MOF and replace the invalid UserContext value with a value that is valid on z/OS.

User response:

Contact your system programmer.

CFZ03030E
Missing DesignatedUserContext property in PG_ProviderModule instance.
Explanation:

A provider module was registered with a UserContext value of 3 ("Designated User"). The user ID of the designated user has to be specified in DesignatedUserContext, but no value was found (see PG_ProviderModule).

System action:

The provider module is not registered.

System programmer response:

Check the provider registration MOF and add a valid user ID for the DesignatedUserContext property to all provider modules that are registered with a UserContext value of 3.

User response:

Contact your system programmer.

CFZ05000E
A system error occurred. Retry the CIM operation at a later time.
Explanation:

A CIM-XML operation exceeds the server's memory.

System action:

Stop the CIM-XML operation.

System programmer response:

Look for message CFZ08101E identifying the source of the CIM-XML request. Contact the owner of the application issuing the request and analyze the reason for the size of the operation. Limit the result objects for this request. Restart the server to clean it up.

User response:

Contact your system programmer.

CFZ05203W
The user user-ID is not authorized to run operation in the namespace namespace.
Explanation:

The user ID that invoked CIM operation operation is not authorized to run this operation in namespace namespace of the CIM server.

System action:

The CIM request is denied.

System programmer response:

Check the system console for further detailed error messages that indicate which authorization is missing for user user-ID. In most cases, the user has no UPDATE authority for profile CIMSERV in class WBEM.

User response:

Contact your system administrator for obtaining the required level of authorization.

CFZ06201W
Command not recognized by CIM server.
Explanation:

The command that was entered in the system console is not supported by the CIM server.

System action:

None.

System programmer response:

None.

User response:

None.

CFZ06202I
STOP command received from z/OS console, initiating shutdown.
Explanation:

The CIM server received the STOP command from the console.

System action:

The CIM server is shutting down.

System programmer response:

None.

User response:

None.

CFZ06203E
CIM server Console command thread cannot be created: error-text (errno error-number, reason code X'reason-code').
Explanation:

The CIM server cannot start the thread handling commands issued at the console. For a description of error error-text with error number error-number and the last four digits of the reason code X'reason-code', see z/OS® UNIX System Services Messages and Codes, or enter the reason code in the BPXMTEXT TSO command.

System action:

None.

System programmer response:

The CIM server cannot be stopped using the console command. To stop the CIM server, purge the address space or use a privileged UNIX user ID to issue the command cimserver -s from the UNIX System Services command prompt.

User response:

Contact your system programmer.

CFZ06204E
Console Communication Service failed: error-text (errno error-number, reason code X'reason-code').
Explanation:

The CIM server is connected to the system console by using the Console Communication Service. The CIM server received the unrecoverable error error-text. For a description of error error-text with errno error-number and the last four digits of the reason code X'reason-code, see , or enter the reason code in the BPXMTEXT TSO command.

System action:

CIM server shuts down.

System programmer response:

Errno error-number and the last four digits of the reason code X'reason-code' point out the reason for the error. Check the console for more messages indicating the problem.

User response:

None.

CFZ06205E
CIM MODIFY command rejected due to syntax error.
Explanation:

A MODIFY command was entered for the CIM server that could not be recognized due to invalid syntax.

System action:

None.

System programmer response:

None.

User response:

Enter the command with the correct syntax.

CFZ06206I
Syntax is: MODIFY CFZCIM,APPL=CONFIG, name=valueæ,PLANNED]
Explanation:

This messages describes the expected format for CIM server MODIFY command.

System action:

None.

System programmer response:

None.

User response:

None.

CFZ06207E
Failed to update configuration value.
Explanation:

The CIM server failed to update a configuration value that was entered through the system console.

System action:

None.

System programmer response:

Look for other messages indicating the problem.

User response:

Look for other messages indicating the problem.

CFZ06208I
Updated current value for name to value.
Explanation:

A configuration value for a running CIM server has immediately been updated. The changed value will stay in effect as long as the CIM server is running. After a restart the value is reset to either the default or to the planned configuration value.

System action:

The change requested by the MODIFY command is now in effect.

System programmer response:

None.

User response:

None.

CFZ06209I
Updated planned value for name to value.
Explanation:

A configuration value has been updated for the planned configuration of the CIM server. It will become active after the CIM server is restarted. This change is persistent until the planned value is changed again.

System action:

The change requested by the MODIFY command becomes effective after the next CIM server restart.

System programmer response:

None.

User response:

None.

CFZ06210I
This change will become effective after CIM server restart.
Explanation:

The change requested by the MODIFY command will not be in effect until the CIM server is restarted.

System action:

None.

System programmer response:

None.

User response:

None.

CFZ06211E
MODIFY command failed: message
Explanation:

A configuration update requested through the MODIFY command failed. The detailed cause is indicated by message.

System action:

None.

System programmer response:

None.

User response:

None.

CFZ06212E
name is not a valid configuration property.
Explanation:

The configuration property name is not recognized by the CIM server as a valid configuration property.

System action:

None.

System programmer response:

None.

User response:

Use the correct name for the configuration property and enter the command again.

CFZ06213I
List of CIM server environment variables: variable-list
Explanation:

When you have issued the MODIFY APPL=ENV command, this message displays the current list of all environment variables that are active for the CIM server address space along with their current values.

System action:

None.

System programmer response:

None.

User response:

None.

CFZ06214I
variable-name=value
Explanation:

When you have issued the MODIFY APPL=ENV,variable-name command, this message displays the current value of the environment variable specified by variable-name.

System action:

None.

System programmer response:

None.

User response:

None.

CFZ06215E
Variable "variable-name" is undefined
Explanation:

When you have issued the MODIFY APPL=ENV,variable-name command, this message indicates that no environment variable with the name variable-name is defined in the CIM server address space.

System action:

None.

System programmer response:

None.

User response:

None.

CFZ07801E
CIM HTTP or HTTPS connection failed to create the socket.
Explanation:

The CIM server was unable to create a socket.

System action:

None.

System programmer response:

Check the PORT and PORTRANGE statements in the PROFILE.TCPIP configuration file to ensure that the ports specified by the httpPort and httpsPort CIM server configuration properties are accessible by the CIM server. Check the security product configuration to ensure that the CIM server is able to access the ports specified by the httpPort and httpsPort CIM server configuration properties.

For example, OEM security product ACF2 may require "Stack & Port security authorization" for the CIM server. Use the TCP/IP NETSTAT ALLCONN PORT command to check for servers using the ports specified by the httpPort and httpsPort CIM server configuration properties.

Example:

TSO NETSTAT ALLCONN (PORT 5988
User response:

Report this problem to your system programmer.

CFZ07805E
Failed to bind socket on port port-number: error-text (error code error-code, reason code 0xreason-code).
Explanation:

Before listening on network port port-number the CIM server failed to bind the socket with error-code and 0xreason-code. It therefore will not be able to communicate over this network port. Probably the port is already in use by another program or has been reserved by the TCP/IP configuration.

System action:

The CIM server does not start.

System programmer response:

Error code error-code and the last four digits of the reason code 0xreason-code point out the reason for the error.

For a description of error error-text with error code error-code and the last four digits of the reason code 0xreason-code, see z/OS UNIX System Services Messages and Codes, or enter the reason code in the BPXMTEXT TSO command.

User response:

None.

CFZ07806E
Failed to set permission on local domain socket socket: error-text (error code error-code, reason code 0xreason-code).
Explanation:

The CIM server is not able to set the permission on socket file socket for local communication.

System action:

The CIM server does not start.

System programmer response:

Error codeerror-code and the last four digits of the reason code 0xreason-code point out the reason for the error. For a description of error error-text with error code error-code and the last four digits of the reason code 0xreason-code, see z/OS UNIX System Services Messages and Codes, or enter the reason code in the BPXMTEXT TSO command.

User response:

None.

CFZ07807E
Failed to listen on socket socket-number: error-text (error code error-code, reason code 0xreason-code).
Explanation:

The CIM server failed to listen on socket socket-number. It therefore will not be able to communicate over this network port. Probably the port is already in use by another program or has been reserved by the TCP/IP configuration.

System action:

The CIM server does not start.

System programmer response:

Error codeerror-code and the last four digits of the reason code 0xreason-code point out the reason for the error. For a description of error error-text with error code error-code and the last four digits of the reason code 0xreason-code, see z/OS UNIX System Services Messages and Codes, or enter the reason code in the BPXMTEXT TSO command.

User response:

None.

CFZ08001W
CIM HTTP or HTTPS connector cannot connect to host:port. Connection failed.
Explanation:

The CIM server or a CIM client could not connect to a CIM indication listener or CIM server on host:port.

System action:

None.

System programmer response:

None.

User response:

Check that the target of the connection is a valid hostname, IP connectivity exists to that host and that a CIM indication listener or a CIM server is listening on port of the target system.

CFZ08101E
Internal server error. Connection with IP address IP-address closed.
Explanation:

An unrecoverable error occurred during the communication with the client connected by IP-address.

System action:

The connection is closed.

System programmer response:

This message provides the affected IP address. Look for a previous CFZ message describing details of the internal error.

User response:

Contact your system programmer.

CFZ09100I
TCP/IP temporary unavailable.
Explanation:

The TCP/IP stack used by the CIM server is not available.

System action:

The CIM server is waiting for a restart of the TCP/IP stack. The CIM server will be not able to handle any commands and requests until the restart of the TCP/IP stack has completed. Currently processed requests are terminated.

System programmer response:

Restart the TCP/IP stack the CIM server was using. If this stack is no longer used, restart the CIM server.

User response:

None.

CFZ10024I
Unable to start the CIM server. CIM server is already running.
Explanation:

The CIM server detects that another instance of the CIM server is already running. There can be only one running CIM server.

System action:

None.

System programmer response:

Do not start the CIM server again. If you want to start a new CIM server on the system, use the stop command at the system console (/p cfzcim ) or look for the CIM server running in the UNIX System Services (/d omvs,a=all ) and cancel the process (/c cfzcim).

User response:

None.

CFZ10025I
The CIM server is listening on HTTP port port-number.
Explanation:

The CIM server is starting up and will listen on port port-number for incoming requests from clients. For information about how to configure the CIM server's HTTP connections see CIM server configuration.

System action:

None.

System programmer response:

None.

User response:

None.

CFZ10026I
The CIM server is listening on HTTPS port port-number.
Explanation:

The CIM server is starting up and will listen on port port-number for incoming requests from clients using SSL encryption. Please note that special TCP/IP configuration settings are required for enabling the CIM server to support SSL encryption for HTTPS. For information about how to configure the CIM server's HTTPS connections see Configuring the CIM server HTTPS connection using AT-TLS.

System action:

None.

System programmer response:

None.

User response:

None.

CFZ10028I
The CIM server is listening on the local connection socket.
Explanation:

The CIM server is starting up and will listen for incoming requests from clients. For information about how to configure the CIM server's HTTP connections see CIM server configuration.

System action:

None.

System programmer response:

None.

User response:

None.

CFZ10030I
Started CIM server version version.
Explanation:

The CIM server is now started and accepts CIM client requests.

System action:

None.

System programmer response:

None.

User response:

None.

CFZ10031I
CIM server - stopped.
Explanation:

The CIM server is now stopped. CIM client requests are no longer accepted.

System action:

None.

System programmer response:

None.

User response:

None.

CFZ10033E
The CIM server is not started: subsequent message.
Explanation:

The CIM server was not started due to an error condition described in subsequent message.

System action:

The CIM server is not started.

System programmer response:

See the error condition as described in the subsequent message.

User response:

Report this problem to your system programmer.

CFZ10034E
CIM server repository contains files with wrong tags. Unable to set file tags. Stopping CIM server startup.
Explanation:

The CIM server repository contains files tagged with the wrong CCSID. The CIM server tried to set the right CCSID (ISO8859-1) tag on this file, but was not successful.

System action:

The CIM server stops.

System programmer response:

Look for previously issued messages (CFZ10035E or equivalent LE messages) about access violations for path /var/wbem. Grant the denied access right to the user ID running the CIM server. Restart the CIM server.

User response:

None.

CFZ10035E
Failed to change file tag for file-name. Error (error-number): error-message.
Explanation:

The CIM server is not able to change the file tag for the file file-name. For the reason, see the system error number error-number and the system error message error-message.

System action:

The CIM server stops.

System programmer response:

Correct the reason for failing to change the file tag. The reason is indicated by the system error number error-number and the system error message error-message.

User response:

None.

CFZ10036W
CIM server repaired file tags for number repository files.
Explanation:

The CIM server was able to restore the correct CCSID (ISO8859-1) file tag for a number of number repository files.

System action:

None.

System programmer response:

Repository file tags were missing or wrong. Please revise procedures handling files located in /var/wbem to preserve file tags. If file tags are preserved, this message will not be displayed again.

User response:

None.

CFZ10037E
Failed to open repository directory repositoy-directoy: error-text (error code error-code, reason code 0xreason-code).
Explanation:

The CIM server is not able to open the directory repository-directory containing the repository.

System action:

The CIM server does not start.

System programmer response:

Error code error-code and the last four digits of the reason code 0xreason-code point out the reason for the error. For a description of error error-text with error code error-code and the last four digits of the reason code 0xreason-code, see z/OS UNIX System Services Messages and Codes, or enter the reason code in the BPXMTEXT TSO command.

User response:

None.

CFZ10206W
No providers accepted the subscription.
Explanation:

The subscription request for a CIM indication failed because there is no CIM indication provider that accepts the query contained in the indication filter. Either the filter contains an invalid or unsupported query, or an error has occurred during subscription processing.

System action:

The indication subscription fails and the subscription is not persistent on the CIM server.

System programmer response:

Check the z/OS console for other error messages that indicate the cause of the subscription failure.

User response:

Check the query in the indication filter and make sure this query is supported by the target CIM server. If the problem persists contact the system programmer of the target system.

CFZ10215W
Subscription (name) in namespace namespace has no provider.
Explanation:

During startup the CIM server has failed to re-establish a persistent CIM indication subscription because there is no CIM indication provider that accepts the query contained in the indication filter. Either the filter contains an invalid or unsupported query, or an error has occurred during subscription processing.

System action:

The subscription name is inactive.

System programmer response:

Check the z/OS console for other error messages that indicate the cause of the subscription failure. Correct the error(s) and then restart the CIM server.

User response:

None.

CFZ10405W
Failed to deliver an indication: message-details
Explanation:

The CIM server was unable to deliver a CIM indication to a subscribed indication listener. See message-details for the potential cause.

System action:

The CIM indication is not delivered and discarded.

System programmer response:

Ensure the destination system of the indication subscription is available and reachable. To remove obsolete indication subscriptions use the cimsub command (see cimsub).

User response:

None.

CFZ12500E
Not loading dynamic load library library-name due to missing program control flag.
Explanation:

The CIM server runs on a system with Enhanced Security and thus does not load dynamic libraries which are not audited by a system programmer.

System action:

The system does not load the named dynamic library.

System programmer response:

Set the program control flag on the dynamic library using the UNIX System Services command extattr +p <filename>.

User response:

Contact a system programmer to audit the dynamic library and set the program control flag.

CFZ12501E
Security profile CIMSERV in CLASS WBEM must be defined. Ending CIM server.
Explanation:

The CIM server detected an incomplete security setup.

System action:

The CIM server does not start.

System programmer response:

Complete the security setup by defining the profile CIMSERV in class WBEM. Refer to CIM server security setup for further details.

User response:

Contact your system programmer.

CFZ12502E
CIM server user ID requires either READ access to BPX.SERVER or must be UID 0. Ending CIM server.
Explanation:

The CIM server user ID must have READ access to the security profile BPX.SERVER, or, if BPX.SERVER is not defined on your system, must be a privileged user.

System action:

The CIM server stops.

System programmer response:

Permit the user ID to run the CIM server by either giving it READ access to profile BPX.SERVER, or, if not running in an Enhanced Security environment, set the UID to 0.

User response:

Contact your system programmer.

CFZ12503E
CIM server address space dirty due to loading from a not program controlled load library. Ending CIM server.
Explanation:

The CIM server loaded a dynamic library that is not program controlled. Either the security setup is not complete or a dynamic library has been changed without a system programmer's audit.

System action:

The CIM server stops.

Programmer response:

Check all dynamic libraries for their program control flag and ensure that no library changed. Make sure that the Language Environment® libraries SCEERUN and SCEERUN2 are program controlled.

User response:

Contact your system programmer.

CFZ12504E
CIM server does not have appropriate privileges to check SAF security environment. Ending CIM server.
Explanation:

The CIM server user ID must have READ access to the security profile BPX.SERVER, or, if BPX.SERVER is not defined on your system, must be privileged.

System action:

The CIM server stops.

System programmer response:

Permit the user ID to run the CIM server by either giving it READ access to profile BPX.SERVER, or, if not running in an Enhanced Security environment, set the UID to 0.

User response:

Contact your system programmer.

CFZ12505E
CIM server user ID requires either READ access to BPX.SERVER or must be UID 0. Ending CIM server.
Explanation:

The CIM server user ID must have READ access to the security profile BPX.SERVER, or, if BPX.SERVER is not defined on your system, must be privileged.

System action:

The CIM server stops.

System programmer response:

Permit the user ID to run the CIM server by either giving it READ access to profile BPX.SERVER, or, if not running in an Enhanced Security environment, set the UID to 0.

User response:

Contact your system programmer.

CFZ12506E
CIM server address space dirty due loading from a not program controlled load library. Ending CIM server.
Explanation:

The CIM server has loaded a dynamic library that is not program controlled. Either the security setup is not complete or a dynamic library has been changed without a system programmer's audit.

System action:

The CIM server stops.

Programmer response:

Check all dynamic libraries for their program control flag and ensure that no library has changed. Make sure the Language Environment libraries SCEERUN and SCEERUN2 are program controlled.

User response:

Contact your system programmer.

CFZ12507W
CIM server does not have surrogate for client user ID user-ID.
Explanation:

A request sent from the user ID could not be processed. The CIM server does not have access to act as surrogate for the requesting user ID.

System action:

The user request is ignored and an error message is sent to the client.

System programmer response:

To permit the CIM server user ID to act as a surrogate for the client user, grant the user ID running the CIM server READ access to the RACF® profile BPX.SRV.user-ID as described in Switching identity (surrogate).

User response:

Contact your system programmer.

CFZ12508W
Failure error-number deleting thread security.
Explanation:

The CIM server was not able to delete the thread level security built for a specific request.

System action:

None.

System programmer response:

None.

User response:

None.

CFZ12509E
The CIM server user ID requires either READ access to BPX.SERVER or must be UID 0. Stopping CIM server startup.
Explanation:

The user ID that starts the CIM server must have READ access to the security profile BPX.SERVER, or, if BPX.SERVER is not defined on your system, must be a privileged user.

System action:

The CIM server does not start.

System programmer response:

Permit the user ID to run the CIM server by either giving it READ access to profile BPX.SERVER, or, if not running in an Enhanced Security environment, set the UID to 0.

User response:

Contact your system programmer.

CFZ12510E
CIM server address space dirty due to loading from a not program controlled load library. Stopping CIM server startup.
Explanation:

The CIM server loaded a dynamic library that is not program controlled during startup. Probably the security setup is not complete or a dynamic library has been changed without a system programmer's audit.

System action:

The CIM server does not start.

Programmer response:

Check all dynamic libraries for their program control flag and ensure that no library changed. Make sure the Language Environment libraries SCEERUN and SCEERUN2 are program controlled.

User response:

Contact your system programmer.

CFZ12511E
CIM server does not have appropriate privileges to check SAF security environment. Stopping CIM server startup.
Explanation:

The user ID that starts the CIM server must have READ access to the security profile BPX.SERVER, or, if BPX.SERVER is not defined on your system, must be a privileged user.

System action:

The CIM server does not start.

System programmer response:

Permit the user ID to run the CIM server by either giving it READ access to profile BPX.SERVER, or, if not running in an Enhanced Security environment, set the UID to 0.

User response:

Contact your system programmer.

CFZ12512E
Security profile CIMSERV in CLASS WBEM must be defined. Stopping CIM server startup.
Explanation:

The CIM server detected an incomplete security setup on startup.

System action:

The CIM server does not start.

System programmer response:

To complete the security setup, define the profile CIMSERV in class WBEM. Refer to CIM server security setup for further details.

User response:

Contact your system programmer.

CFZ12513E
The CIM server user ID requires CONTROL access to security profile CIMSERV in CLASS WBEM. Stopping CIM server startup.
Explanation:

The CIM server user ID requires CONTROL access to security profile CIMSERV in CLASS WBEM.

System action:

The CIM server does not start.

System programmer response:

To permit the CIM server user ID to perform administrative CIM tasks, give it CONTROL permission to profile CIMSERV in class WBEM. Refer to CIM server security setup for further details.

User response:

Contact your system programmer.

CFZ12514E
Security profile profile-name in CLASS WBEM must be defined.
Explanation:

A provider defined a security profile at registration that is not defined for RACF class WBEM.

System action:

None.

System programmer response:

Create the RACF profile in class WBEM and permit users who should have access to the provider.Verify if the security profile is defined for RACF and make sure that the class WBEM has been refreshed. Verify if the provider really should be registered with the mentioned security profile and if it should be checked.

User response:

Contact your system programmer.

CFZ12515W
User user-ID not authorized to perform intrinsic CIM operation operation against provider provider-name. access-type access to profile-name in CLASS WBEM required.
Explanation:

User user-ID is not authorized to perform CIM operation operation involving the provider provider-name. The user needs access-type access to SAF security profile profile-name that is defined in class WBEM.

System action:

The request is not processed and an "Access Denied" notification is sent to the client.

System programmer response:

Verify if the user should be permitted to perform the current request. If so, grant the user access-type access to the profile profile-name.

User response:

None. Access has been denied to a user with insufficient authority.

CFZ12516E
CIM server does not have appropriate privileges to check SAF security environment. Ending CIM server.
Explanation:

The CIM server user ID must have READ access to the security profile BPX.SERVER, or, if BPX.SERVER is not defined on your system, must be a privileged user.

System action:

The CIM server stops.

System programmer response:

Permit the user ID to run the CIM server by either giving it READ access to profile BPX.SERVER, or, if not running in an Enhanced Security environment, set the UID to 0.

User response:

None.

CFZ12517E
Missing IdentityContainer (no username) in request.
Explanation:

The security component of the CIM server detected an invalid operation context that does not contain a username.

System action:

The request is not processed and an "Access Denied" notification is sent to the client.

System programmer response:

None.

User response:

None.

CFZ12519E
An unexpected error occurs: error-text (error number error-number, reason code 0xreason-code). Stopping CIM server startup.
Explanation:

During startup, the CIM server received the unrecoverable error error-text. For a description of error error-text with error number error-number and the last four digits of the reason code 0xreason-code, see , or enter the reason code in the BPXMTEXT TSO command.

System action:

The CIM server does not start.

System programmer response:

Error number error-number and the last four digits of the reason code 0xreason-code point out the reason for the error. Check the console for more messages indicating the problem.

User response:

Contact your system programmer.

CFZ12520E
CIM server did not set Must Stay Clean. Stopping provider agent startup.
Explanation:

The provider agent determined that the Must Stay Clean flag was not set. The provider agent startup is not processed by the CIM server.

System action:

The provider agent does not start.

System programmer response:

Ensure that the provider agent can only be started by the CIM server.

User response:

Contact your system programmer.

CFZ12521E
An unexpected error occurs: error-text (error number error-number, reason code X'reason-code'). Stopping provider agent startup.
Explanation:

During startup, the provider agent received the unrecoverable error error-text. For a description of error error-text with error number error-number and the last four digits of the reason code X'reason-code', see , or enter the reason code in the BPXMTEXT TSO command.

System action:

The provider agent does not start.

System programmer response:

Error number error-number and the last four digits of the reason code X'reason-code' point out the reason for the error. Check the console for more messages indicating the problem.

User response:

Contact your system programmer.

CFZ12523E
CIM Runtime Environment user ID requires either READ access to BPX.SERVER or has to be UID 0. Stopping provider agent startup.
Explanation:

The user ID that runs the provider agent must have READ access to the security profile BPX.SERVER, or, if BPX.SERVER is not defined on your system, must be a privileged user.

System action:

The provider agent does not start.

System programmer response:

Permit the user ID to run the CIM server by either giving it READ access to profile BPX.SERVER, or, if not running in an Enhanced Security environment, set the UID to 0.

User response:

Contact your system programmer.

CFZ12524E
Provider agent address space dirty due to loading from a not program controlled load library. Stopping provider agent startup.
Explanation:

The provider agent has loaded a dynamic library that is not program controlled. Either the security setup is not complete or a dynamic library has been changed without a system programmer’s audit.

System action:

The provider agent does not start.

System programmer response:

Check all dynamic libraries for their program control flag and ensure that no library has changed. For details on program control look at UNIX System Services Planning and z/OS Security Server RACF Security Administrator’s Guide.

User response:

Contact your system programmer.

CFZ12525E
CIM Runtime Environment does not have appropriate privileges to check SAF security environment. Stopping provider agent startup.
Explanation:

The user ID that runs the provider agent must have READ access to the security profile BPX.SERVER, or, if BPX.SERVER is not defined on your system, must be a privileged user.

System action:

The provider agent does not start.

System programmer response:

Permit the user ID to run the provider agent by either giving it READ access to profile BPX.SERVER, or, if not running in an Enhanced Security environment, set the UID to 0.

User response:

Contact your system programmer.

CFZ12526E
Unsupported UserContext value: "value".
Explanation:

A provider module was registered with a UserContext value of value, but that value is not supported by this version of the CIM server. Valid values are 2 ("Requestor") and 3 ("Designated User").

System action:

The addressed provider module is not correctly registered. The request fails and an error is sent back to the requestor.

System programmer response:

Identify the failing provider module, remove the provider using the cimprovider utility (see cimprovider) and re-register the provider with a correct provider registration MOF.

User response:

Contact your system programmer.

CFZ12527E
Missing DesignatedUserContext property in PG_ProviderModule instance.
Explanation:

A provider module was registered with a UserContext value of 3 ("Designated User"). The user ID of the designated user has to be specified in DesignatedUserContext, but no value was found (see PG_ProviderModule).

System action:

The request that is directed against the provider module in error will fail and an error is sent back to the requestor.

System programmer response:

Identify the failing provider module, remove the provider using the cimprovider utility (see cimprovider) and re-register the provider with a correct provider registration MOF.

User response:

Contact your system programmer.

CFZ12528I
Cannot switch to designated user user-ID. User is unknown to the security product, or has no OMVS segment.
Explanation:

The CIM server failed to switch the security context to user-ID for a provider configured with a designated user context. The user user-ID defined for the provider's security context is not defined to the system or does not have an OMVS segment.

System action:

The request fails and an authorization error is sent back to the requestor/client.

System programmer response:

Check if the user user-ID is the right user ID to run with or check for the existence of the user user-ID within your security product with the appropriate OMVS segment. If the problem persists you may want to remove the failing provider using the cimprovider utility and re-register the provider with the correct designated user defined in the provider registration MOF.

User response:

None.

CFZ12529E
An unexpected error occurred when switching to user user-ID: error-text (error code error-code , reason code 0xreason-code).
Explanation:

The CIM server failed to switch to user-ID for the designated user context of a provider.

System action:

The request fails and an authorization error is sent back to the requestor/client.

System programmer response:

Error code error-code and the last four digits of the reason code 0xreason-code point out the reason for the error. For a description of error error-text with error code error-code and the last four digits of the reason code 0xreason-code, see z/OS UNIX System Services Messages and Codes, or enter the reason code in the BPXMTEXT TSO command.

User response:

None.

CFZ12530E
Cannot switch to user user-ID because a SAF authorization error occurred. For the reason, see the SAF RACROUTE EXTRACT service reason code reason-code.
Explanation:

A SAF authorization error has occurred. The message returns the SAF specific reason code. For RACF, the two rightmost bytes contain the RACF return code and the RACF reason code.

Example: For reason code 0x0BE80820, the RACF return code is 08 and the RACF reason code is 20.

System action:

The CIM server terminates the user request.

System programmer response:

Use the reason-code for your SAF RACROUTE EXTRACT service to find more details to resolve the authorization error.

For RACF: For details of the authorization error, use the RACF return code and reason code. See the UNIX System Services Programming: Assembler Callable Services Reference , table "RACF return and reason codes", for the specific reason of the failure.

User response:

Report this problem to your system programmer.

CFZ12531E
User user-ID is not authorized to shut down the CIM server. RC=returncode RSN=reasoncode
Explanation:

The attempt of user user-ID to shut down the CIM server has failed because the user does not have the required permissions.

Shutting down the CIM server requires CONTROL access to the CIMSERV profile in class WBEM. For information about other required but missing permissions, use the bpxmtext command along with the reasoncode.

System action:

The CIM server is not stopped

System programmer response:

None.

User response:

Obtain the required permissions or use a different user ID.

CFZ12532I
CIM server successfully registered to ARM using element name CFZ_SRV_system-name.
Explanation:

The CIM server successfully registered to the Automatic Restart Manager.

System action:

None.

System programmer response:

None.

User response:

None.

CFZ12533I
CIM server failed to register with ARM using element name CFZ_SRV_system-name: return code X'error-number', reason code X'reason-code'.
Explanation:

The CIM server failed to register with the Automatic Restart Manager using the element name CFZ_SRV_system-name.

System action:

None.

System programmer response:

If you do not want to use the Automatic Restart Manager, you can ignore this message. If you want to use ARM, use X'error-number' and X'reason-code' to look up the return and reason codes for the IXCARM macro in the z/OS MVS Programming: Sysplex Services Reference for the reason to fail to register with ARM.

User response:

None.

CFZ12534W
Authorization failed: User ID user-ID does not have CONTROL permission to profile CIMSERV CL(WBEM).
Explanation:

The user ID requesting an administrative task, for example, cimconfig or cimprovider, does not have the required permission.

System action:

The request is not processed and an "Access Denied" notification is sent to the client.

System programmer response:

Permit the user to perform administrative CIM tasks by giving him CONTROL permission to profile CIMSERV in class WBEM.

User response:

Contact your system programmer.

CFZ12535W
Authorization error: User ID user-ID cannot run the requested CIM operation because it lacks UPDATE permission to profile CIMSERV CL(WBEM).
Explanation:

A client with the named user ID has sent a CIM request for a CIM write operation (SetProperty, InvokeMethod, CreateInstance, ModifyInstance, DeleteInstance) to the CIM server without having the appropriate access rights.

System action:

The request is not processed and an "Access Denied" notification is sent to the client.

System programmer response:

None.

User response:

If you need to perform CIM write operations, ask your system programmer to grant you at least UPDATE access to profile CIMSERV CL(WBEM).

CFZ12540E
ATTLS reset the connection due to handshake failure. Connection closed.
Explanation:

AT-TLS reset the connection with the client due to a handshake failure.

System action:

The connection is closed.

System programmer response:

This message documents an unsuccessful connect to AT-TLS. If this prevents a connection from a client to the server, switch on tracing at the AT-TLS policy to find the reason for this closure.

User response:

Contact your system programmer.

CFZ12541E
An unexpected error occurs: error-text (error number error-number, reason code X'reason-code'). Connection closed.
Explanation:

While querying the AT-TLS connection using ioctl(), the CIM server received an unknown error. For a description of error error-text with error number error-number and the last four digits of the reason code X'reason-code', see , or enter the reason code in the BPXMTEXT TSO command.

System action:

The connection is closed.

System programmer response:

Contact IBM® support.

User response:

Contact your system programmer.

CFZ12542E
ATTLS policy is not active for the CIM server HTTPS port. Communication not secured. Connection closed.
Explanation:

The CIM server is configured to use HTTPS by defining the configuration property enableHttpsConnection, but the AT-TLS policy is not configured correctly for the CIM server.

System action:

The connection is closed.

System programmer response:

Please refer to CIM server security setup for information about how to configure AT-TLS for the CIM server.

User response:

Contact your system programmer.

CFZ12543E
ATTLS policy not valid for CIM server. Set ApplicationControlled to OFF. Connection closed.
Explanation:

The value of the property ApplicationControlled defined in the AT-TLS policy for the CIM server is ON. Hence, the CIM server is only aware of AT-TLS but does not control it.

System action:

The connection is closed.

System programmer response:

Change the property ApplicationControlled to OFF in the AT-TLS policy defined for the CIM server. Refer to CIM server security setup for information about how to configure AT-TLS for the CIM server.

User response:

None.

CFZ12544E
ATTLS policy specifies the wrong HandshakeRole for the CIM server HTTPS port. Communication not secured. Connection closed.
Explanation:

The property HandshakeRole defined in the inbound AT-TLS policy for the CIM server is not configured correctly.

System action:

The connection is closed.

System programmer response:

Change the property HandshakeRole to ServerWithClientAuth or to the server at the inbound AT-TLS policy defined for the CIM server. Refer to CIM server security setup for information about how to configure AT-TLS for the CIM server.

User response:

None.

CFZ12545E
Automatic repository upgrade failed at step step-number. Stopping CIM server startup.
Explanation:

The CIM server failed to automatically migrate the old repository in /var/wbem to the new schema level. No actual migration action was run, because the basic setup is not correct.

System action:

The CIM server does not start.

System programmer response:

To find out the reason for this error, check the previously issued message. Correct the basic setup and restart the CIM server.

User response:

None.

CFZ12546E
Automatic repository upgrade failed at step step-number. Recovery completed successfully. Stopping CIM server startup.
Explanation:

The CIM server failed to automatically migrate the old repository in /var/wbem to the new schema level. Migration started and ran to a certain point. Though they failed, the accomplished migration actions were successfully rolled back.

System action:

The CIM server does not start.

System programmer response:

To find out the reason for this error, check the previously issued message. Correct the setup problem and restart the CIM server.

User response:

Contact your system programmer.

CFZ12547F
Automatic repository upgrade failed at step step-number. Recovery failed, manual intervention required. Stopping CIM server startup.
Explanation:

The CIM server failed to automatically migrate the old repository in /var/wbem to the new schema level. Migration started and ran into a critical break. The attempt to roll back the taken actions failed. Manual user intervention is required to roll back taken migration actions.

System action:

The CIM server does not start.

System programmer response:

To find out the reason for this error, check the previously issued message. fallback the taken migration actions as described in that message. Fix the setup problem and restart the CIM server.

User response:

None.

CFZ12548E
Failed to initiate command: command with error: error-number.
Explanation:

The CIM server failed to automatically migrate the old repository in /var/wbem to the new schema level. Processing of the named command failed with error error-number.

System action:

The CIM server will roll back already taken migration actions. The CIM server does not start.

System programmer response:

Investigate why the named command cannot perform successfully. Fix the system setup and restart the CIM server.

You can find further details in STDERR and STDOUT of the job output.

User response:

Contact your system programmer.

CFZ12549E
Command command failed with status status-code.
Explanation:

The CIM server failed to automatically migrate the old repository in /var/wbem to the new schema level. The processing of the named command failed with status status-code.

System action:

The CIM server will roll back the already taken migration actions. CIM server does not start.

System programmer response:

Investigate why the named command cannot perform successfully. Fix the system setup and restart the CIM server.

Further details can be found in STDERR and STDOUT of the job output.

User response:

Contact your system programmer.

CFZ12550E
Failed to rename directory source-directory-name to target-directory-name with error: error-number.
Explanation:

The CIM server failed to automatically migrate the old repository in /var/wbem to the new schema level. Renaming of source directory to target directory failed.

System action:

The CIM server will roll back already taken migration actions. CIM server does not start.

System programmer response:

Investigate the reason of the renaming failure. Possible reasons are missing file access rights, a full file system or missing access right to run a program in an extra UNIX System Services address space.

User response:

Contact your system programmer.

CFZ12551E
Failed to create repository status files with: error-text.
Explanation:

The CIM server failed to write the repository status file while automatically migrating the old repository in /var/wbem to the new schema level. The migration is nearly complete, but writing the repository status file failed. The repository status file serves to avoid repeated attempts to migrate the repository.

System action:

A message is logged to the system console. The CIM server startup continues.

System programmer response:

Either fix the reason for the failed write of the repository status file and stop and restart the CIM server, or copy the file supplied in /usr/lpp/wbem/ to /var/wbem.

User response:

Contact your system programmer.

CFZ12552I
Starting automatic repository upgrade.
Explanation:

The CIM server will start to migrate the old repository to the new schema level.

System action:

The CIM server starts to migrate the repository.

System programmer response:

None.

User response:

None.

CFZ12554E
Error during automatic repository upgrade. No reference repository found at directory-name.
Explanation:

The CIM server could not locate the new repository at location directory-name. No actual migration action was run, because basic setup is not correct.

System action:

The CIM server does not start.

System programmer response:

Check the SMP/E installation. Directory and files should have been copied to the named location in the SMP/E APPLY step.

User response:

Contact your system programmer.

CFZ12555E
Rename of previous repository to directory-name failed.
Explanation:

The CIM server failed to automatically migrate the old repository in /var/wbem to the new schema level. Even though migration successfully created the new repository, renaming the old repository for backup failed.

System action:

The CIM server will remove the new repository to roll back the taken migration actions. The CIM server does not start.

System programmer response:

Investigate why the CIM server was unable to rename the directory /var/wbem/repository to the directory directory-name. Probable causes are insufficient disk space or missing access rights.

User response:

None.

CFZ12556E
Rename of new repository to directory-name failed.
Explanation:

The CIM server failed to automatically migrate the old repository in /var/wbem to the new schema level. Even though migration successfully created the new repository and backed up the old repository, renaming the new repository to /var/wbem/repository failed.

System action:

The CIM server tries to roll back the taken migration actions and also removes the new repository and renames the backed up version to /var/wbem/repository.

System programmer response:

Investigate why the CIM server was unable to rename the directory. Probable reasons are insufficient disk space or missing access rights. If fallback actions fail (indicated by message CFZ12547E), manually remove the directory named /var/wbem/repository_new and rename the latest backed up repository version to /var/wbem/repository.

User response:

None.

CFZ12557E
Failure during automatic repository upgrade. Trying to recover.
Explanation:

The CIM server failed to automatically migrate the old repository in /var/wbem to the new schema level.

System action:

The CIM server will try to roll back the taken migration actions.

System programmer response:

Check former and further messages for details and possible required actions.

User response:

None.

CFZ12558E
Failed to remove incomplete new repository at directory-name.
Explanation:

The CIM server failed to automatically migrate the old repository in /var/wbem to the new schema level. Removing the new, migrated repository failed.

System action:

The CIM server does not start.

System programmer response:

Remove the directory /var/wbem/repository_new and its subfolders and files. Check the system log for earlier messages for details on the actual migration step that failed. Fix the situation and restart the CIM server. The most common reason for this problem is insufficient disk space at /var/wbem.

User response:

None.

CFZ12559F
Failed to restore previous repository on recovery. Manual rename of source-directory-name back to target-directory-name required!
Explanation:

The CIM server tried to roll back the migration actions. Renaming the backed up copy of the old repository to target directory name failed.

System action:

The CIM server does not start.

System programmer response:

Rename the source directory to the target directory name. Investigate the reason for the failure of the automatic repository migration by checking the system log for former error messages. Fix the system setup and restart the CIM server.

User response:

Contact your system programmer.

CFZ12560E
Failed to create repository status file directory-name. Manual intervention required!
Explanation:

The CIM server failed to write the repository status file while automatically migrating the old repository in /var/wbem to the new schema level. The migration is nearly complete, but writing the repository status file failed. The repository status file serves to avoid repeated tries to migrate the repository.

System action:

A message is logged to the system console. The CIM server startup continues.

System programmer response:

Either fix the reason for the failed write of the repository status file and stop and restart the CIM server, or copy the file supplied in /usr/lpp/wbem/ to /var/wbem.

User response:

Contact your system programmer.

CFZ12561E
Repository in directory directory-name is backlevel. Run migration job for repository upgrade.
Explanation:

The CIM server failed to automatically migrate the old repository in /var/wbem to the new schema level. No actual migration action was run, because the basic setup is not correct. The old repository found at directory-name is not a z/OS 1.8 level repository.

System action:

The CIM server does not start.

System programmer response:

Use migration job CFZRCUST to migrate the repository.

User response:

Contact your system programmer.

CFZ12562I
Previous repository was renamed to directory-name for backup and can be removed.
Explanation:

The CIM server successfully migrated the old repository to the new schema level. A backup copy of the old repository is stored at directory-name. The copy should be backed up and then can be deleted to free up disk space.

System action:

The CIM server startup continues.

System programmer response:

You may want to backup the old repository, and delete the copy on hard disk.

User response:

None.

CFZ12563I
Automatic repository upgrade completed successfully.
Explanation:

The CIM server successfully migrated the old repository to the new schema level.

System action:

The CIM server startup continues.

System programmer response:

None.

User response:

None.

CFZ12564W
Failed to obtain information about file system path-name. Error: error-text.
Explanation:

The CIM server failed to determine information about the file system at path-name. The cause of the failure was error error-text.

System action:

Automatic repository upgrade continues.

System programmer response:

None.

User response:

None.

CFZ12565W
File system at path-name is smaller than the recommended 102400 KB (100MB).
Explanation:

The file system available at path-name should be at least 100MB large or be able to extend to that size. The CIM server might run out of space when automatically upgrading the repository.

System action:

Automatic repository upgrade continues.

System programmer response:

Make sure that there is enough space for data to be stored in the file system at path-name. Recommended is a system specific data set with at least 100MB space mounted at /var/wbem.

User response:

None.

CFZ12566W
Less free space than 61440 KB (60MB) available on file system path-name.
Explanation:

The CIM server detected less than 60MB space available in the file system path-name. The CIM server might run out of space when automatically upgrading the repository.

System action:

Automatic repository upgrade continues.

System programmer response:

Make sure that there is enough space for data to be stored in the file system at path-name. Recommended is a system specific data set with at least 60MB space mounted at /var/wbem.

User response:

None.

CFZ12568E
ATTLS is not active for TCP-IP stack the CIM server is using for HTTPS connections. Communication not secured. Connection closed.
Explanation:

The CIM server is configured to use HTTPS by defining the configuration property enableHttpsConnection, but the Communication Server Policy Agent was not enabled on the stack the CIM server is using when AT-TLS policy mapping was performed for the connection.

System action:

The connection is closed.

System programmer response:

Ensure that Communication Server Policy Agent is configured for the TCP/IP stack the CIM server is listening. Please refer to CIM server security setup for information about how to configure AT-TLS for the CIM server.

User response:

Contact your system programmer.

CFZ12569E
There is no ATTLS policy found for the CIM server HTTPS connections. Communication not secured. Connection closed.
Explanation:

The CIM server is configured to use HTTPS by defining the configuration property enableHttpsConnection, but the Communication Server Policy Agent did not find an AT-TLS policy for the CIM server when AT-TLS policy mapping was performed for the connection.

System action:

The connection is closed.

System programmer response:

Ensure that a Communication Server Policy Agent policy is defined for CIM server. Please refer to CIM server security setup for information about how to configure AT-TLS for the CIM server.

User response:

Contact your system programmer.

CFZ12570I
Created directory /var/wbem.
Explanation:

CIM server successfully created the directory /var/wbem.

System action:

None.

System programmer response:

None.

User response:

None.

CFZ12571E
Failed to create directory /var/wbem with error: error-message. Stopping CIM server startup.
Explanation:

CIM server failed to create the directory /var/wbem with error error-message.

System action:

The CIM server does not start.

System programmer response:

Check the system setup for a system-specific data set mounted at path /var/wbem with 100Mb space. Fix the problem and restart the CIM server.

User response:

Contact your system programmer.

CFZ12572W
Failed to read repository status file: error-message.
Explanation:

CIM server failed to read information from the repository status file at /var/wbem.

System action:

CIM server startup proceeds and the repository is automatically migrated to the latest level available from /usr/lpp/wbem.

System programmer response:

Check the error condition described by error-message and fix the indicated problem in the system setup.

User response:

Contact your system programmer.

CFZ12574W
File file-name contains quotes which should be removed. Removing quotes and stopping CIM server startup. Restart the CIM server.
Explanation:

CIM server found quote characters in file file-name. Quotes can cause environment variable setup problems.

System action:

CIM server tries to remove all quotes. The CIM server does not start.

System programmer response:

None.

User response:

Restart the CIM server.

CFZ12575E
Failed to open file-name for write with error: error-message.
Explanation:

CIM server failed to open file-name for writing. The reason is named in error-message. CIM server found quote characters in the environment variable setup file for the started task procedure. CIM server tried to open the environment variable setup file to remove all quotes.

System action:

CIM server does not start.

System programmer response:

Remove all quotes in file file-name manually or check the error condition described by error-message and fix the indicated problem in the system setup. Restart the CIM server.

User response:

Contact your system programmer.

CFZ12576F
Failed to write all data to file-name file.
Explanation:

CIM server failed to write to file-name for the reason named in error-message. CIM server found quote characters in the environment variable setup file for the started task procedure. CIM server tried to write the environment variable setup file with all quote removed, but the file was written partially.

System action:

CIM server does not start.

System programmer response:

Check the error condition described by error-message and fix the indicated problem in the system setup. Create a new environment variables setup file file-name using the default shipped in /usr/lpp/wbem/install. Restart the CIM server.

User response:

Contact your system programmer.

CFZ12577I
Successfully removed all quotes from file-name.
Explanation:

CIM server removed all quote characters from file file-name. Quotes can cause environment variable setup problems for the started task procedure. To avoid issues caused by partially setup environment variables the CIM server is stopped and needs to be restarted.

System action:

CIM server does not start.

System programmer response:

Restart the CIM server.

User response:

Restart the CIM server.

CFZ12578W
Directory /var/wbem does not exist. CIM server will create it.
Explanation:

On CIM server startup the automated migration procedure detected that path /var/wbem does not exist.

System action:

CIM server creates the directory /var/wbem.

System programmer response:

None.

User response:

None.

CFZ12579W
Failed switching to zIIP mode, RC=returncode. CIM server running on CP.
Explanation:

An error occurred when the CIM server process tried to establish eligibility for running on zIIP processors.

RC=0x00000408 and
RC=0x00000508
indicate a problem with the CIM server installation in the z/OS UNIX file system.
RC=0x00000708
indicates that CIM server library libcfzsys.so located in /usr/lpp/wbem/lib is not APF authorized.
System action:

The CIM server process with all its threads is executing on CP processors.

System programmer response:

For RC=0x00000708, use the command

extattr +a /usr/lpp/wbem/lib/libcfzsys.so

to restore the extended attribute to APF authorize the library.

All other return codes indicate a general problem during program execution, please contact IBM for service.

User response:

Contact your system programmer.

CFZ12580I
CIM server running eligible for zIIP.
Explanation:

CIM server process has successfully established eligibility for running on zIIP processors.

System action:

The CIM server process with all its threads is executing on zIIP processors.

System programmer response:

None.

User response:

None.

CFZ13006W
Request user ID user-ID doesn't have READ permission to profile CIMSERV CL(WBEM).
Explanation:

The user ID requesting a CIM operation using a remote connection is not permitted to use the CIM server.

System action:

The request is not processed and an "Access Denied" notification is sent to the client.

System programmer response:

Permit the user to perform CIM requests by giving the user ID READ access to profile CIMSERV CL(WBEM).

User response:

Contact your system programmer to permit your user ID to perform CIM requests. Repeat your request.

CFZ13007W
Request user ID user-ID doesn't have READ permission to profile CIMSERV CL(WBEM).
Explanation:

The user ID requesting a CIM operation using a local connection is not permitted to use the CIM server.

System action:

The CIM request is not processed and an "Access Denied" notification is sent to the client.

System programmer response:

Permit the user to perform CIM requests by giving the user ID READ access to profile CIMSERV CL(WBEM).

User response:

Contact your system programmer to permit your user ID to perform CIM requests. Repeat your request.

CFZ13607E
CIM server cannot execute out-of-process provider agent: error-text (error number error-number, reason code X'reason-code').
Explanation:

The CIM server failed to process the out-of-process provider agent caused by the problem error-text. For further details, see the description of error number error-number and the last four digits of the reason code X'reason-code' in UNIX System Services Messages and Codes.

System action:

None.

System programmer response:

Stop the CIM server. Error number error-number and the last four digits of the reason code X'reason-code' point out the reason for the error. Check the console for more messages indicating the problem.

User response:

Contact your system programmer.

CFZ17200W
Authentication failed for user user-ID.
Explanation:

The authentication for user user-ID against the z/OS system failed. Either the user ID or password contained in a request was invalid or revoked, or the user ID has not been authorized to use CIM.

System action:

The CIM request is denied.

System programmer response:

None.

User response:

Check that you are using a valid user ID and password and that the user ID has been authorized to use CIM. If the problem persists, contact the system programmer of the target system to check for more detailed authentication error messages on the system console.

CFZ17201W
Authentication failed for user user-ID because enableRemotePrivilegedUserAccess is not set to true.
Explanation:

The CIM server refused login for user user-ID, because user-ID is a superuser (UID=0), and the current CIM server configuration prohibits superuser logins (the configuration option enableRemotePrivilegedUserAccess is false).

System action:

The CIM request is denied.

System programmer response:

To allow superuser logon to the CIM server set the enableRemotePrivilegedUserAccess configuration option to true, as described in CIM server configuration.

User response:

Either use a non-superuser user ID for logon to the CIM server, or contact your system administrator to enable superuser login for the CIM server.

CFZ17202W
Request user ID user-ID doesn't have READ permission to profile CIMSERV CL(WBEM).
Explanation:

The user ID requesting a CIM operation using a remote connection is not permitted to use the CIM server.

System action:

The request is not processed and an "Access Denied" notification is sent to the client.

System programmer response:

Permit the user to perform CIM requests by giving the user READ access to profile CIMSERV CL(WBEM).

User response:

Contact your system programmer to permit your user ID to perform CIM requests and afterwards repeat your request.

CFZ17203W
Request user ID user-ID misses password.
Explanation:

A request was sent to the CIM server with user user-ID but no password was specified.

System action:

The request is rejected as unauthorized.

System programmer response:

None.

User response:

Specify a password with your request.

CFZ17204I
CIM server authentication is using application ID OMVSAPPL.
Explanation:

The CIM server is using the application ID 'OMVSAPPL' for authentication.

System action:

Application ID 'OMVSAPPL' is used for authentication.

System programmer response:

If the usage of application ID 'OMVSAPPL' is intended, no action has to be taken.

Otherwise, if you want to use the application ID 'CFZAPPL',

  1. Set the configuration property enableCFZAPPLID to true
  2. Restart the CIM server
User response:

None.

CFZ17205W
Authentication failed for user user-ID from client IP address IP-address.
Explanation:

The authentication for user user-ID issued by the IP address IP-address against the z/OS system failed. Either the user ID or password contained in a request was invalid or revoked, or the user ID has not been authorized to use CIM.

System action:

The CIM request is denied.

System programmer response:

None.

User response:

Check that you are using a valid user ID and password and that the user ID has been authorized to use CIM. If the problem persists, contact the system programmer of the target system to check for more detailed authentication error messages on the system console.

CFZ17400W
Request user ID user-ID does not have READ permission to profile CIMSERV CL(WBEM).
Explanation:

The user ID requesting a CIM operation using a local connection is not permitted to use the CIM server.

System action:

The request is not processed and an "Access Denied" notification is sent to the client.

System programmer response:

Permit the user to perform CIM requests by giving the user READ access to profile CIMSERV CL(WBEM).

User response:

Contact your system programmer to permit your user ID to perform CIM requests and afterwards repeat your request.

CFZ17600E
Change owner action of security token file failed, which is required for local authentication.
Explanation:

The CIM server cannot change the ownership of a file to the user requesting local authentication. The file is located at /tmp and the file name matches the pattern: cimclient_<USERID>_*. The file is only valid for a short time. The server should remove this file automatically. It can be deleted.

System action:

The request is not processed and an "Access Denied" notification is sent to the client.

System programmer response:

Either define CHOWN.UNRESTRICTED in RACF, or grant the CIM server runtime environment user ID READ access to the SUPERUSER.FILESYS.CHOWN resource in the UNIXPRIV RACF class. For details refer to Configuring the CIM server's resource authorization model.

User response:

Contact your system programmer.

CFZ17805I
Audit logging is enabled.
Explanation:

Audit logging is enabled.

System action:

The CIM server starts writing SMF 86 records. These records are only recorded if the SMF configuration contains record 86 and the security is set up accordingly. For details see Audit logging with SMF record 86.

System programmer response:

None.

User response:

None.

CFZ17806I
Audit logging is disabled.
Explanation:

Audit logging is disabled.

System action:

The CIM server stops writing SMF 86 records.

System programmer response:

None.

User response:

None.

CFZ18202E
CIM server registration with internal SLP failed.
Explanation:

The CIM server failed to register itself as a service for the Service Location Protocol (SLP). Clients will not be able to detect the CIM server on the local networking using the SLP protocol.

System action:

None.

System programmer response:

Check the system log for further messages indicating CIM server configuration problems or general communication problems. This message usually indicates an issue with the CIM server setup.

User response:

None.

CFZ18204I
SLP registration initiated.
Explanation:

The CIM server has successfully registered itself as a service for the Service Location Protocol (SLP). Clients using the SLP protocol can now detect this CIM server on the local network.

System action:

None.

System programmer response:

None.

User response:

None.

CFZ18603E
Could not get CLASSPATH from environment.
Explanation:

Initialization of the Java™ Virtual Machine failed due to environment variable CLASSPATH not being set. The CIM client request cannot be answered as JMPI (Java Managed Provider Interface) providers do not run without a correctly set CLASSPATH.

System action:

None.

System programmer response:

Set the CLASSPATH as described by the provider.

User response:

Contact your system programmer.

CFZ20400E
A system error occurred. Retry the WS-Management operation at a later time.
Explanation:

A WS-Management operation exceeds the server's memory.

System action:

Stop the WS-Management operation.

System programmer response:

Look for message CFZ08101E identifying the source of the WS-Management request. Contact the owner of the application issuing the request and analyze the reason for the size of the operation. Limit the result objects for this request. Restart the server to clean it up.

User response:

Contact your system programmer.

IWMCP001E
Internal error.
Explanation:

An unspecified internal error occurred. The requested operation could not be completed.

System action:

No action was performed.

System programmer response:

None.

User response:

No action required. The function may be successful if invoked again.

IWMCP002E
Severe internal error.
Explanation:

An unspecified internal error occurred. The requested operation might have been partly or completely processed.

System action:

Operation was partly or fully completed.

System programmer response:

None.

User response:

Check the system state. If the operation was not fully completed, the function may be successful if invoked again.

IWMCP003E
Memory shortage.
Explanation:

Storage is not available for the requested operation. The requested operation could not be performed.

System action:

No action was performed.

System programmer response:

None.

User response:

There is a storage shortage. The function may work successfully later on.

IWMCP004E
Module IWMP2PCS missing.
Explanation:

Unsupported operating system environment. The WLM CIM provider requires z/OS V1R10 or higher. It cannot be used on z/OS V1R9 or lower.

System action:

No action was performed.

System programmer response:

Install WLM CIM provider on z/OS V1R10 or higher.

User response:

None.

IWMCP005E
Invalid or missing parameter.
Explanation:

One or several CIM provider method parameters are not valid.

System action:

No action was performed.

System programmer response:

None.

User response:

Check the parameters passed to CIM provider methods.

IWMCP006E
Insufficient access rights.
Explanation:

The caller is not authorized to perform the requested operation. The RACF facility class is active and a profile has been defined for the MVSADMIN.WLM.POLICY RACF facility class profile to which the caller does not have sufficient read or update access.

System action:

No action was performed.

System programmer response:

Grant user appropriate access for RACF profile MVSADMIN.WLM.POLICY.

User response:

Contact the System Programmer to get the required authorization.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014