HP WBEM Services for HP-UX System Administrator Guide (766166-001, March 2014)
• enableSubscriptionsForNonprivilegedUsers - Set to true or false. The default, false,
means that only a privileged user (superuser) will be allowed to create Indication Subscriptions.
• sslClientVerificationMode
Describes the required level of support for certificate-based authentication. This property is
only used when enableHttpsConnection is set to true.
• idleConnectionTimeout
If set to a positive integer, this value specifies a minimum timeout value for idle client
connections. If set to zero, idle client connections do not time out. A client connection is
considered idle when it is not in the process of sending a request and the CIM server is not
processing a request from that connection.
• enableAuditLog
Set to true or false. The default value is set to false as of A.02.09 version of HP WBEM Services.
The value true means additional information such as AuditType(Authentication) ,
AuditSubType(Local Authentication, Basic Authentication, and so on), AuditEvent(startup,
shutdown, and so on) , log level (WARNING, INFORMATION, and so on), user (root, guest,
and so on) and system IP address is logged in the syslog.log file.
• socketWriteTimeout
Specifies the number of seconds that the CIM server waits for a client connection to be ready
and receive data. If the CIM server is unable to write to a connection within this time, then
the connection is closed.
• maxFailedProviderModuleRestarts
The new release includes a new config property called
maxFailedProviderModuleRestarts. This value by default is zero. If set to a positive
integer (maximum 3), this value specifies the number of times the failed provider module with
indications enabled is restarted automatically before being moved to Degraded state. If set
to zero, the failed provider module is not restarted with indications enabled automatically and
is moved to Degraded state immediately.
#cimconfig –lc
maxFailedProviderModuleRestarts=0
To set to positive integer:
cimconfig -s maxFailedProviderModuleRestarts =3 -c
# cimconfig –lc
maxFailedProviderModuleRestarts=3
This method of setting the maxFailedProviderModuleRestarts value to 3 is a temporary
setup. After Cimserver is restarted, the maxFailedProviderModuleRestarts value is
changed to 0.
To set the value of maxFailedProviderModuleRestarts permanently:
# cimconfig –lc
maxFailedProviderModuleRestarts=0
#cimconfig -s maxFailedProviderModuleRestarts=3 –p
# cimserver –s; cimserver
# cimconfig –lc
maxFailedProviderModuleRestarts=3
NOTE: To set the value of maxFailedProviderModuleRestarts permanently, you must
restart the Cimserver.
• sslCipherSuite
Strong ciphers are enabled in Cimserver by adding the config property sslCipherSuite.
This string contains the OpenSSL cipher specifications required to configure the cipher suite.
Starting and stopping the CIM server 31