Server 서비스: 공유 폴더 생성

Microsoft.Windows.FileServices.Service.SMB.6.3.CreateShareEvent (UnitMonitor)

이 개체는 Server 서비스를 시작할 때 공유를 다시 만드는 작업을 모니터링하고, 공유가 생성되지 않았으면 경고를 생성합니다.

Knowledge Base article:

요약

이 개체는 Server 서비스를 시작할 때 공유를 다시 만드는 작업을 모니터링하고, 대상 경로가 더 이상 존재하지 않아 공유가 생성되지 않았으면 경고를 생성합니다.

원인

공유의 로컬 경로가 더 이상 존재하지 않으면 이 모니터가 위험 성능 상태로 전환될 수 있습니다. 이 문제는 관리자가 공유 폴더를 삭제하거나 폴더를 호스트하는 볼륨을 사용할 수 없는 경우에 발생할 수 있습니다.

성능 상태를 알 수 없으면 이 개체의 모니터링이 시작되지 않은 것입니다.

해결 방법

이 절차를 수행하려면 로컬 컴퓨터의 관리자거나 적절한 권한이 위임되어 있어야 합니다.

이 문제를 해결하려면 다음 절차 중 하나를 따르십시오.

로컬 폴더 다시 생성

영향을 받는 서버의 관리자 권한 명령 프롬프트에서 다음 명령을 입력합니다. 여기서 [local path]는 누락된 폴더 경로입니다. md [local path].

공유삭제

폴더를 영구적으로 사용할 수 없는 경우 Server 서비스가 더 이상 다시 만들지 않도록 공유를 삭제합니다. 이렇게 하려면 영향을 받는 서버의 관리자 권한 명령 프롬프트를 열고 다음 명령을 입력합니다. 여기서 [share]는 공유 이름입니다. net share [share] /delete.

이 문제를 해결한 후 운영 콘솔에서 해당 모니터를 정상 상태로 다시 설정합니다.

추가 정보

서버 이벤트 2511(http://go.microsoft.com/fwlink/?LinkId=183104)

Element properties:

TargetMicrosoft.Windows.FileServices.Service.SMB.6.3
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.RepeatedEventLogManualReset2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Server 서비스: 공유를 만들지 못함

다음 이벤트가 {0}번 발생했습니다.
이벤트 설명: {1}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.FileServices.Service.SMB.6.3.CreateShareEvent" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.FileServices.Service.SMB.6.3" ParentMonitorID="SystemHealth!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.RepeatedEventLogManualReset2StateMonitorType" ConfirmDelivery="true">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.FileServices.Service.SMB.6.3.CreateShareEvent.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Count$</AlertParameter1>
<AlertParameter2>$Data/Context/Context/DataItem/EventDescription$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="RepeatedEventRaised" MonitorTypeStateID="RepeatedEventRaised" HealthState="Error"/>
<OperationalState ID="ManualResetEventRaised" MonitorTypeStateID="ManualResetEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<RepeatedComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</RepeatedComputerName>
<RepeatedLogName>System</RepeatedLogName>
<RepeatedExpression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">2511</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Server</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</RepeatedExpression>
<Consolidator>
<ConsolidationProperties/>
<TimeControl>
<WithinTimeSchedule>
<Interval>15</Interval>
</WithinTimeSchedule>
</TimeControl>
<CountingCondition>
<CountMode>OnNewItemNOP_OnTimerOutputRestart</CountMode>
</CountingCondition>
</Consolidator>
</Configuration>
</UnitMonitor>