HP WBEM Services for HP-UX System Administrator Guide (5900-1624, April 2011)

1. CIM error code of 7
2. Translation to CIM_ERR_NOT_SUPPORTED
3. Expanded text message The requested operation is not supported
4. The non-standard additional message OperatingSystem Provider does not support
createInstance
As a second example, consider a client that mistakenly provides too few or too many keys to a
GetInstance operation on the PG_OperatingSystem class. The following response is sent:
<?xml version=”1.0” encoding=”utf-8”?>
<CIM CIMVERSION=”2.0” DTDVERSION=”2.0”>
<MESSAGE ID=”35002” PROTOCOLVERSION=”1.0”> <SIMPLERSP>
<IMETHODRESPONSE NAME=”GetInstance”>
<ERROR CODE=”4” DESCRIPTION=”CIM_ERR_INVALID_PARAMETER: One or more parameter
values passed to the method were invalid: “Wrong number of keys”/>
</IMETHODRESPONSE>
</SIMPLERSP>
</MESSAGE>
</CIM>
In the above example, you see these four components of the response:
1. CIM error code of 4
2. Translation to CIM_ERR_INVALID_PARAMETER
3. Expanded text message: One or more parameter values passed to the method
were invalid
4. The non-standard additional message: Wrong number of keys
HP WBEM Services command messages
These messages come from the HP WBEM Services commands. They are written to stdout.
cimauth command messages
Message: You must have superuser privilege to run this command.
If you do not have root permissions (uid=0) on the local system, get a privileged user to
give you permission. (See Chapter 3; see the cimauth manpage.)
Message: Failed to add authorizations. Please make sure that the
authorization schema is loaded on the CIMOM.
Essential information is missing from the repository. For more information, see the “Maintaining
the repository” (page 31).
Message: Failed to add authorizations. Specified user authorization
already exists.
By default, the authorization is added. To modify user authorization, use the -m option. To
remove user authorization, use the -r option.
Message: Failed to modify authorizations. Specified user authorizations
were not found.
Enter cimauth -l to list all the authorizations. Locate the one you want to modify and verify
that you have spelled it correctly. If it’s not in the list, you must add it with the -a option, then
re-issue the command.
HP WBEM Services messages 47