Below are steps for removing and reloading particular network bond on Linux hosts
1. Bring down the network bond using below command. Replace bondX with the bond number you want to remove and reloading.
2. Run below command to remove the bonding during the runtime. This command just removes the loaded bonds during runtime, it does not complete remove the bonds.
3. Bring up the network bond again using below command. Replace bondX with the bond number.
tarun boyella
1. Bring down the network bond using below command. Replace bondX with the bond number you want to remove and reloading.
ifdown bondX
2. Run below command to remove the bonding during the runtime. This command just removes the loaded bonds during runtime, it does not complete remove the bonds.
modprobe -r bonding
3. Bring up the network bond again using below command. Replace bondX with the bond number.
ifup bondX
Products to which Article Applies
All Linux Operating SystemsAdditional Reference
https://wiki.linuxfoundation.org/networking/bondingtarun boyella
No comments:
Post a Comment