Data ONTAP: Manage Controller Credentials

DataONTAP.Controller.Credentials.Set (ConsoleTask)

Knowledge Base article:

Summary

DataONTAP.Controller.Credentials.Set is a console task that launches a separate tool whereby the user may enter Data ONTAP storage system credentials for use by Operations Manager.

Resolutions

If the console task fails to start, ensure that the OnCommand MSI file has been installed on the Windows system where the Operations Manager console is running.

Element properties:

TargetDataONTAP.Controller
Application\%OCSCOMPATH\%\OC.OM.Management.Controller.Credentials.exe
WorkingDirectory
isRequireOutputFalse
AccessibilityInternal
EnabledTrue

Source Code:

<ConsoleTask ID="DataONTAP.Controller.Credentials.Set" Accessibility="Internal" Enabled="true" Target="DataONTAP.Controller" RequireOutput="false">
<Assembly>Res.DataONTAP.Controller.Credentials.Set</Assembly>
<Handler>ShellHandler</Handler>
<Parameters>
<Argument Name="Application">%OCSCOMPATH%\OC.OM.Management.Controller.Credentials.exe</Argument>
<Argument Name="WorkingDirectory"/>
<Argument>localhost $Target/Property[Type="DataONTAP.Controller"]/ipAddress$</Argument>
</Parameters>
</ConsoleTask>