I am creating an Exch 2010 DAG in my test lab.
I can create the DAG and the first node without issue however, adding the second DAG node gets:
A server-side DAG administrative operation has failed. The operation failed with message: Error 0x71a (The remote
procedure call was cancelled) from cli_RpccAddNodeToCluster
Error 0x71a (The remote procedure call was cancelled) from cli_RpccAddNodeToCluster
upon executing:
Add-DatabaseAvailabilityGroupServer -Identity 'TEST11-DAG1' -MailboxServer 'TEST-11-VM4'
Both DAG nodes (original and one trying to add) are hyper-v machines.
I believe the cluster fail over feature is installed on both.
Both hyper-v nodes have a public DHCP Public Virtual Network cards and a Private heartbeat.
The initial DAG virtual node has a static ip as well so three virtual cards.
I am running Windows 2008 r2 on both.
I disabled the firewalls on both nodes:
Features installed on both:
Cluster Failover service
Windows process activation
Branch Cache
.net 3.5.1
remote server admin tools -active directory
powershell ISE
Roles
Webserver IIS
fILE Services
Any ideas? Or suggestions on where to look?