Data ONTAP: Configure Volume Autosize Settings

DataONTAP.Volume.Autosize (ConsoleTask)

Knowledge Base article:

Summary

DataONTAP.Volume.Autosize is a console task that launches a separate tool whereby the user may configure the autosize settings for a Data ONTAP flexible volume.

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.Storage.Volume
Application\%OCSCOMPATH\%\OC.OM.Storage.Launcher.exe
WorkingDirectory
isRequireOutputFalse
AccessibilityInternal
EnabledTrue

Source Code:

<ConsoleTask ID="DataONTAP.Volume.Autosize" Accessibility="Internal" Enabled="true" Target="DataONTAP.Controller.Storage.Volume" RequireOutput="false">
<Assembly>Res.DataONTAP.Volume.Autosize</Assembly>
<Handler>ShellHandler</Handler>
<Parameters>
<Argument Name="Application">%OCSCOMPATH%\OC.OM.Storage.Launcher.exe</Argument>
<Argument Name="WorkingDirectory"/>
<Argument>-ip $Target/Host/Host/Property[Type="DataONTAP.Controller.Storage"]/controllerId$ -f $Target/Property[Type="DataONTAP.Controller.Storage.Volume"]/controller$ -t vol -n $Target/Property[Type="DataONTAP.Controller.Storage.Volume"]/name$ -a autosize</Argument>
</Parameters>
</ConsoleTask>