Health Monitor voor bestandsshare

Microsoft.SystemCenter.CM.AEM.Views.Internal.FileShareHealth (UnitMonitor)

Health Monitor voor bestandsshare controleert op ACL's en beschikbare vrije ruimte

Knowledge Base article:

Samenvatting

Deze monitor wordt gebruikt om te bevestigen of het RunAs-account van het Client Monitoring-actie-account toegang heeft tot de bestandsshare. Ook wordt gecontroleerd op ACL's en beschikbare vrije ruimte op de bestandsshare.

Oorzaken

Deze fout kan zich voordoen als het RunAs-account van het Client Monitoring-actie-account geen toegang heeft tot de bestandsshare, ACL's op de bestandsshare fouten bevatten of op de bestandsshare niet minimaal 2 GB vrije ruimte beschikbaar is.

Oplossing

Controleer de beschikbare vrije ruimte op de schijf die als host optreedt voor de bestandsshare voor AEM. Deze moet minimaal 2 GB aan vrije ruimte bevatten om overloop te voorkomen. Controleer of de bestandsshare beschikt over de juiste ACL's voor de groepen AEMUser en AEMAgent. Raadpleeg de documentatie voor configuratiegegevens van de bestandsshare. Als er voor het RunAs-account van het Client Monitoring-actie-account problemen met toegankelijkheid tot de bestandsshare zijn, voert u de AEM-taak voor herstel van machtigingen uit voor de entiteiten van CrashListener.

Raadpleeg de productdocumentatie voor meer informatie over ACL-instellingen.

Element properties:

TargetMicrosoft.SystemCenter.CM.AEM.CrashListener
Parent MonitorSystem.Health.AvailabilityState
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.CM.AEM.Views.Internal.TimedFileShareMonitor
RemotableTrue
AccessibilityPublic
Alert Message
Health Monitor voor bestandsshare
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.CM.AEM.Views.Internal.FileShareHealth" TypeID="Microsoft.SystemCenter.CM.AEM.Views.Internal.TimedFileShareMonitor" Target="AEMLib!Microsoft.SystemCenter.CM.AEM.CrashListener" Accessibility="Public" Enabled="true" ParentMonitorID="Health!System.Health.AvailabilityState" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Alert</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.CM.AEM.Views.Internal.FileShareHealth.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/FileShareValidationInfo/Message$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState HealthState="Success" MonitorTypeStateID="Healthy" ID="Regular"/>
<OperationalState HealthState="Error" MonitorTypeStateID="Unhealthy" ID="Iregular"/>
</OperationalStates>
<Configuration>
<MinutesFrequency>60</MinutesFrequency>
<LocalLocation>$Target/Property[Type="AEMLib!Microsoft.SystemCenter.CM.AEM.CrashListener"]/LocalFileShareAddr$</LocalLocation>
<Location>$Target/Property[Type="AEMLib!Microsoft.SystemCenter.CM.AEM.CrashListener"]/SharePath$</Location>
<PolicyTextUrl>$Target/Property[Type="AEMLib!Microsoft.SystemCenter.CM.AEM.CrashListener"]/PolicyResponseUrl$</PolicyTextUrl>
</Configuration>
</UnitMonitor>