Event ID 5136 — Cluster Shared Volume Functionality

Applies To: Windows Server 2008 R2

In a failover cluster, virtual machines can use Cluster Shared Volumes that are on the same LUN (disk), while still being able to fail over (or move from node to node) independently of one another. Virtual machines can use a Cluster Shared Volume only when communication between the cluster nodes and the volume is functioning correctly, including network connectivity, access, drivers, and other factors.

Event Details

Product: Windows Operating System
ID: 5136
Source: Microsoft-Windows-FailoverClustering
Version: 6.1
Symbolic Name: DCM_CSV_INTO_REDIRECTED_MODE
Message: Cluster Shared Volume '%1' ('%2') redirected access was turned on. Access to the storage device will be redirected over the network from all cluster nodes that are accessing this volume. This may result in degraded performance. Please turn off redirected access for this volume.

Resolve

CSV - Check redirected access status for a disk

If you do not currently have Event Viewer open, to view the event message, see "Opening Event Viewer and view events related to failover clustering." View the event message for information about the disk in Cluster Shared Volumes that has redirected access turned on.

If redirected access is turned on for volume backup, it will be turned off automatically. If redirected access was turned on manually, it must be turned off again manually. For more information, see "Checking and turning off redirected access for a disk in Cluster Shared Volumes."

To perform the following procedures, you must be a member of the local Administrators group on the node in the failover cluster, or you must have been delegated the equivalent authority.

Checking and turning off redirected access for a disk in Cluster Shared Volumes

To check and turn off redirected access for a disk in Cluster Shared Volumes:

  1. To open the failover cluster snap-in, click Start, click Administrative Tools, and then click Failover Cluster Manager. If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Yes.
  2. In the Failover Cluster Manager snap-in, if the cluster you want to manage is not displayed, in the console tree, right-click Failover Cluster Manager, click Manage a Cluster, and then select or specify the cluster that you want.
  3. If the console tree is collapsed, expand the tree under the cluster you want to manage, and then click Cluster Shared Volumes.
  4. In the center pane, view the status of the disk (if more information is needed, expand the listing for the disk). If redirected access is turned on, the status will be Online (Redirected access).
  5. To turn off redirected access, right-click the disk, click More Actions, and then click Turn off redirected access for this Cluster Shared Volume.
  6. Confirm that the disk no longer has a status of Online (Redirected access). If it does, review the system and application event logs for events related to the storage, networking, and the failover cluster.

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

  1. If Server Manager is not already open, click Start, click Administrative Tools, and then click Server Manager. If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Yes.
  2. In the console tree, expand Diagnostics, expand Event Viewer, expand Windows Logs, and then click System.
  3. To filter the events so that only events with a Source of FailoverClustering are shown, in the Actions pane, click Filter Current Log. On the Filter tab, in the Event sources box, select FailoverClustering. Select other options as appropriate, and then click OK.
  4. To sort the displayed events by date and time, in the center pane, click the Date and Time column heading.

Verify

Confirm that the Cluster Shared Volume can come online. If there have been recent problems with writing to the volume, it can be appropriate to monitor event logs and monitor the function of the corresponding clustered virtual machine, to confirm that the problems have been resolved.

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.

Confirming that a Cluster Shared Volume can come online

To confirm that a Cluster Shared Volume can come online:

  1. To open the failover cluster snap-in, click Start, click Administrative Tools, and then click Failover Cluster Manager. If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Yes.
  2. In the Failover Cluster Manager snap-in, if the cluster you want to manage is not displayed, in the console tree, right-click Failover Cluster Manager, click Manage a Cluster, and then select or specify the cluster that you want.
  3. If the console tree is collapsed, expand the tree under the cluster you want to manage, and then click Cluster Shared Volumes.
  4. In the center pane, expand the listing for the volume that you are verifying. View the status of the volume.
  5. If a volume is offline, to bring it online, right-click the volume and then click Bring this resource online.

Using a Windows PowerShell command to check the status of a resource in a failover cluster

To use a Windows PowerShell command to check the status of a resource in a failover cluster:

  1. On a node in the cluster, click Start, point to Administrative Tools, and then click Windows PowerShell Modules. If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Yes.

  2. Type:

    Get-ClusterSharedVolume

    If you run the preceding command without specifying a resource name, status is displayed for all Cluster Shared Volumes in the cluster.

Cluster Shared Volume Functionality

Failover Clustering