Hyper-V Replica Trust Group

Learn how to use Hyper-V Replica Trust Groups.

John Savill

May 29, 2013

1 Min Read
Hyper-V Replica Trust Group

Q: What is Hyper-V Replica Trust Group?

A. When configuring Hyper-V to accept replica information from servers, one of the options is to configure a Trust Group value. This value (which is really just a tag) is designed to control which servers can replicate between each other.

Imagine you have virtual machines (VMs) that move between hosts. Provided those hosts have the same trust group defined, the VM can move between them, but replication using Hyper-V Replica would continue.

It can also be useful in a host-type environment to ensure one client can't send deltas for VMs to another client's VMs. This can be configured in the GUI but also can be done by using Windows PowerShell:

New-VMReplicationAuthorizationEntry -AllowedPrimaryServer "*.savilltech.com" -ReplicaStorageLocation "C:ClusterStorageVolume2Savilltech" -TrustGroup Savilltech

 

About the Author(s)

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like