Enabling the bonding kernel module

Deploying an HCP VM System on KVM

Version
9.6.x
Audience
anonymous
Part Number
MK-94HCP009-07

Configure the bonding kernel module so that it is enabled every time the KVM host is started:

  1. Enter the following command to enable bonding mode:
    modprobe --first-time bonding
  2. Enter the following command to create a configuration file in the modules-load.d folder:
    vi /etc/modules-load.d/bonding.conf
  3. Press I to edit the file.
  4. Enter the following text in the file:
    #Load the bonding kernel module at boot bonding
  5. Press Esc.
  6. Enter the following command to save and exit the file:
    :wq
  7. Restart the KVM host.
  8. Enter the following command to verify that the file is working:
    lsmod | grep bonding
    The output should contain the following text:
    bonding