CLUSTER_SET_PASSWORD_FLAGS enumeration
[This enumeration is available for use in the operating systems specified in the Requirements section. Support for this enumeration was removed in Windows Server 2008.]
Enumerates flags for the SetClusterServiceAccountPassword function that describe how the password update is to be applied to the cluster.
Syntax
typedef enum CLUSTER_SET_PASSWORD_FLAGS {
CLUSTER_SET_PASSWORD_IGNORE_DOWN_NODES = 1
} CLUSTER_SET_PASSWORD_FLAGS;
Constants
- CLUSTER_SET_PASSWORD_IGNORE_DOWN_NODES
Causes the SetClusterServiceAccountPassword function to proceed even if all nodes are not available. The function will attempt to change the password on as many nodes as it can.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2003 Datacenter, Windows Server 2003 Enterprise |
End of server support |
Windows Server 2003 Datacenter, Windows Server 2003 Enterprise |
Header |
ClusAPI.h |