ホーム › Networking.Clustering › CLUSTER_SETUP_PHASE
CLUSTER_SETUP_PHASE
列挙型メンバー 31
| 名前 | 10進 | 16進 |
|---|---|---|
| ClusterSetupPhaseInitialize | 1 | 0x1 |
| ClusterSetupPhaseValidateNodeState | 100 | 0x64 |
| ClusterSetupPhaseValidateNetft | 102 | 0x66 |
| ClusterSetupPhaseValidateClusDisk | 103 | 0x67 |
| ClusterSetupPhaseConfigureClusSvc | 104 | 0x68 |
| ClusterSetupPhaseStartingClusSvc | 105 | 0x69 |
| ClusterSetupPhaseQueryClusterNameAccount | 106 | 0x6A |
| ClusterSetupPhaseValidateClusterNameAccount | 107 | 0x6B |
| ClusterSetupPhaseCreateClusterAccount | 108 | 0x6C |
| ClusterSetupPhaseConfigureClusterAccount | 109 | 0x6D |
| ClusterSetupPhaseFormingCluster | 200 | 0xC8 |
| ClusterSetupPhaseAddClusterProperties | 201 | 0xC9 |
| ClusterSetupPhaseCreateResourceTypes | 202 | 0xCA |
| ClusterSetupPhaseCreateGroups | 203 | 0xCB |
| ClusterSetupPhaseCreateIPAddressResources | 204 | 0xCC |
| ClusterSetupPhaseCreateNetworkName | 205 | 0xCD |
| ClusterSetupPhaseClusterGroupOnline | 206 | 0xCE |
| ClusterSetupPhaseGettingCurrentMembership | 300 | 0x12C |
| ClusterSetupPhaseAddNodeToCluster | 301 | 0x12D |
| ClusterSetupPhaseNodeUp | 302 | 0x12E |
| ClusterSetupPhaseApplyNetworkATCIntents | 303 | 0x12F |
| ClusterSetupPhaseMoveGroup | 400 | 0x190 |
| ClusterSetupPhaseDeleteGroup | 401 | 0x191 |
| ClusterSetupPhaseCleanupCOs | 402 | 0x192 |
| ClusterSetupPhaseOfflineGroup | 403 | 0x193 |
| ClusterSetupPhaseEvictNode | 404 | 0x194 |
| ClusterSetupPhaseCleanupNode | 405 | 0x195 |
| ClusterSetupPhaseCoreGroupCleanup | 406 | 0x196 |
| ClusterSetupPhaseRepairCNOAccount | 500 | 0x1F4 |
| ClusterSetupPhaseRepairDNSPermissions | 501 | 0x1F5 |
| ClusterSetupPhaseFailureCleanup | 999 | 0x3E7 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum CLUSTER_SETUP_PHASE : int {
ClusterSetupPhaseInitialize = 1,
ClusterSetupPhaseValidateNodeState = 100,
ClusterSetupPhaseValidateNetft = 102,
ClusterSetupPhaseValidateClusDisk = 103,
ClusterSetupPhaseConfigureClusSvc = 104,
ClusterSetupPhaseStartingClusSvc = 105,
ClusterSetupPhaseQueryClusterNameAccount = 106,
ClusterSetupPhaseValidateClusterNameAccount = 107,
ClusterSetupPhaseCreateClusterAccount = 108,
ClusterSetupPhaseConfigureClusterAccount = 109,
ClusterSetupPhaseFormingCluster = 200,
ClusterSetupPhaseAddClusterProperties = 201,
ClusterSetupPhaseCreateResourceTypes = 202,
ClusterSetupPhaseCreateGroups = 203,
ClusterSetupPhaseCreateIPAddressResources = 204,
ClusterSetupPhaseCreateNetworkName = 205,
ClusterSetupPhaseClusterGroupOnline = 206,
ClusterSetupPhaseGettingCurrentMembership = 300,
ClusterSetupPhaseAddNodeToCluster = 301,
ClusterSetupPhaseNodeUp = 302,
ClusterSetupPhaseApplyNetworkATCIntents = 303,
ClusterSetupPhaseMoveGroup = 400,
ClusterSetupPhaseDeleteGroup = 401,
ClusterSetupPhaseCleanupCOs = 402,
ClusterSetupPhaseOfflineGroup = 403,
ClusterSetupPhaseEvictNode = 404,
ClusterSetupPhaseCleanupNode = 405,
ClusterSetupPhaseCoreGroupCleanup = 406,
ClusterSetupPhaseRepairCNOAccount = 500,
ClusterSetupPhaseRepairDNSPermissions = 501,
ClusterSetupPhaseFailureCleanup = 999
} CLUSTER_SETUP_PHASE;public enum CLUSTER_SETUP_PHASE : int
{
ClusterSetupPhaseInitialize = 1,
ClusterSetupPhaseValidateNodeState = 100,
ClusterSetupPhaseValidateNetft = 102,
ClusterSetupPhaseValidateClusDisk = 103,
ClusterSetupPhaseConfigureClusSvc = 104,
ClusterSetupPhaseStartingClusSvc = 105,
ClusterSetupPhaseQueryClusterNameAccount = 106,
ClusterSetupPhaseValidateClusterNameAccount = 107,
ClusterSetupPhaseCreateClusterAccount = 108,
ClusterSetupPhaseConfigureClusterAccount = 109,
ClusterSetupPhaseFormingCluster = 200,
ClusterSetupPhaseAddClusterProperties = 201,
ClusterSetupPhaseCreateResourceTypes = 202,
ClusterSetupPhaseCreateGroups = 203,
ClusterSetupPhaseCreateIPAddressResources = 204,
ClusterSetupPhaseCreateNetworkName = 205,
ClusterSetupPhaseClusterGroupOnline = 206,
ClusterSetupPhaseGettingCurrentMembership = 300,
ClusterSetupPhaseAddNodeToCluster = 301,
ClusterSetupPhaseNodeUp = 302,
ClusterSetupPhaseApplyNetworkATCIntents = 303,
ClusterSetupPhaseMoveGroup = 400,
ClusterSetupPhaseDeleteGroup = 401,
ClusterSetupPhaseCleanupCOs = 402,
ClusterSetupPhaseOfflineGroup = 403,
ClusterSetupPhaseEvictNode = 404,
ClusterSetupPhaseCleanupNode = 405,
ClusterSetupPhaseCoreGroupCleanup = 406,
ClusterSetupPhaseRepairCNOAccount = 500,
ClusterSetupPhaseRepairDNSPermissions = 501,
ClusterSetupPhaseFailureCleanup = 999,
}Public Enum CLUSTER_SETUP_PHASE As Integer
ClusterSetupPhaseInitialize = 1
ClusterSetupPhaseValidateNodeState = 100
ClusterSetupPhaseValidateNetft = 102
ClusterSetupPhaseValidateClusDisk = 103
ClusterSetupPhaseConfigureClusSvc = 104
ClusterSetupPhaseStartingClusSvc = 105
ClusterSetupPhaseQueryClusterNameAccount = 106
ClusterSetupPhaseValidateClusterNameAccount = 107
ClusterSetupPhaseCreateClusterAccount = 108
ClusterSetupPhaseConfigureClusterAccount = 109
ClusterSetupPhaseFormingCluster = 200
ClusterSetupPhaseAddClusterProperties = 201
ClusterSetupPhaseCreateResourceTypes = 202
ClusterSetupPhaseCreateGroups = 203
ClusterSetupPhaseCreateIPAddressResources = 204
ClusterSetupPhaseCreateNetworkName = 205
ClusterSetupPhaseClusterGroupOnline = 206
ClusterSetupPhaseGettingCurrentMembership = 300
ClusterSetupPhaseAddNodeToCluster = 301
ClusterSetupPhaseNodeUp = 302
ClusterSetupPhaseApplyNetworkATCIntents = 303
ClusterSetupPhaseMoveGroup = 400
ClusterSetupPhaseDeleteGroup = 401
ClusterSetupPhaseCleanupCOs = 402
ClusterSetupPhaseOfflineGroup = 403
ClusterSetupPhaseEvictNode = 404
ClusterSetupPhaseCleanupNode = 405
ClusterSetupPhaseCoreGroupCleanup = 406
ClusterSetupPhaseRepairCNOAccount = 500
ClusterSetupPhaseRepairDNSPermissions = 501
ClusterSetupPhaseFailureCleanup = 999
End Enumimport enum
class CLUSTER_SETUP_PHASE(enum.IntEnum):
ClusterSetupPhaseInitialize = 1
ClusterSetupPhaseValidateNodeState = 100
ClusterSetupPhaseValidateNetft = 102
ClusterSetupPhaseValidateClusDisk = 103
ClusterSetupPhaseConfigureClusSvc = 104
ClusterSetupPhaseStartingClusSvc = 105
ClusterSetupPhaseQueryClusterNameAccount = 106
ClusterSetupPhaseValidateClusterNameAccount = 107
ClusterSetupPhaseCreateClusterAccount = 108
ClusterSetupPhaseConfigureClusterAccount = 109
ClusterSetupPhaseFormingCluster = 200
ClusterSetupPhaseAddClusterProperties = 201
ClusterSetupPhaseCreateResourceTypes = 202
ClusterSetupPhaseCreateGroups = 203
ClusterSetupPhaseCreateIPAddressResources = 204
ClusterSetupPhaseCreateNetworkName = 205
ClusterSetupPhaseClusterGroupOnline = 206
ClusterSetupPhaseGettingCurrentMembership = 300
ClusterSetupPhaseAddNodeToCluster = 301
ClusterSetupPhaseNodeUp = 302
ClusterSetupPhaseApplyNetworkATCIntents = 303
ClusterSetupPhaseMoveGroup = 400
ClusterSetupPhaseDeleteGroup = 401
ClusterSetupPhaseCleanupCOs = 402
ClusterSetupPhaseOfflineGroup = 403
ClusterSetupPhaseEvictNode = 404
ClusterSetupPhaseCleanupNode = 405
ClusterSetupPhaseCoreGroupCleanup = 406
ClusterSetupPhaseRepairCNOAccount = 500
ClusterSetupPhaseRepairDNSPermissions = 501
ClusterSetupPhaseFailureCleanup = 999// CLUSTER_SETUP_PHASE
pub const ClusterSetupPhaseInitialize: i32 = 1;
pub const ClusterSetupPhaseValidateNodeState: i32 = 100;
pub const ClusterSetupPhaseValidateNetft: i32 = 102;
pub const ClusterSetupPhaseValidateClusDisk: i32 = 103;
pub const ClusterSetupPhaseConfigureClusSvc: i32 = 104;
pub const ClusterSetupPhaseStartingClusSvc: i32 = 105;
pub const ClusterSetupPhaseQueryClusterNameAccount: i32 = 106;
pub const ClusterSetupPhaseValidateClusterNameAccount: i32 = 107;
pub const ClusterSetupPhaseCreateClusterAccount: i32 = 108;
pub const ClusterSetupPhaseConfigureClusterAccount: i32 = 109;
pub const ClusterSetupPhaseFormingCluster: i32 = 200;
pub const ClusterSetupPhaseAddClusterProperties: i32 = 201;
pub const ClusterSetupPhaseCreateResourceTypes: i32 = 202;
pub const ClusterSetupPhaseCreateGroups: i32 = 203;
pub const ClusterSetupPhaseCreateIPAddressResources: i32 = 204;
pub const ClusterSetupPhaseCreateNetworkName: i32 = 205;
pub const ClusterSetupPhaseClusterGroupOnline: i32 = 206;
pub const ClusterSetupPhaseGettingCurrentMembership: i32 = 300;
pub const ClusterSetupPhaseAddNodeToCluster: i32 = 301;
pub const ClusterSetupPhaseNodeUp: i32 = 302;
pub const ClusterSetupPhaseApplyNetworkATCIntents: i32 = 303;
pub const ClusterSetupPhaseMoveGroup: i32 = 400;
pub const ClusterSetupPhaseDeleteGroup: i32 = 401;
pub const ClusterSetupPhaseCleanupCOs: i32 = 402;
pub const ClusterSetupPhaseOfflineGroup: i32 = 403;
pub const ClusterSetupPhaseEvictNode: i32 = 404;
pub const ClusterSetupPhaseCleanupNode: i32 = 405;
pub const ClusterSetupPhaseCoreGroupCleanup: i32 = 406;
pub const ClusterSetupPhaseRepairCNOAccount: i32 = 500;
pub const ClusterSetupPhaseRepairDNSPermissions: i32 = 501;
pub const ClusterSetupPhaseFailureCleanup: i32 = 999;// CLUSTER_SETUP_PHASE
const (
ClusterSetupPhaseInitialize int32 = 1
ClusterSetupPhaseValidateNodeState int32 = 100
ClusterSetupPhaseValidateNetft int32 = 102
ClusterSetupPhaseValidateClusDisk int32 = 103
ClusterSetupPhaseConfigureClusSvc int32 = 104
ClusterSetupPhaseStartingClusSvc int32 = 105
ClusterSetupPhaseQueryClusterNameAccount int32 = 106
ClusterSetupPhaseValidateClusterNameAccount int32 = 107
ClusterSetupPhaseCreateClusterAccount int32 = 108
ClusterSetupPhaseConfigureClusterAccount int32 = 109
ClusterSetupPhaseFormingCluster int32 = 200
ClusterSetupPhaseAddClusterProperties int32 = 201
ClusterSetupPhaseCreateResourceTypes int32 = 202
ClusterSetupPhaseCreateGroups int32 = 203
ClusterSetupPhaseCreateIPAddressResources int32 = 204
ClusterSetupPhaseCreateNetworkName int32 = 205
ClusterSetupPhaseClusterGroupOnline int32 = 206
ClusterSetupPhaseGettingCurrentMembership int32 = 300
ClusterSetupPhaseAddNodeToCluster int32 = 301
ClusterSetupPhaseNodeUp int32 = 302
ClusterSetupPhaseApplyNetworkATCIntents int32 = 303
ClusterSetupPhaseMoveGroup int32 = 400
ClusterSetupPhaseDeleteGroup int32 = 401
ClusterSetupPhaseCleanupCOs int32 = 402
ClusterSetupPhaseOfflineGroup int32 = 403
ClusterSetupPhaseEvictNode int32 = 404
ClusterSetupPhaseCleanupNode int32 = 405
ClusterSetupPhaseCoreGroupCleanup int32 = 406
ClusterSetupPhaseRepairCNOAccount int32 = 500
ClusterSetupPhaseRepairDNSPermissions int32 = 501
ClusterSetupPhaseFailureCleanup int32 = 999
)const
ClusterSetupPhaseInitialize = 1;
ClusterSetupPhaseValidateNodeState = 100;
ClusterSetupPhaseValidateNetft = 102;
ClusterSetupPhaseValidateClusDisk = 103;
ClusterSetupPhaseConfigureClusSvc = 104;
ClusterSetupPhaseStartingClusSvc = 105;
ClusterSetupPhaseQueryClusterNameAccount = 106;
ClusterSetupPhaseValidateClusterNameAccount = 107;
ClusterSetupPhaseCreateClusterAccount = 108;
ClusterSetupPhaseConfigureClusterAccount = 109;
ClusterSetupPhaseFormingCluster = 200;
ClusterSetupPhaseAddClusterProperties = 201;
ClusterSetupPhaseCreateResourceTypes = 202;
ClusterSetupPhaseCreateGroups = 203;
ClusterSetupPhaseCreateIPAddressResources = 204;
ClusterSetupPhaseCreateNetworkName = 205;
ClusterSetupPhaseClusterGroupOnline = 206;
ClusterSetupPhaseGettingCurrentMembership = 300;
ClusterSetupPhaseAddNodeToCluster = 301;
ClusterSetupPhaseNodeUp = 302;
ClusterSetupPhaseApplyNetworkATCIntents = 303;
ClusterSetupPhaseMoveGroup = 400;
ClusterSetupPhaseDeleteGroup = 401;
ClusterSetupPhaseCleanupCOs = 402;
ClusterSetupPhaseOfflineGroup = 403;
ClusterSetupPhaseEvictNode = 404;
ClusterSetupPhaseCleanupNode = 405;
ClusterSetupPhaseCoreGroupCleanup = 406;
ClusterSetupPhaseRepairCNOAccount = 500;
ClusterSetupPhaseRepairDNSPermissions = 501;
ClusterSetupPhaseFailureCleanup = 999;// CLUSTER_SETUP_PHASE
pub const ClusterSetupPhaseInitialize: i32 = 1;
pub const ClusterSetupPhaseValidateNodeState: i32 = 100;
pub const ClusterSetupPhaseValidateNetft: i32 = 102;
pub const ClusterSetupPhaseValidateClusDisk: i32 = 103;
pub const ClusterSetupPhaseConfigureClusSvc: i32 = 104;
pub const ClusterSetupPhaseStartingClusSvc: i32 = 105;
pub const ClusterSetupPhaseQueryClusterNameAccount: i32 = 106;
pub const ClusterSetupPhaseValidateClusterNameAccount: i32 = 107;
pub const ClusterSetupPhaseCreateClusterAccount: i32 = 108;
pub const ClusterSetupPhaseConfigureClusterAccount: i32 = 109;
pub const ClusterSetupPhaseFormingCluster: i32 = 200;
pub const ClusterSetupPhaseAddClusterProperties: i32 = 201;
pub const ClusterSetupPhaseCreateResourceTypes: i32 = 202;
pub const ClusterSetupPhaseCreateGroups: i32 = 203;
pub const ClusterSetupPhaseCreateIPAddressResources: i32 = 204;
pub const ClusterSetupPhaseCreateNetworkName: i32 = 205;
pub const ClusterSetupPhaseClusterGroupOnline: i32 = 206;
pub const ClusterSetupPhaseGettingCurrentMembership: i32 = 300;
pub const ClusterSetupPhaseAddNodeToCluster: i32 = 301;
pub const ClusterSetupPhaseNodeUp: i32 = 302;
pub const ClusterSetupPhaseApplyNetworkATCIntents: i32 = 303;
pub const ClusterSetupPhaseMoveGroup: i32 = 400;
pub const ClusterSetupPhaseDeleteGroup: i32 = 401;
pub const ClusterSetupPhaseCleanupCOs: i32 = 402;
pub const ClusterSetupPhaseOfflineGroup: i32 = 403;
pub const ClusterSetupPhaseEvictNode: i32 = 404;
pub const ClusterSetupPhaseCleanupNode: i32 = 405;
pub const ClusterSetupPhaseCoreGroupCleanup: i32 = 406;
pub const ClusterSetupPhaseRepairCNOAccount: i32 = 500;
pub const ClusterSetupPhaseRepairDNSPermissions: i32 = 501;
pub const ClusterSetupPhaseFailureCleanup: i32 = 999;const
ClusterSetupPhaseInitialize* = 1
ClusterSetupPhaseValidateNodeState* = 100
ClusterSetupPhaseValidateNetft* = 102
ClusterSetupPhaseValidateClusDisk* = 103
ClusterSetupPhaseConfigureClusSvc* = 104
ClusterSetupPhaseStartingClusSvc* = 105
ClusterSetupPhaseQueryClusterNameAccount* = 106
ClusterSetupPhaseValidateClusterNameAccount* = 107
ClusterSetupPhaseCreateClusterAccount* = 108
ClusterSetupPhaseConfigureClusterAccount* = 109
ClusterSetupPhaseFormingCluster* = 200
ClusterSetupPhaseAddClusterProperties* = 201
ClusterSetupPhaseCreateResourceTypes* = 202
ClusterSetupPhaseCreateGroups* = 203
ClusterSetupPhaseCreateIPAddressResources* = 204
ClusterSetupPhaseCreateNetworkName* = 205
ClusterSetupPhaseClusterGroupOnline* = 206
ClusterSetupPhaseGettingCurrentMembership* = 300
ClusterSetupPhaseAddNodeToCluster* = 301
ClusterSetupPhaseNodeUp* = 302
ClusterSetupPhaseApplyNetworkATCIntents* = 303
ClusterSetupPhaseMoveGroup* = 400
ClusterSetupPhaseDeleteGroup* = 401
ClusterSetupPhaseCleanupCOs* = 402
ClusterSetupPhaseOfflineGroup* = 403
ClusterSetupPhaseEvictNode* = 404
ClusterSetupPhaseCleanupNode* = 405
ClusterSetupPhaseCoreGroupCleanup* = 406
ClusterSetupPhaseRepairCNOAccount* = 500
ClusterSetupPhaseRepairDNSPermissions* = 501
ClusterSetupPhaseFailureCleanup* = 999enum CLUSTER_SETUP_PHASE : int {
ClusterSetupPhaseInitialize = 1,
ClusterSetupPhaseValidateNodeState = 100,
ClusterSetupPhaseValidateNetft = 102,
ClusterSetupPhaseValidateClusDisk = 103,
ClusterSetupPhaseConfigureClusSvc = 104,
ClusterSetupPhaseStartingClusSvc = 105,
ClusterSetupPhaseQueryClusterNameAccount = 106,
ClusterSetupPhaseValidateClusterNameAccount = 107,
ClusterSetupPhaseCreateClusterAccount = 108,
ClusterSetupPhaseConfigureClusterAccount = 109,
ClusterSetupPhaseFormingCluster = 200,
ClusterSetupPhaseAddClusterProperties = 201,
ClusterSetupPhaseCreateResourceTypes = 202,
ClusterSetupPhaseCreateGroups = 203,
ClusterSetupPhaseCreateIPAddressResources = 204,
ClusterSetupPhaseCreateNetworkName = 205,
ClusterSetupPhaseClusterGroupOnline = 206,
ClusterSetupPhaseGettingCurrentMembership = 300,
ClusterSetupPhaseAddNodeToCluster = 301,
ClusterSetupPhaseNodeUp = 302,
ClusterSetupPhaseApplyNetworkATCIntents = 303,
ClusterSetupPhaseMoveGroup = 400,
ClusterSetupPhaseDeleteGroup = 401,
ClusterSetupPhaseCleanupCOs = 402,
ClusterSetupPhaseOfflineGroup = 403,
ClusterSetupPhaseEvictNode = 404,
ClusterSetupPhaseCleanupNode = 405,
ClusterSetupPhaseCoreGroupCleanup = 406,
ClusterSetupPhaseRepairCNOAccount = 500,
ClusterSetupPhaseRepairDNSPermissions = 501,
ClusterSetupPhaseFailureCleanup = 999,
}#define global ClusterSetupPhaseInitialize 0x1
#define global ClusterSetupPhaseValidateNodeState 0x64
#define global ClusterSetupPhaseValidateNetft 0x66
#define global ClusterSetupPhaseValidateClusDisk 0x67
#define global ClusterSetupPhaseConfigureClusSvc 0x68
#define global ClusterSetupPhaseStartingClusSvc 0x69
#define global ClusterSetupPhaseQueryClusterNameAccount 0x6A
#define global ClusterSetupPhaseValidateClusterNameAccount 0x6B
#define global ClusterSetupPhaseCreateClusterAccount 0x6C
#define global ClusterSetupPhaseConfigureClusterAccount 0x6D
#define global ClusterSetupPhaseFormingCluster 0xC8
#define global ClusterSetupPhaseAddClusterProperties 0xC9
#define global ClusterSetupPhaseCreateResourceTypes 0xCA
#define global ClusterSetupPhaseCreateGroups 0xCB
#define global ClusterSetupPhaseCreateIPAddressResources 0xCC
#define global ClusterSetupPhaseCreateNetworkName 0xCD
#define global ClusterSetupPhaseClusterGroupOnline 0xCE
#define global ClusterSetupPhaseGettingCurrentMembership 0x12C
#define global ClusterSetupPhaseAddNodeToCluster 0x12D
#define global ClusterSetupPhaseNodeUp 0x12E
#define global ClusterSetupPhaseApplyNetworkATCIntents 0x12F
#define global ClusterSetupPhaseMoveGroup 0x190
#define global ClusterSetupPhaseDeleteGroup 0x191
#define global ClusterSetupPhaseCleanupCOs 0x192
#define global ClusterSetupPhaseOfflineGroup 0x193
#define global ClusterSetupPhaseEvictNode 0x194
#define global ClusterSetupPhaseCleanupNode 0x195
#define global ClusterSetupPhaseCoreGroupCleanup 0x196
#define global ClusterSetupPhaseRepairCNOAccount 0x1F4
#define global ClusterSetupPhaseRepairDNSPermissions 0x1F5
#define global ClusterSetupPhaseFailureCleanup 0x3E7