Hello,
is there a way, how to test Replication status on Hyper-V?
Best regards
Vladimir
Hyper-V replication test
You can create Shell Script test, e.g. using Get-VMReplication powershell command
https://docs.microsoft.com/en-us/powers ... w=win10-ps
http://www.ks-soft.net/hostmon.eng/mfra ... m#chkShell
We plan to add some new test methods related to IIS, Exchange, Hyper-V
Do you want to check if State==Error? or check State and Health? or may be State, Health and Last replication time?
Regards
Alex
https://docs.microsoft.com/en-us/powers ... w=win10-ps
http://www.ks-soft.net/hostmon.eng/mfra ... m#chkShell
We plan to add some new test methods related to IIS, Exchange, Hyper-V
Do you want to check if State==Error? or check State and Health? or may be State, Health and Last replication time?
Regards
Alex
Great - much easier than scripting. ThanksKS-Soft wrote:If you are using Windows 8.1, Windows Server 2008 R2 or newer, you may use WMI test
namespace: Root\Virtualization\V2
query: select ReplicationHealth from Msvm_ReplicationRelationship where ReplicationHealth>1
Alert if row count>0
If instance not available set Ok status
Regards
Alex