Server-service: status van de Server-service

Microsoft.Windows.FileServices.Service.SMB.6.3.Service (UnitMonitor)

Met dit object wordt de status van de Server-service bewaakt en wordt een waarschuwing gegenereerd als de service niet actief is.

Knowledge Base article:

Samenvatting

Met dit object wordt de status van de Server-service bewaakt en wordt een waarschuwing gegenereerd als de service niet actief is.

Oorzaken

De Server-service heeft om de volgende redenen mogelijk niet de status Actief:

Als de status onbekend is, betekent dit dat de bewaking voor dit object nog niet is gestart.

Oplossingen

Start de Server-service opnieuw aan de hand van een van de onderstaande procedures:

Start de service opnieuw in de Operations-console

Selecteer de server in de Operations-console en klik op de taak De Server-service starten.

Start de service opnieuw op de server

1. Open een opdrachtprompt met verhoogde bevoegdheid op de server, typ net stop server en druk op Enter. Als u wordt gevraagd de bewerking te bevestigen, typt u y.

2. Typ net start server en druk op Enter.

Opmerking: eventuele afhankelijke services die samen met de Server-service zijn gestopt, moeten ook opnieuw worden gestart.

Verificatie

Bevestig of de service actief is op de server. Ga hiertoe als volgt te werk in de Operations-console:

Klik op de taak Status van de Server-service ophalen.

De status van deze monitor wordt automatisch ingesteld op OK nadat de service is gestart.

Element properties:

TargetMicrosoft.Windows.FileServices.Service.SMB.6.3
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Server-service: de Server-service is niet actief
De Server-service is niet actief.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.FileServices.Service.SMB.6.3.Service" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.FileServices.Service.SMB.6.3" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.FileServices.Service.SMB.6.3.Service.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</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>LanmanServer</ServiceName>
<CheckStartupType>false</CheckStartupType>
</Configuration>
</UnitMonitor>