Details: production site DC and Disaster site DC has long distance,to avoid use Business use network for replicate virtual machine.
1、ESXi 为复制网添加vmkernel
(ESXi add Replication network dedicated vmkernel )
2、Ssh登陆esxi 添加复制网的路由 指定到对端网络通过本地网关出去
(ssh login esxi ,add Replication network route configuration )
ESXI
[root@GL:~] esxcli network ip route ipv4 add -g 193.168.84.1 -n 193.168.148.0/24
[root@GL:~] esxcli network ip route ipv4 list
验证可以ping通对方网关
(Validation can ping disaster Replication network gateways)
[root@GL:~] vmkping 193.168.148.1
PING 193.168.148.1 (193.168.148.1): 56 data bytes
64 bytes from 193.168.148.1: icmp_seq=0 ttl=61 time=49.822 ms
64 bytes from 193.168.148.1: icmp_seq=1 ttl=61 time=100.014 ms
--- 193.168.148.1 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 49.822/74.918/100.014 ms
[root@GL:~]
3、VR 添加复制网卡eth1(注意使用VMXNET3 ,因为E1000类型网卡最大支持千兆带宽)
(VR virtual machine add Replication network dedicated card , attention should use network card type VMXNET3 ,because E1000 only support 1Gb/s)
browse Https://VR IP:5480
type eth1 IP netmask information
Apply ip address for incoming storage traffic (VR eth1 ip)
4、登陆VR服务器配置路由
(login vr with root , add Replication network route configuration)
route add -net 193.168.148.0/24 gw 193.168.84.1
注意:当vCenter从5.5升级到6.0,将SRM删除后仍然会残留一些配置信息在vCenter内,新安装SRM6.0时会报错,提示SRM版本与VR版本不一致;此时需要先部署VR6.0模版然后再安装SRM 6.0,在单独部署VR模板需要在数据中心配置IP池,否则无法部署成功。
单独部署VR ova模板需要在数据中心配置IP池
SRM 部署及站点配对均要使用psc(SSO) 用户权限