SysVol 공유 상태

Microsoft.Windows.Server.2008.AD.EssentialService.SysVol.ServiceCheck (UnitMonitor)

SysVol 공유 상태를 모니터링합니다.

Knowledge Base article:

Summary

Monitors that SYSVOL is currently sharing on this domain controller.

If SYSVOL is not sharing, clients and services will not be able to obtain Group Policy information from this domain controller.

Resolutions

Ensure that the domain controller is fully synchronized. SYSVOL will not share until the domain controller has finished its initial synchronization post DC promotion.

Check the DFSR or NTFRS event logs to ensure the File Server services are working correctly.

Check the Application and System event logs to ensure that there are no systemic problems with the server.

Element properties:

TargetMicrosoft.Windows.Server.2008.AD.EssentialService.SysVol
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.2008.AD.EssentialService.SysVol.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
SYSVOL 공유를 사용할 수 없거나 액세스할 수 없음

도메인 컨트롤러의 SYSVOL 공유를 사용할 수 없거나 액세스할 수 없습니다.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2008.AD.EssentialService.SysVol.ServiceCheck" Accessibility="Public" Enabled="onEssentialMonitoring" Target="AD2008Core!Microsoft.Windows.Server.2008.AD.EssentialService.SysVol" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.Server.2008.AD.EssentialService.SysVol.Monitortype" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="AD_Essential_Services_Running_1.Monitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Success" MonitorTypeStateID="SYSVOLShareOK" HealthState="Success"/>
<OperationalState ID="Error" MonitorTypeStateID="SYSVOLShareError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>60</IntervalSeconds>
<TargetComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</TargetComputerName>
<ManagementGroupName>$Target/ManagementGroup/Id$</ManagementGroupName>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>