Stop Management Service

Microsoft.HPC.2008.Tasks.StopManagementService (Task)

Element properties:

TargetMicrosoft.HPC.2008.HPCServer
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
Command WriteAction System.CommandExecuter Default

Source Code:

<Task ID="Microsoft.HPC.2008.Tasks.StopManagementService" Accessibility="Public" Enabled="true" Target="Microsoft.HPC.2008.HPCServer" Timeout="300" Remotable="true">
<Category>Maintenance</Category>
<WriteAction ID="Command" TypeID="System!System.CommandExecuter">
<ApplicationName>%windir%\system32\net.exe</ApplicationName>
<WorkingDirectory/>
<CommandLine>stop HpcManagement</CommandLine>
<TimeoutSeconds>30</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
</WriteAction>
</Task>