Ping Fujitsu Out-Of-Band Server

Fujitsu.Servers.PRIMERGY.OutOfBand.Server.Ping.Task (ConsoleTask)

Ping the Fujitsu Out-Of-Band Server to test basic network connectivity

Element properties:

TargetFujitsu.Servers.PRIMERGY.OutOfBand.Server
Application"\%SystemRoot\%\System32\ping.exe"
WorkingDirectory\%HOMEDRIVE\%\%HOMEPATH\%
isRequireOutputTrue
AccessibilityPublic
EnabledTrue

Source Code:

<ConsoleTask ID="Fujitsu.Servers.PRIMERGY.OutOfBand.Server.Ping.Task" Accessibility="Public" Enabled="true" RequireOutput="true" Target="Fujitsu.Servers.PRIMERGY.OutOfBand.Server">
<Criteria/>
<Assembly>Res.DummyAssembly.Server.Ping</Assembly>
<Handler>ShellHandler</Handler>
<Parameters>
<Argument Name="WorkingDirectory">%HOMEDRIVE%%HOMEPATH%</Argument>
<Argument Name="Application">"%SystemRoot%\System32\ping.exe"</Argument>
<Argument>$Target/Host/Property[Type="iRMC!Fujitsu.Servers.PRIMERGY.OutOfBand.iRMC.iRMCDevice"]/IP$</Argument>
</Parameters>
</ConsoleTask>