Skip to main content
NetApp SMI-S Provider

Overview

Contributors

You can use SMI-S Provider to add and remove CIM users that are authorized to use the CIM server. You can also list all current CIM users and modify their passwords.

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

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

Steps
  1. Access NetApp SMI-S Provider.

  2. Create a local user account.

  3. Add the user to the Administrators group.

    For more information, see System documentation.

  4. Complete one of the following actions:

    Action Command Additional information

    Add a CIM server user

    cimuser -a -u user_name

    After entering the command, enter and reenter the password when prompted.

    List the current users authorized to use the CIM server

    cimuser -l

    NA

    Change the password for a CIM server user

    cimuser -m -u user_name

    After entering the command, enter and reenter the new and old password when prompted.

    Remove a CIM server user not authorized to use the CIM server

    cimuser -r -u user_name

    NA