Manage CIMOM configuration settings
You can use SMI-S Provider to manage the CIMOM configuration, such as enabling or disabling HTTP and HTTPS connections and changing HTTP and HTTPS port numbers. By default, HTTP connections are enabled, allowing clients to connect to the CIM server without using SSL encryption.
-
You must already have login credentials as Administrator.
-
You must already have logged in to the host system as Administrator.
If your environment requires encrypted traffic to and from the CIM server, you must first disable HTTP connections and then verify that HTTPS connections for the CIM server are enabled.
-
Access NetApp SMI-S Provider.
-
Complete one of the following actions:
Action Command Additional information Enable the HTTP connection
cimconfig -s enableHttpConnection=true -pNA
Disable the HTTP connection
cimconfig -s enableHttpConnection=false -pNA
Enable the HTTPS connection
cimconfig -s enableHttpsConnection=true -pNA
Disable the HTTPS connection
cimconfig -s enableHttpsConnection=false -pNA
Modify the HTTP port number
cimconfig -s httpPort=new_port_number -pBy default, the HTTP port number is 5988. If you wanted to change it to 5555, for example, you would input this command:
cimconfig -s httpPort=5555 -pModify the HTTPS port number
cimconfig -s httpsPort=new_port_number -pBy default, the HTTP port number is 5989. If you wanted to change it to 5556, for example, you would input this command:
cimconfig -s httpsPort=5556 -p -
Restart the CIM server:
smis cimserver restart