Health Service 복구 작업(상태 탐색기에 사용) 다시 시작

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

Health Service의 기본 관리 서버에서 실행되는 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>