Click to Rate and Give Feedback
MSDN
MSDN Library
System Services
File Services
Storage Management
Windows Clustering
 DiskArbInterval
DiskArbInterval

Controls the arbitration interval (in seconds) used by the persistent reservation (PR) protocol. The following table summarizes the attributes of the DiskArbInterval property.

AttributeValue
Data typeDWORD
AccessRead/write
StructureCLUSPROP_DWORD
Minimum1
Maximum0xFFFFFFFF
Default3

 

Examples

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

DWORD          DiskArbIntervalData = 3;
CLUSPROP_DWORD DiskArbIntervalValue;

DiskArbIntervalValue.Syntax.dw = CLUSPROP_SYNTAX_LIST_VALUE_DWORD;
DiskArbIntervalValue.cbLength  = sizeof(DWORD);
DiskArbIntervalValue.dw        = DiskArbIntervalData;

Requirements

Minimum supported clientNone supported
Minimum supported serverWindows Server 2008 Datacenter, Windows Server 2008 Enterprise

See Also

Physical Disk Private Properties
CLUSPROP_DWORD

Send comments about this topic to Microsoft

Build date: 11/19/2009

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker