Data ONTAP: Manage DFM Servers

DataONTAP.ManagementServer.DFMServers.Set (ConsoleTask)

Knowledge Base article:

Summary

DataONTAP.ManagementServer.DFMServers.Set is a console task that launches a separate tool whereby the user may enter Data ONTAP Operations Manager network location information and optionally launch the Data ONTAP Operations Manager interface within the local system's default web browser.

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:

TargetMicrosoft.SystemCenter.ManagementServer
Application\%OCSCOMPATH\%\OC.OM.Management.DFM.exe
WorkingDirectory
isRequireOutputFalse
AccessibilityInternal
EnabledTrue

Source Code:

<ConsoleTask ID="DataONTAP.ManagementServer.DFMServers.Set" Accessibility="Internal" Enabled="true" Target="SC!Microsoft.SystemCenter.ManagementServer" RequireOutput="false">
<Assembly>Res.DataONTAP.ManagementServer.DFMServers.Set</Assembly>
<Handler>ShellHandler</Handler>
<Parameters>
<Argument Name="Application">%OCSCOMPATH%\OC.OM.Management.DFM.exe</Argument>
<Argument Name="WorkingDirectory"/>
<Argument>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Argument>
</Parameters>
</ConsoleTask>