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 的消息和以下事件 ID:

出现问题的卷的驱动器号将显示在消息文本中。

如果运行状况状态未知,则说明对此对象的监视尚未开始。

解决方案

将 NFS 文件共享移至兼容的卷

若要解决此问题,请在受影响的服务器上,将 NFS 共享资源移至为 Windows NTFS 或其他兼容的文件系统格式化的卷。

验证

若要确认所有 NFS 文件共享都托管在兼容卷上,请使用以下过程:

1. 在受影响服务器的提升命令提示符处,键入 nfsshare

2. 确认所有列出的 NFS 共享都托管在 Windows NTFS 等兼容卷上。

解决此问题后,在 Operations Console 中将监视器重置为“正常”状态。

其他

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

事件 ID 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>