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

この問題が解決したら、Operations Console でモニターをリセットして、正常な状態にします。

追加情報

サーバー イベント 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>