RPC サービスのヘルス

Microsoft.Windows.Server.10.0.OperatingSystem.RPCServiceHealth (UnitMonitor)

RPC の Windows サービスのヘルスを監視します

Knowledge Base article:

概要

リモート プロシージャ コール (RPC) サービスは、アプリケーションが他のコンピューター上のアプリケーションにサービスを要求できるようにするためのプロトコルです。 このサービスは、オペレーティング システムが機能するために必要なので、管理操作では停止できません。

原因

サービスが停止する原因は多数ありますが、主に次のことが考えられます。

解決方法

このサービスが停止されると、オペレーティング システムの再起動が必要になります。サービスを再開しても問題が解決されず、オペレーティング システムを通常モードで起動できない場合は、サービスの構成をセーフ モードで更新することが必要な可能性があります。セーフ モードで起動したら、サービスのスタートアップの種類を “自動” に構成し、ログオン構成を “ローカル システム” に設定する必要があります。

Element properties:

TargetMicrosoft.Windows.Server.10.0.OperatingSystem
Parent MonitorMicrosoft.Windows.Server.10.0.OperatingSystem.CoreServicesRollup
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
RPC サービスが停止しました
サーバー {0} の RPC サービスが実行を停止しました
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.10.0.OperatingSystem.RPCServiceHealth" Accessibility="Public" Enabled="true" Target="ServervNext!Microsoft.Windows.Server.10.0.OperatingSystem" ParentMonitorID="Microsoft.Windows.Server.10.0.OperatingSystem.CoreServicesRollup" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.10.0.OperatingSystem.RPCServiceHealth.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>RpcSs</ServiceName>
</Configuration>
</UnitMonitor>