(Optional) Restoring the Environment
After all tests are complete, cancel the bond4 configuration and disable the features to restore the environment.
Canceling Bond4 Configuration on the Switch
- Log in to the switch.
- Delete the eth-trunk 12 interface.
1 2 3 4 5 6 7 8 9 10
system-view interface eth-trunk 12 undo trunkport 25GE 1/0/33 undo trunkport 25GE 1/0/34 commit quit undo interface eth-trunk 12 commit quit
Canceling Bond4 Configuration on the Server
- Log in to the server.
- Disable the bound connections.
1 2 3
nmcli con down bond-slave-eth1 nmcli con down bond-slave-eth2 nmcli con down bond4
- Remove physical interfaces from the bond.
1 2
nmcli con delete bond-slave-eth1 nmcli con delete bond-slave-eth2
- Delete the bond4 connection.
1nmcli con delete bond4
- Restore the backup configuration files of the eth1 and eth2 NICs.
1 2 3 4 5
cd /etc/sysconfig/network-scripts mv ifcfg-eth1.bak ifcfg-eth1 mv ifcfg-eth2.bak ifcfg-eth2 ifup eth1 ifup eth2
Disabling the Network Multipathing Feature on the Server
- Log in to the server.
- Disable the network multipathing feature.
1rmmod oenetcls
Disabling the Domain-based Scheduling Feature on the Server
- Log in to the server.
- Disable the domain-based scheduling feature.
1echo NO_SOFT_DOMAIN > /sys/kernel/debug/sched_features
Parent topic: Redis Network Multipathing Optimization Feature Guide