This topic has not yet been rated - Rate this topic

ShutdownTimeoutInMinutes

Specifies how many minutes after a system shutdown is initiated that the failover cluster service will wait for resources to go offline. The following table summarizes the attributes of the ShutdownTimeoutInMinutes property.

AttributeValue

Data type

DWORD

Access

Read/write

Structure

CLUSPROP_DWORD

Minimum

0

Maximum

1440

Default

20

 

Remarks

This property is also exposed as the ShutdownTimeoutInMinutes property of the MSCluster_Cluster WMI class.

Note  If the Hyper-V role is installed, the default time-out value is calculated based on the size of physical memory, using a ratio of 100 minutes / 64 GB. The minimum computed value is 20 minutes.

Examples

The property value portion of a property list entry for ShutdownTimeoutInMinutes can be set with the following example code:


CLUSPROP_DWORD ShutdownTimeoutInMinutesValue;

ShutdownTimeoutInMinutesValue.Syntax.dw = CLUSPROP_SYNTAX_LIST_VALUE_DWORD;
ShutdownTimeoutInMinutesValue.cbLength  = sizeof(DWORD);
ShutdownTimeoutInMinutesValue.dw        = 15;


Requirements

Minimum supported client

None supported [desktop apps only]

Minimum supported server

Windows Server 2008 R2 Enterprise, Windows Server 2008 R2 Datacenter [desktop apps only]

See also

Cluster Common Properties
CLUSPROP_DWORD
MSCluster_Cluster

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.