hyper -v vm replication 기본정보
PS C:\Windows> Get-VMReplication
Name State Health Mode FrequencySec PrimaryServer ReplicaServer ReplicaPort AuthType
---- ----- ------ ---- ------------ ------------- ------------- ----------- --------
test1.xinet.kr Replicating Normal Primary 900 CLOUD2 BACKUP-NAS1 80 Kerberos
test2.xinet.kr Replicating Normal Primary 900 CLOUD2 BACKUP-NAS1 80 Kerberos
test3.xinet.kr Replicating Normal Primary 300 CLOUD2 backup-nas1 80 Kerberos
test4.xinet.kr Replicating Normal Primary 900 CLOUD2 BACKUP-NAS1 80 Kerberos
test5.xinet.kr Replicating Normal Primary 300 CLOUD2 BACKUP-NAS1 80 Kerberos
Measure-VMReplication
PS C:\Windows> Measure-VMReplication
Name State Health LReplTime PReplSize(M) AvgLatency AvgReplSize(M) Relation ship
---- ----- ------ --------- ------------ ---------- -------------- --------
test1.xinet.kr Replicating Normal 2018-07-18 오후 6:15:05 8.01 00:00:00 9.86 Simple
test2.xinet.kr Replicating Normal 2018-07-18 오후 6:23:20 8.01 00:00:00 28.50 Simple
test3.xinet.kr Replicating Normal 2018-07-18 오후 6:24:52 0.0078 00:00:00 14.22 Simple
test4.xinet.kr Replicating Normal 2018-07-18 오후 6:22:35 0.0078 00:00:00 10.62 Simple
test5.xinet.kr Replicating Normal 2018-07-18 오후 6:26:36 0.0078 00:00:00 16.46 Simple
Measure-VMReplication | ft vmid,vmname,Health,lrepltime -AutoSize
PS C:\Windows> Measure-VMReplication | ft vmid,vmname,Health,lrepltime -AutoSize
VMId VMName Health LReplTime
---- ------ ------ ---------
79657ddc-c5e5-44a0-8478-755dfd404ecc test1.xinet.kr Normal 2018-07-19 오전 9:45:02
f0e1158b-97be-44ae-93e2-62eee3b176c2 test2.xinet.kr Normal 2018-07-19 오전 9:53:17
40cc2bea-00e7-43c7-a74e-eea91f71f088 test3.xinet.kr Normal 2018-07-19 오전 9:54:49
15b36c0f-a78d-4bd6-9d15-4681a48c2efd test4.xinet.kr Normal 2018-07-19 오전 9:52:32
91282916-95ca-4072-a340-897d77abc49b test5.xinet.kr Normal 2018-07-19 오전 9:56:34