Tak ve Çalıştır Hizmet Durumu

Microsoft.Windows.Server.2008.OperatingSystem.PlugandPlayServiceHealth (UnitMonitor)

Tak ve Çalıştır için Windows hizmetinin durumunu izler

Knowledge Base article:

Özet

Tak ve Çalıştır hizmeti bir bilgisayarın yeni donanım cihazlarını algılayıp yapılandırmasını sağlar. Bu hizmet durdurulursa, takılan yeni donanım algılanmaz, yapılandırılmaz ve Windows İşletim Sistemi'nde kullanılamaz.

Nedenler

Bir hizmet, aşağıdakiler gibi birçok nedenden ötürü durabilir:

Çözümlemeler

Hizmet, Bilgisayar Yönetimi konsol görevi üzerinden erişilebilecek Hizmetler bileşeni kullanılarak yeniden başlatılabilir:

Bilgisayar Yönetim Konsolu'nu Başlat

Element properties:

TargetMicrosoft.Windows.Server.2008.OperatingSystem
Parent MonitorMicrosoft.Windows.Server.2008.OperatingSystem.CoreServicesRollup
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Tak ve Çalıştır Hizmeti Durdu
{0} sunucusundaki Tak ve Çalıştır hizmeti çalışmayı durdurdu
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2008.OperatingSystem.PlugandPlayServiceHealth" Accessibility="Public" Enabled="true" Target="Server2008!Microsoft.Windows.Server.2008.OperatingSystem" ParentMonitorID="Microsoft.Windows.Server.2008.OperatingSystem.CoreServicesRollup" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2008.OperatingSystem.PlugandPlayServiceHealth.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="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>PlugPlay</ServiceName>
</Configuration>
</UnitMonitor>