HP WBEM Services for HP-UX and Linux System Administrator's Guide

Troubleshooting
HP WBEM Services Messages
Chapter 7 83
•Message: Could not find declaration for Qualifier named
<qualifier_name>
HP WBEM Services cannot find the qualifier name in the MOF file
in the CIM repository.
If it is your own MOF file, check the qualifier name in the MOF file
you specified. If it is misspelled, correct it. To see all qualifiers, for
HP-UX go to
/var/opt/wbem/repository/<namespace>/qualifiers.
For Linux go to
/var/cache/pegasus/repository/<namespace>/qualifiers. If
the qualifier does not exist in the CIM Repository, add it, and then
re-issue the command.
If you got the MOF file from a provider, contact the provider’s
Support team.
cimprovider Command Messages
•Message: Required arguments missing.
Change the syntax of your command; perhaps check spelling.
cimprovider does not recognize the options you entered. Enter
cimprovider, with no options, to see correct usage. Also see
cimprovider man page.
•Message: Missing required value for flag
Check your syntax for a flag that is missing its value. Enter
cimprovider, with no options, to see correct usage. Also see
cimprovider man page.
•Message: The CIM Server may not be running
To see if cimserver is running, enter: ps -ef|grep cimserver
Perhaps an operator stopped it by command, but did not restart it. To
start it, do one of the following:
HP-UX: cimserver
Linux: /sbin/service pegasus-wbem start
•Message: Provider module already disabled
You cannot disable a provider that is already disabled. Use
cimprovider -l -m <modulename> to see status of all the providers
in the specified module.