We have added new Vlan to RAC servers to get more speed on bond2 level.
Linux107:
bond2: flags=5187<UP,BROADCAST,RUNNING,MASTER,MULTICAST> mtu 1500
inet 172.54.103.253 netmask 255.255.254.0 broadcast 172.54.103.255
ether 8c:dc:d4:13:40:50 txqueuelen 1000 (Ethernet)
RX packets 34062 bytes 4329612 (4.1 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 34345 bytes 4333132 (4.1 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Linux108:
bond2: flags=5187<UP,BROADCAST,RUNNING,MASTER,MULTICAST> mtu 1500
inet 172.54.103.254 netmask 255.255.254.0 broadcast 172.54.103.255
ether 8c:dc:d4:13:74:10 txqueuelen 1000 (Ethernet)
RX packets 34287 bytes 4340748 (4.1 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 34037 bytes 4314864 (4.1 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Please let me know how to add this network to existing RAC setup. Please share the command.
srvctl add network -netnum 2 -subnet 172.54.103.253/255.255.254.0 ?
Thanks!