Recovery for System Center Orchestrator Remoting Service

Microsoft.SystemCenter.2012.Orchestrator.RemotingService.Recovery (Recovery)

This recovery task restarts the System Center Orchestrator Remoting Service on the server.

Element properties:

TargetMicrosoft.SystemCenter.2012.Orchestrator.Role.RunbookServer
MonitorSystem.Health.EntityState
Reset MonitorFalse
RemotableTrue
Timeout300
CategoryOperations
Enabledfalse
AccessibilityPublic

Member Modules:

ID Module Type TypeId RunAs 
StartService WriteAction Microsoft.Windows.ServiceControlManager.StartService Default

Source Code:

<Recovery ID="Microsoft.SystemCenter.2012.Orchestrator.RemotingService.Recovery" Accessibility="Public" Enabled="false" Target="Microsoft.SystemCenter.2012.Orchestrator.Role.RunbookServer" Monitor="Health!System.Health.EntityState" ResetMonitor="false" ExecuteOnState="Warning" Remotable="true" Timeout="300">
<Category>Operations</Category>
<WriteAction ID="StartService" TypeID="Windows!Microsoft.Windows.ServiceControlManager.StartService">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/DNSName$</ComputerName>
<ServiceName>oremoting</ServiceName>
</WriteAction>
</Recovery>