주소 값이 잘못되었기 때문에 클러스터 IP 주소 리소스를 온라인 상태로 만들 수 없습니다.

Microsoft.Windows.6.2.Cluster.Management.Monitoring.Cluster.IP.address.resource.cannot.be.brought.online.because.the.address.value.is.invalid (Rule)

Knowledge Base article:

요약

주소 값이 잘못되었기 때문에 클러스터 IP 주소 리소스를 온라인 상태로 만들 수 없습니다.

해결 방법

현재 이벤트 뷰어가 열려 있지 않을 경우에는 '이벤트 뷰어 열기 및 장애 조치(failover) 클러스터링에 관련된 이벤트 보기'를 참조하십시오. 이벤트에 아직 조회하지 않은 오류 코드가 포함된 경우에는 '일부 이벤트 메시지에 포함된 오류 코드에 대한 추가 정보 찾기'를 참조하십시오. 이벤트 메시지를 검토한 후 다음을 확인합니다.

다음 절차를 수행하려면 각 클러스터형 서버에서 로컬 Administrators 그룹의 구성원이어야 하고 사용하는 계정이 도메인 계정이거나 사용자에게 해당 권한이 위임되어 있어야 합니다.

클러스터에서 IP 주소 리소스의 속성을 보려면

이벤트 뷰어를 열고 장애 조치(failover) 클러스터링에 관련된 이벤트를 보려면

일부 이벤트 메시지에 포함된 오류 코드에 대한 추가 정보를 찾으려면

Element properties:

TargetMicrosoft.Windows.6.2.Cluster.Monitoring.Service
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
주소 값이 잘못되었기 때문에 클러스터 IP 주소 리소스를 온라인 상태로 만들 수 없습니다.
{0}

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.6.2.Cluster.EventProvider Default
WA WriteAction Microsoft.Windows.Cluster.GenerateAlertAction.SuppressedByDescription Default

Source Code:

<Rule ID="Microsoft.Windows.6.2.Cluster.Management.Monitoring.Cluster.IP.address.resource.cannot.be.brought.online.because.the.address.value.is.invalid" Enabled="true" Target="Clus8Library!Microsoft.Windows.6.2.Cluster.Monitoring.Service" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.Windows.6.2.Cluster.EventProvider">
<Criteria>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>1047</Value>
</ValueExpression>
</SimpleExpression>
</Criteria>
<LogName>System</LogName>
<PublisherName>Microsoft-Windows-FailoverClustering</PublisherName>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="ClusLibrary!Microsoft.Windows.Cluster.GenerateAlertAction.SuppressedByDescription">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.6.2.Cluster.Management.Monitoring.Cluster.IP.address.resource.cannot.be.brought.online.because.the.address.value.is.invalid.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>