Failover Cluster Manager MMC crashes when modifying the resource Shutdown Timeout parameter.

book

Article ID: 100033973

calendar_today

Updated On:

Description

Error Message

Microsoft Management Console has stopped working. 

MMC fault

Resolution

Workaround
To modify the value use the following PowerShell command replacing evserver  and resource name with the correct name for the role and desired resource.  

Get-ClusterResource “evserver -EnterpriseVaultIndexingService” | Set-ClusterParameter -Name ShutdownTimeout 90
 

Issue/Introduction

Attempting to modify the Shutdown Timeout value for an Enterprise Vault (EV) server resource in Microsoft Failover Cluster Manager will cause the MMC process to fault.

Additional Information

JIRA: CFT-278