1.3.5. Start and stopΒΆ

Once the fast path configuration is complete, we can start Virtual Accelerator.

First, make sure that the Network Manager service is stopped and disabled:

# systemctl stop NetworkManager.service
# systemctl disable NetworkManager.service

Then, start Virtual Accelerator as follows:

# service virtual-accelerator start

Note

Please remember that the fast path takes control of all supported physical network ports by default. You might want to prevent the fast path from taking your management interface, using the configuration wizard.

By default, since Virtual Accelerator version 1.9.3, re-connection with existing VMs, managed by the previous Virtual Accelerator instance, is automatic. If this behavior is not expected, the previous Virtual Accelerator state must be deleted before the start operation.

# virtual-accelerator.sh clean
# service virtual-accelerator start

To stop it:

# service virtual-accelerator stop

Note

If stop operation is done to update some fast path parameters, existing VMs can be kept. For that VMs information are automatically saved before the stop and restored after the start.

# service virtual-accelerator stop
# # update system configuration
# service virtual-accelerator start

No change can be done on VMs between the save and restore operations.

Note

When the Virtual Accelerator service is started or stopped, it will attempt to restart all interfaces configured in the system by calling ifdown -a followed by ifup -a.

Note

libvirt must be restarted after the first Virtual Accelerator start to actually see the hugepages allocated in VM_MEMORY.

Note

If your setup comprises Open vSwitch bridges, the Open vSwitch service must be restarted each time Virtual Accelerator is restarted.