Restart Health Service Recovery Task (used by Health Explorer)

Microsoft.SystemCenter.HealthService.RecoveryTask.RemotelyEnableAndRestartHealthService (Task)

Restart Health Service recovery task that runs from the Primary Management Server of a Health Service.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
AccessibilityInternal
CategoryMaintenance
EnabledFalse
RemotableFalse
Timeout60

Member Modules:

ID Module Type TypeId RunAs 
EnableAndStartService WriteAction Microsoft.SystemCenter.HealthService.RecoveryTask.EnableAndStartServiceAction Default

Source Code:

<Task ID="Microsoft.SystemCenter.HealthService.RecoveryTask.RemotelyEnableAndRestartHealthService" Accessibility="Internal" Enabled="false" Target="SCLibrary!Microsoft.SystemCenter.ManagementServer" Timeout="60" Remotable="true">
<Category>Maintenance</Category>
<WriteAction ID="EnableAndStartService" TypeID="Microsoft.SystemCenter.HealthService.RecoveryTask.EnableAndStartServiceAction">
<ComputerName>TargetHealthServiceToRestart</ComputerName>
</WriteAction>
</Task>