iSCSI 대상 서비스 상태

Microsoft.Windows.FileServices.Service.iSCSITarget.6.3.Service (UnitMonitor)

iSCSI 대상 서비스의 상태를 모니터링합니다.

Knowledge Base article:

요약

이 모니터는 Microsoft iSCSI Software Target 서비스의 상태를 검사하고 서비스가 실행 중이 아니면 경고를 생성합니다. iSCSI 대상 서비스가 실행 중이 아니면 iSCSI 초기자가 서버에 연결할 수 없으며, iSCSI 디스크를 사용할 수 없습니다.

성능 상태를 알 수 없으면 모니터링이 시작되지 않았거나, 이 개체에 대해 모니터가 사용하지 않도록 설정된 것입니다.

원인

다음과 같은 이유로 iSCSI 대상 서비스가 실행 중 상태가 아닐 수 있습니다.

이 서버의 다른 경고를 검토하여 메모리 부족 등의 관련 문제를 식별해야 합니다.

해결 방법

다음 절차 중 하나를 사용하여 iSCSI 대상 서비스를 다시 시작합니다.

운영 콘솔에서 서비스 다시 시작

운영 콘솔에서 해당 서버를 선택하고 iSCSI 대상 서비스 시작 작업을 클릭합니다.

영향을 받는 서버에서 서비스 다시 시작

영향을 받는 서버의 관리자 권한 명령 프롬프트에서 net start wintarget을 입력하고 Enter 키를 누릅니다.

검증

Server 서비스가 실행 중인지 확인하려면 운영 콘솔에서 다음 절차를 따르십시오.

iSCSI 대상 서비스 상태 쿼리 작업을 클릭합니다.

최대 2분 정도 지연이 있을 수는 있지만 서비스가 시작되면 이 모니터가 자동으로 정상 상태로 다시 설정됩니다.

Element properties:

TargetMicrosoft.Windows.FileServices.Service.iSCSITarget.6.3
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
iSCSI 대상 서비스가 중지됨
'{0}' 컴퓨터의 iSCSI 대상 서비스가 중지되었습니다. 이 컴퓨터의 모든 iSCSI 대상을 사용할 수 없습니다.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.FileServices.Service.iSCSITarget.6.3.Service" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.FileServices.Service.iSCSITarget.6.3" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.FileServices.Service.iSCSITarget.6.3.Service.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>WinTarget</ServiceName>
<CheckStartupType>true</CheckStartupType>
</Configuration>
</UnitMonitor>