Configuring the Virtual Machine Recovery

To monitor the VMs locally, a bridge called kvm-monitoring is created locally. You can configure the local and VNFM IPs of the VM using the following command:
node-defaults kvm monitoring local-ip-address-range <local_IP_address_range> 

The following are the IP assignments when you configure the local IP address range to 192.168.0.0/24:

  • Local Bridge: 192.168.0.1

  • VM assigned to NUMA node 0: 192.168.0.2

  • VM assigned to NUMA node 1: 192.168.0.3. The default value of local-ip-address-range is 192.168.1.0/24.

NOTES:

  • kvm monitoring - Specifies the locally created bridge for montioring the VMs.

  • <local_IP_address_range> - Specifies the local IP address range. The default value is 192.168.1.0/24