Adding the Navisphere CLI User Security to the System Account

Run the command lines that add the Navisphere CLI user security to the system account.

Procedure

  1. In the command prompt, create a service with the interactive command prompt by typing the following command:

    sc create ntauthcmd binpath= "cmd /K start" type= own type= interact
  2. Start the service by typing the following command:

    sc start ntauthcmd

    A command prompt with system privileges appears.

  3. Add the user security by typing the following commands:

    NaviSECCli -AddUserSecurity -Address <clariion SPA IP> -Scope 0 -User admin -Password password
    NaviSECCli -AddUserSecurity -Address <clariion SPB IP> -Scope 0 -User admin -Password password
  4. Run a sample NaviSECCLI command. For example, type the following commands:

    NaviSECCli -h < Storage Processor IP> snap -feature -info
  5. If the command requests certification, accept and store the certification.

    If the command does not request certification, then the snap backup job might not complete successfully.

  6. Exit the system command prompt.

  7. Delete the service on the command prompt:

    sc delete ntauthcmd

Loading...