Hi,
I've trying to create a Exchange 2013 DAG, but can't had the second node. I'm using a single NIC in both servers. I know its not the best solution but, it is supported.
One server is a VM on VMWARE the other is a VM on HYPER-V. Can this be the problem, since the virtual nics are different?
I've looked at everything I can find online. I've tried to add the 2nd node throw the Failover Cluster Manager, but no luck.
Can someone help me?
Thanks
JP
I get the following log file:
[2013-07-23T22:17:44] Working
[2013-07-23T22:17:44] GetRemoteCluster() for the mailbox server failed with exception = An Active Manager operation failed. Error: An error occurred while attempting a cluster operation. Error: Cluster API '"OpenCluster(EXCH13FIG01.private.euroatlantic.pt)
failed with 0x6d9. Error: There are no more endpoints available from the endpoint mapper"' failed.. This is OK.
[2013-07-23T22:17:44] Ignoring previous error, as it is acceptable if the cluster does not exist yet.
[2013-07-23T22:17:44] DumpClusterTopology: Opening remote cluster EXCH13DAG01.
[2013-07-23T22:17:45] Dumping the cluster by connecting to: EXCH13DAG01.
[2013-07-23T22:17:45] The cluster's name is: EXCH13DAG01.
[2013-07-23T22:17:45] Groups
[2013-07-23T22:17:45] group: Available Storage [not a CMS]
[2013-07-23T22:17:45] OwnerNode: EXCH13BLR01.private.euroatlantic.pt
[2013-07-23T22:17:45] State: Offline
[2013-07-23T22:17:45] group: Cluster Group [Cluster Main Group]
[2013-07-23T22:17:45] OwnerNode: EXCH13BLR01.private.euroatlantic.pt
[2013-07-23T22:17:45] State: Online
[2013-07-23T22:17:45] Resource: Cluster IP Address [Online, type = IP Address, PossibleOwners = EXCH13BLR01 ]
[2013-07-23T22:17:45] Address = [10.0.0.27]
[2013-07-23T22:17:45] EnableDhcp = [0]
[2013-07-23T22:17:45] Network = [Cluster Network 1]
[2013-07-23T22:17:45] Resource: Cluster Name [Online, type = Network Name, PossibleOwners = EXCH13BLR01 ]
[2013-07-23T22:17:45] NetName = [EXCH13DAG01]
[2013-07-23T22:17:45] Nodes
[2013-07-23T22:17:45] node: EXCH13BLR01.private.euroatlantic.pt [ state = Up ]
[2013-07-23T22:17:45] Subnets
[2013-07-23T22:17:45] Name(Cluster Network 1), Mask(10.0.0.0/23), Role(ClusterNetworkRoleInternalAndClient)
[2013-07-23T22:17:45] NIC 10.0.0.9 on Node EXCH13BLR01 in State=Up
[2013-07-23T22:17:45] Opening the cluster on nodes [exch13blr01].
[2013-07-23T22:17:45] Other mailbox servers in the DAG are already members of cluster 'EXCH13DAG01'
[2013-07-23T22:17:45] The server EXCH13FIG01 does not belong to a cluster, and the other servers belong to EXCH13DAG01.
[2013-07-23T22:17:45] Successfully resolved the servers based on the stopped servers list.
[2013-07-23T22:17:45] The following servers are in the StartedServers list (The list is the StartedServers property of the DAG in AD):
[2013-07-23T22:17:45] The following servers are in the StoppedServers list:
[2013-07-23T22:17:45] Verifiying that the members of database availability group 'EXCH13DAG01' are also members of the cluster.
[2013-07-23T22:17:45] Verifying that the members of cluster 'EXCH13DAG01' are also members of the database availability group.
[2013-07-23T22:17:45] According to GetNodeClusterState(), the server EXCH13FIG01 is NotConfigured.
[2013-07-23T22:17:45] The CNO is currently Online.
[2013-07-23T22:17:45] InternalValidate() done.
[2013-07-23T22:17:47] Updated Progress 'Adding server 'EXCH13FIG01' to database availability group 'EXCH13DAG01'.' 6%.
[2013-07-23T22:17:47] Working
[2013-07-23T22:17:47] Updated Progress 'Adding server 'EXCH13FIG01' to the cluster.' 8%.
[2013-07-23T22:17:47] Working
[2013-07-23T22:24:07] The operation wasn't successful because an error was encountered. You may find more details in log file "C:\ExchangeSetupLogs\DagTasks\dagtask_2013-07-23_22-17-37.824_add-databaseavailabiltygroupserver.log".
[2013-07-23T22:24:07] WriteError! Exception = Microsoft.Exchange.Cluster.Replay.DagTaskOperationFailedException: A server-side database availability group administrative operation failed. Error The operation failed. CreateCluster errors may result from incorrectly
configured static addresses. Error: An error occurred while attempting a cluster operation. Error: Cluster API '"AddClusterNode() (MaxPercentage=100) failed with 0x5b4. Error: This operation returned because the timeout period expired"' failed..
---> Microsoft.Exchange.Cluster.Replay.AmClusterApiException: An Active Manager operation failed. Error: An error occurred while attempting a cluster operation. Error: Cluster API '"AddClusterNode() (MaxPercentage=100) failed with 0x5b4. Error: This
operation returned because the timeout period expired"' failed. ---> System.ComponentModel.Win32Exception: This operation returned because the timeout period expired
--- End of inner exception stack trace ---
at Microsoft.Exchange.Cluster.ClusApi.AmCluster.AddNodeToCluster(AmServerName nodeName, IClusterSetupProgress setupProgress, IntPtr context, Exception& errorException, Boolean throwExceptionOnFailure)
at Microsoft.Exchange.Cluster.Replay.DagHelper.AddDagClusterNodeInternal(HaTaskStringBuilderOutputHelper output, AmServerName mailboxServerName, String& verboseLog)
--- End of inner exception stack trace (Microsoft.Exchange.Cluster.Replay.AmClusterApiException) ---
at Microsoft.Exchange.Cluster.Replay.DagHelper.ThrowDagTaskOperationWrapper(Exception exception)
at Microsoft.Exchange.Cluster.Replay.DagHelper.AddDagClusterNodeInternal(HaTaskStringBuilderOutputHelper output, AmServerName mailboxServerName, String& verboseLog)
at Microsoft.Exchange.Cluster.Replay.NodeActionTracker.PerformNodeAction(ITaskOutputHelper output, AmServerName nodeName, NodeAction nodeAction, Action clusterAction)
at Microsoft.Exchange.Cluster.Replay.DagHelper.AddDagClusterNode(AmServerName mailboxServerName, String& verboseLog)
at Microsoft.Exchange.Data.Storage.Cluster.HaRpcExceptionWrapperBase`2.RunRpcServerOperation(String databaseName, RpcServerOperation rpcOperation)
--- End of stack trace on server (EXCH13BLR01.private.euroatlantic.pt) ---
at Microsoft.Exchange.Data.Storage.Cluster.HaRpcExceptionWrapperBase`2.ClientRethrowIfFailed(String databaseName, String serverName, RpcErrorExceptionInfo errorInfo)
at Microsoft.Exchange.Cluster.Replay.ReplayRpcClientWrapper.RunAddNodeToCluster(AmServerName serverName, AmServerName newNode, String& verboseLog)
at Microsoft.Exchange.Management.SystemConfigurationTasks.AddDatabaseAvailabilityGroupServer.JoinNodeToCluster()
[2013-07-23T22:24:16] Updated Progress 'Done!' 100%.
[2013-07-23T22:24:16] COMPLETED
add-databaseavailabiltygroupserver explicitly called CloseTempLogFile().