Server 서비스: Server 서비스 상태

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

이 개체는 Server 서비스의 상태를 모니터링하고, 서비스가 실행 중이 아니면 경고를 생성합니다.

Knowledge Base article:

요약

이 개체는 Server 서비스의 상태를 모니터링하고, 서비스가 실행 중이 아니면 경고를 생성합니다.

원인

다음과 같은 이유로 Server 서비스가 실행 중 상태가 아닐 수 있습니다.

성능 상태를 알 수 없으면 이 개체의 모니터링이 시작되지 않은 것입니다.

해결 방법

다음 절차 중 하나를 사용하여 Server 서비스를 다시 시작합니다.

운영 콘솔에서 서비스 다시 시작

운영 콘솔에서 해당 서버를 선택하고 Server 서비스 시작 작업을 클릭합니다.

영향을 받는 서버에서 서비스 다시 시작

1. 영향을 받는 서버의 관리자 권한 명령 프롬프트에서 net stop server를 입력하고 Enter 키를 누릅니다. 작업을 확인하라는 메시지가 표시되면 y를 입력합니다.

2. net start server를 입력하고 Enter 키를 누릅니다.

참고 Server 서비스와 함께 중지된 추가 종속 서비스를 다시 시작해야 할 수도 있습니다.

검증

Server 서비스가 실행 중인지 확인하려면 운영 콘솔에서 다음 절차를 따르십시오.

Server 서비스 상태 쿼리 작업을 클릭합니다.

서비스가 시작되면 이 모니터가 자동으로 정상 상태로 다시 설정됩니다.

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 서비스: Server 서비스 실행 중 아님
Server 서비스가 실행 중이 아닙니다.
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>