Küme durumu bağlantı işlevi izleyicisi

Microsoft.Windows.Cluster.State.Connect.Monitor (UnitMonitor)

Durum bildirimleri beklenirken yerel kümeye bağlanma denemelerinin sonuçlarını denetler.

Knowledge Base article:

Özet

Bu izleyici geçerli eylem hesabı için Windows Cluster hizmetiyle olan bağlantının durumunu denetler. Bağlantı kurulamadığında ve hizmet kaydı doğrulanamadığında izleyici düzgün çalışmıyor durumundadır. Bir uyarı oluşturulur. Yerel kümeyle bağlantı kurulamadığında ve yeniden uyarı verildiğinde izleyici uyarı durumuna geçer. Geçerli eylem hesabı yerel kümeye bağlanma izni verdiğinde izleyici iyi duruma geçer.

Nedenler

Yöneticiler kümeyi yönetme izni olan grupları veya bireyleri belirleyebilirler. Geçerli Sunucu kümesi sürümlerinde ince denetim ayarları bulunmaz; bir kullanıcının ya kümeyi yönetme izni vardır veya yoktur. Bir kullanıcıya veya gruba kümeyi yönetme hakkı vermek için, kullanıcının veya grubun küme güvenlik tanımlayıcısına eklenmesi gerekir. Bu işlem küme yönetim aracıyla yapılabilir. Varsayılan olarak Yöneticiler grubu küme güvenlik tanımlayıcısına eklenir. Bir kullanıcının veya grubun küme güvenlik tanımlayıcısına eklenmesi, kullanıcının kümeyle yapılandırmasını aşağıdakiler dahil (ancak bunlarla sınırlı değil) tüm yönleriyle yönetebileceği anlamına gelir:

Çözümler

Geçerli eylem hesabına bir kümeyi yönetme haklarını küme yönetim aracıyla veya komut satırı aracından "cluster.exe" komutunu çalıştırarak verebilir ya da "Küme Ayrıcalıklı Hesabı" öğesini yerel kümeye erişim verilen hesaplarla doldurabilirsiniz.

Dış

Windows cluster hizmetleri hakkında daha fazla bilgi için Microsoft TechNet Web sitesine bakın.

Element properties:

TargetMicrosoft.Windows.Cluster.Service.ForVirtualServer
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.3SingleEventLog3StateUnitMonitorType
RemotableTrue
AccessibilityInternal
Alert Message
Küme Durumu Bağlantı Durumu İzleyicisi için Uyarı İletisi
Yerel kümeye bağlanma denemesinin sonucuna göre tetiklenen uyarı. <br/>{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Cluster.State.Connect.Monitor" Accessibility="Internal" Enabled="onEssentialMonitoring" Target="Microsoft.Windows.Cluster.Service.ForVirtualServer" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.3SingleEventLog3StateUnitMonitorType" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Cluster.State.Connect.Monitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/EventDescription$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UnableToConnectAndVerify" MonitorTypeStateID="FirstEventRaised" HealthState="Error"/>
<OperationalState ID="UnableToConnect" MonitorTypeStateID="SecondEventRaised" HealthState="Warning"/>
<OperationalState ID="Connected" MonitorTypeStateID="ThirdEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<FirstComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</FirstComputerName>
<FirstLogName>Operations Manager</FirstLogName>
<FirstExpression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[1]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Target/ManagementGroup/Name$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">11811</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</FirstExpression>
<SecondComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</SecondComputerName>
<SecondLogName>Operations Manager</SecondLogName>
<SecondExpression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[1]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Target/ManagementGroup/Name$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">11812</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</SecondExpression>
<ThirdComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ThirdComputerName>
<ThirdLogName>Operations Manager</ThirdLogName>
<ThirdExpression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[1]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Target/ManagementGroup/Name$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">11810</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</ThirdExpression>
</Configuration>
</UnitMonitor>