HP WBEM Services for HP-UX and Linux System Administrator's Guide
Troubleshooting
HP WBEM Services Messages
Chapter 7 81
Check the spelling of the property name. Re-issue the command
specifying a valid config property. For a list of properties, enter:
cimconfig -l
•Message: Specified property value is not valid.
See the cimconfig man page for the range of allowed values for the
property, and reissue the command with a valid value.
•Message: Specified property cannot be modified.
You are trying to modify a property that is not dynamic. Dynamic
properties can be changed immediately, while CIM Server is running.
To modify a non-dynamic property you must modify the planned
value, then stop and start CIM Server (with cimserver command).
For more information, see the cimconfig man page.
•Message: Current value can not be determined because the
CIM Server is not 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: Planned value can not be determined because the
CIM Server is not 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 (no options).
Linux: /sbin/service pegasus-wbem start
•Message: CIM Server may not be running.
To see if cimserver is running, enter: ps -ef|grep cimserver
cimserver
Perhaps an operator stopped it by command, but did not restart it. To
start it do one of the following:
HP-UX: cimserver