NFS:檔案系統類型

Microsoft.Windows.FileServices.Service.NFS.6.3.Server.ShareFileSystemType (UnitMonitor)

此物件會監視檔案系統相容性,並在有一或多個 NFS 檔案共用設定為要在不相容的檔案系統類型上主控,且此監視器已啟用警示時,產生警示。

Knowledge Base article:

摘要

此物件會監視檔案系統相容性,並在有一或多個 NFS 檔案共用設定為要在不相容的檔案系統上主控,且此監視器已啟用警示時,產生警示。

原因

如果有一或多個 NFS 檔案共用設定為要在不相容的檔案系統類型上主控,此監視器會進入「警告」健全狀況狀態。

Server for NFS 要求用來儲存檔案供檔案共用的檔案系統上存在一組進階功能。需要的所有功能都存在於 Windows NTFS 檔案系統和某些協力廠商檔案系統。這些功能不存在於任何 Windows FAT 或 CD 檔案系統。

需要的功能包括 (但不限於):

搜尋 Windows 系統事件記錄檔,以尋找來自事件來源 Microsoft-Windows-ServicesForNFS-Server 且具有以下事件識別碼的訊息:

訊息文字中會指出存在問題的磁碟區的磁碟機代號。

如果健全狀況狀態處於未知,表示此物件的監視尚未開始。

解決方式

將 NFS 檔案共用移至相容的磁碟區

若要解決這個問題,請在受影響的伺服器將 NFS 共用資源移至針對 Windows NTFS 或其他相容檔案系統所格式化的磁碟區。

驗證

若要確認所有 NFS 檔案共用均由相容的磁碟區所主控,請使用以下程序:

1. 在受影響的伺服器上執行提高權限的命令提示字元,輸入 nfsshare

2. 確認列出的所有 NFS 共用均由相容的磁碟區 (例如,Windows NTFS) 所主控。

解決此問題後,請在 [Operations 主控台] 中將監視器重設為狀況良好狀態。

其他

事件識別碼 1065 (http://go.microsoft.com/fwlink/?LinkId=186001)

事件識別碼 1070 (http://go.microsoft.com/fwlink/?LinkId=186003)

如需有關設定 Server for NFS 的詳細資訊,請參閱 用於網路檔案系統的服務 (http://go.microsoft.com/fwlink/?LinkId=185983)。

Element properties:

TargetMicrosoft.Windows.FileServices.Service.NFS.6.3
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogManualReset2StateMonitorType
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.FileServices.Service.NFS.6.3.Server.ShareFileSystemType" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.FileServices.Service.NFS.6.3" ParentMonitorID="SystemHealth!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.SingleEventLogManualReset2StateMonitorType" ConfirmDelivery="true">
<Category>ConfigurationHealth</Category>
<OperationalStates>
<OperationalState ID="EventRaised" MonitorTypeStateID="EventRaised" HealthState="Warning"/>
<OperationalState ID="ManualResetEventRaised" MonitorTypeStateID="ManualResetEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Microsoft-Windows-ServicesForNFS-Server/Admin</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-ServicesForNFS-Server</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<Or>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">1065</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">1070</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</Or>
</Expression>
</And>
</Expression>
</Configuration>
</UnitMonitor>