Create a VM Network Adapter to Use for Incoming Replication Traffic on the additonal vSphere Replication Appliance
Create a VM Network Adapter to Replication Traffic on the additional vSphere Replication Appliance.
In my environment, need to configure additional NIC for replication traffic. By default management traffic allow both traffic.
Use the following procedure to add a second adapter to the vSphere Replication appliance only for the replication traffic.
Following the below steps:-
> Power off the additional vSphere Replication Appliance.
> Edit the setting of VM, add new network card and click okay.
> Power on the additional vSphere Replication Appliance.
> https://VRSVM://5480 by using URL.
> Login as admin credentials and go to network tab.
> Try to add network but getting the below error (find the below screenshot)
Error " Resolve all errors to continue".
> run the chmod command and give a same permission on second network card also.
root@test-vrs-01 [ /etc/systemd/network ]# chmod 644 10-eth1.network
root@testvrs-01 [ /etc/systemd/network ]# ls -l
total 8
-rw-r--r-- 1 root root 230 May 18 13:18 10-eth0.network
-rw-r--r-- 1 root root 230 May 19 09:35 10-eth1.network
> Restart network services after configured.
root@test-vrs-01 [ /etc/systemd/network ]# chown systemd-network:systemd-network 10-eth1.network
root@test-vrs-01 [ /etc/systemd/network ]# systemctl restart systemd-networkd
root@test-vrs-01 [ /etc/systemd/network ]# networkctl
IDX LINK TYPE OPERATIONAL SETUP
1 lo loopback carrier unmanaged
2 eth0 ether routable configured
3 eth1 ether routable configured
3 links listed.
root@test-vrs-01 [ /etc/systemd/network ]#
> Now both NIC's are configured on VM.
No comments: