Error occurred while bringing file server resource online

Microsoft.Windows.6.2.Cluster.Error.occurred.while.bringing.file.server.resource.online (Rule)

Knowledge Base article:

Summary

Clients can access folders and files on a clustered file server only when the corresponding file share resource is available.

Event Details

Event ID:

1588

Source:

Microsoft-Windows-FailoverClustering

Symbolic Name:

RES_FILESERVER_SHARE_CANT_ADD

Message: Cluster file server resource '%1' cannot be brought online. The resource failed to create file share '%2' associated with network name '%3'. The error code was '%4'. Verify that the folders exist and are accessible. Additionally, confirm the state of the Server service on this cluster node using Server Manager and look for other related events on this cluster node. It may be necessary to restart the network name resource '%3' in this clustered service or application.Search System Error Codes ( http://go.microsoft.com/fwlink/?LinkId=83027).

Causes

These events will be logged if one of the following actions was taken:

Resolutions

Check shared folder accessibility and the state of Server service

To confirm that a shared folder is accessible and the Server service is started, review the following:

To perform the following procedures, you must be a member of the local Administrators group on each clustered server, and the account you use must be a domain account, or you must have been delegated the equivalent authority.

Opening Services and viewing or restarting the Server service

To open Services and view or restart the Server service:

Opening Event Viewer and viewing events related to failover clustering

To open Event Viewer and view events related to failover clustering:

Finding more information about the error codes that some event messages contain

To find more information about the error codes that some event messages contain:

NET HELPMSG errorcode

Verify

Verify that the clustered file server can come online, and observe whether additional events are logged regarding resources in the clustered file server.

To perform the following procedures, you must be a member of the local Administrators group on each clustered server, and the account you use must be a domain account, or you must have been delegated the equivalent authority.

To verify that a clustered file server can come online:

Element properties:

TargetMicrosoft.Windows.6.2.Cluster.Monitoring.Service
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
Error occurred while bringing file server resource online
{0}

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.6.2.Cluster.EventProvider Default
WA WriteAction Microsoft.Windows.Cluster.GenerateAlertAction.SuppressedByDescription Default

Source Code:

<Rule ID="Microsoft.Windows.6.2.Cluster.Error.occurred.while.bringing.file.server.resource.online" Enabled="true" Target="Clus8Library!Microsoft.Windows.6.2.Cluster.Monitoring.Service" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.Windows.6.2.Cluster.EventProvider">
<Criteria>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>1588</Value>
</ValueExpression>
</SimpleExpression>
</Criteria>
<LogName>System</LogName>
<PublisherName>Microsoft-Windows-FailoverClustering</PublisherName>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="ClusLibrary!Microsoft.Windows.Cluster.GenerateAlertAction.SuppressedByDescription">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.6.2.Cluster.Error.occurred.while.bringing.file.server.resource.online.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>