HP WBEM Services for HP-UX and Linux System Administrator's Guide
Troubleshooting
HP WBEM Services Messages
Chapter 782
Linux: /sbin/service pegasus-wbem start
cimmof Command Messages
•Message: Warning: class already in repository (OK to
ignore)
The same class is already loaded, so you do not need to do it again. If
you really want to replace this class, first delete it, then load your
new MOF file.
Message: Cannot connect to:
mysystem: 5989
. Command failed.
CIM Server is not running. You tried to send a request to system
mysystem, through port number 5989. An operator may have stopped
the CIM Server. To restart it, enter cimserver. Then re-issue the
cimmof command.
•Message: Can’t open file <
filename
>.
Check the MOF file that you specified. It could not be opened; it may
not exist, the pathname may be incomplete, or there may be a typing
error. Re-issue the command specifying a valid MOF file.
•Message: Could not open include file <
filename
>.
Check the MOF include file that you specified. It could not be opened;
it may not exist, the pathname may be incomplete, or there may be a
typing error. Re-issue the command specifying a valid MOF file.
•Message: <
filename
>:<
lineNumber
>: parse error before ‘string’
There is a parsing error before ‘string.’ If it is your own file, edit the it
to correct invalid syntax, and then reissue the command. If you got
the file from a provider, contact the provider’s support team.
•Message: Error adding class <classname> to the repository:
CIM_ERR_INVALID_SUPERCLASS: Operation cannot be carried
out since the specified superclass does not exist.
The file you specified contains schema definition for a class with a
superclass, but its superclass is not in the CIM Repository now. You
must load the superclass before you load its subclasses.
If it is your own MOF file, edit it to check the spelling of the class and
superclass, and the path and spelling of the MOF file in your
command. If you got the MOF file from a provider, contact the
provider’s support team.