Run the command lines that add the Navisphere CLI user security to the system account.
Procedure
-
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 -
Start the service by typing the following command:
sc start ntauthcmdA command prompt with system privileges appears.
-
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] -
Run a sample NaviSECCLI command. For example, type the following commands:
NaviSECCli -h $[Storage Processor IP] snap -feature -info -
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.
-
Exit the system command prompt.
-
Delete the service on the command prompt:
sc delete ntauthcmd