70-740, Teil 5.1.1.
Hyper-V-Replikat implementieren
Ideen für die Recherche im Web:
technet Hyper-V-Replikat implementieren
technet Windows Server 2016 Livemigration
technet Hyper-V-Replikatbroker
Zum Nachschlagen:
https://technet.microsoft.com/library/jj134172.aspx
https://technet.microsoft.com/library/jj134207.aspx
https://technet.microsoft.com/library/1228b04e-6894-44c9-b5c1-573a881709ca
Übungen:
Set-VMReplicationServer -ReplicationEnabled $true -ReplicationAllowedFromAnyServer $true -DefaultStorageLocation ‘C:\Users\Public\Documents\Hyper-V\Virtual hard disks’ -AllowedAuthenticationType Kerberos
Get-NetFirewallRule VIRT-HVRHTTPL-In-TCP-NoScope
Enable-Netfirewallrule VIRT-HVRHTTPL-In-TCP-NoScope
Get-NetFirewallRule VIRT-HVRHTTPL-In-TCP-NoScope
Enable-VMReplication -ComputerName “wd.kaffee.pause” -VMName “wdN2” -ReplicaServerName “wd-r4.kaffee.pause” -AuthenticationType Kerberos -CompressionEnabled $true -ReplicationFrequencySec 300 -ReplicaServerPort 80
Start-VMInitialReplication -ComputerName “wd.kaffee.pause” –VMName “wdN2”
dir ‘C:\Users\Public\Documents\Hyper-V\Virtual hard disks\Hyper-V Replica\Virtual hard disks’ -Recurse