Skip to main content
NetApp SMI-S Provider

Manage CIMOM configuration settings

Contributors

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.

Before you begin
  • You must already have login credentials as Administrator.

  • You must already have logged in to the host system as Administrator.

About this task

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.

Steps
  1. Access NetApp SMI-S Provider.

  2. Complete one of the following actions:

    Action Command Additional information

    Enable the HTTP connection

    cimconfig -s enableHttpConnection=true -p

    NA

    Disable the HTTP connection

    cimconfig -s enableHttpConnection=false -p

    NA

    Enable the HTTPS connection

    cimconfig -s enableHttpsConnection=true -p

    NA

    Disable the HTTPS connection

    cimconfig -s enableHttpsConnection=false -p

    NA

    Modify the HTTP port number

    cimconfig -s httpPort=new_port_number -p

    By 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 -p

    Modify the HTTPS port number

    cimconfig -s httpsPort=new_port_number -p

    By 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

  3. Restart the CIM server:

    smis cimserver restart