Set the required configuration parameters

Before starting the CIM server, you should set several configuration properties using the cimconfig command.

Start of changeIn particular, you need to determine how you are going to specify your client authentication. You can use any of the following methods:End of change

Start of changeEnd of change

Pegasus 2.5 supports SSL for the following connections:

Start of changeTo use SSL, ensure that the Enable HTTPS Connection (enableHttpsConnection) property is set to true (the default setting). This property allows to use HTTPS TCP/IP communication. An HTTPS connection has better security than HTTP. You can use SSL by itself or with Basic or Kerberos authentication.End of change

Start of changeSet the HTTP Authentication (httpAuthType) property to specify the type of authentication to use. This property can be set to two values: Basic, or Kerberos. Basic authentication does not protect passwords; therefore, it is recommended that you use basic authentication only with SSL. End of change

Start of change
Remember: Most CIM clients support Basic authentication but not Kerberos authentication. Ensure that you know which type of authentication the CIM clients in your environment support before you configure the CIM server.
End of change
Start of changeYou can use the cimconfig command to set the current configuration properties or the planned configuration properties of the CIM server. You can change the following properties in the current configuration properties: End of change

Start of changeThese properties are dynamic—that is, when you change these properties, the changes take place immediately. You do not need to restart the CIM server to carry out the changes. You can update the current configuration properties only while the CIM server is running.End of change

Start of changeAll of the properties can be changed in the planned configuration properties, whether the CIM server is running or stopped. If the planned configuration properties are changed, those changes will not take effect until the CIM server is restarted. When the CIM server is started, the planned configuration properties become the current configuration properties.End of change