Turn On Server Location LED

Hitachi.ComputeBlade.2000.IPMILEDLightOn (ConsoleTask)

Turns on the Location LED on the selected server. LED will be automatically turned off after 4 minutes.

Element properties:

TargetHitachi.ComputeBlade.2000.Blade
Application\%SCOMIPMIUTIL\%\IPMIInter.exe
WorkingDirectory
isRequireOutputFalse
AccessibilityInternal
EnabledTrue

Source Code:

<ConsoleTask ID="Hitachi.ComputeBlade.2000.IPMILEDLightOn" Accessibility="Internal" Enabled="true" Target="Hitachi.ComputeBlade.2000.Blade" RequireOutput="false">
<Assembly>Res.Hitachi.ComputeBlade.2000.IPMILEDLightOn</Assembly>
<Handler>ShellHandler</Handler>
<Parameters>
<Argument Name="Application">%SCOMIPMIUTIL%\IPMIInter.exe</Argument>
<Argument>alarmson</Argument>
<Argument>"%SCOMIPMIUTIL%"</Argument>
<Argument>$Target/Property[Type="Hitachi.ComputeBlade.2000.Blade"]/ManagementIPAddress$</Argument>
</Parameters>
</ConsoleTask>