I have server 2012 R2 Hyper-V Replication jobs to an offsite server. I tried to run test-failover on these VM's on these VM's and 3 out of 7 are failing. replication status is showing normal and it is replicating every 5 minutes. The error I get is:
Start-VMFailover : Hyper-V failed to enable test failover for 'VM': One or more arguments are invalid
(0x80070057). (Virtual machine ID E96F556B-FE79-4D9C-89EC-632C3CDF3A2C)
Replication operation for virtual machine 'VM' failed: One or more arguments are invalid (0x80070057).
(Virtual machine ID E96F556B-FE79-4D9C-89EC-632C3CDF3A2C) (Primary server: 'SourceHost', Replica server:
'Destination Host')
A parameter that is not valid was passed to the operation.
At C:\DR Scripts\Start_TestFailover.ps1:1 char:1
- Start-VMFailover * -AsTest -Confirm:$false
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CategoryInfo : InvalidArgument: (Microsoft.HyperV.PowerShell.VMTask:VMTask) [Start-VMFailover], Virtual
izationOperationFailedException
- FullyQualifiedErrorId : InvalidParameter,Microsoft.HyperV.PowerShell.Commands.StartVMFailoverCommand "
has someone seen this before? I haven't been able to find any answers online