Syntetyczna transakcja warstwowej grupy zarządzania

Microsoft.SystemCenter.Tiering.SynTxCheckTieredManagementGroup (UnitMonitor)

Łączy się z każdym wystąpieniem warstwowej grupy zarządzania i sprawdza łączność.

Knowledge Base article:

Podsumowanie

Ten monitor sprawdza każde skonfigurowane wystąpienie połączonej grupy zarządzania i próbuje nawiązać z nim połączenie w celu zweryfikowania dostępności usługi dostępu do danych oraz jej zdolności do przyjmowania połączeń.

Nieprawidłowy stan ego monitora może wskazywać na problem w nawiązywaniu połączenia między tymi grupami zarządzania.

Konfiguracja

Ten monitor wymaga odpowiednich uprawnień do łączenia się z podłączoną grupą zarządzania.

Monitor wymaga również zainstalowania powłoki PowerShell oraz opcjonalnej powłoki poleceń programu Operations Manager.

Rozwiązania

Jeśli monitor nie może zweryfikować łączności z podłączoną grupą zarządzania, spróbuj wykonać następujące kroki:

Element properties:

TargetMicrosoft.SystemCenter.TieredManagementGroup
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.Tiering.TieredManagementGroupTest
RemotableTrue
AccessibilityPublic
Alert Message
Nie można połączyć z podłączoną grupą zarządzania
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.Tiering.SynTxCheckTieredManagementGroup" Accessibility="Public" Enabled="false" Target="SCLibrary!Microsoft.SystemCenter.TieredManagementGroup" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter.Tiering.TieredManagementGroupTest" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.Tiering.SynTxCheckTieredManagementGroup.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.TieredManagementGroup"]/Name$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="FailedConnectionToTieredManagementGroup" MonitorTypeStateID="FailedConnectionToTieredManagementGroup" HealthState="Error"/>
<OperationalState ID="SuccessfulConnectionToTieredManagementGroup" MonitorTypeStateID="SuccessfulConnectionToTieredManagementGroup" HealthState="Success"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>420</IntervalSeconds>
<TieredManagementGroupSDKServerName>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.TieredManagementGroup"]/ConnectString$</TieredManagementGroupSDKServerName>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>