Table of Contents

Update guide

Starting from version 12.0, DPI is supported only on CentOS 8.x and veos.

Preparation for update

Special operating conditions

For virtual machines, old processors (approximately before 2009), and old amd processors (before ryzen):

Before updating, run:

touch /etc/dpi/noprioadj

In this case, DPI will start with a normal (non-realtime) priority, which reduces cpu (sys) load but may slightly increase latency.

DPI update

If the module yaml error occurs during update, update the module:
dnf upgrade libmodulemd

Service restart

After updating or changing the version, be sure to restart DPI:

service fastdpi restart

If PCRF and/or radius are used, they must also be restarted (only with a valid configuration):

service fastpcrf restart
service fdpi_radius restart

Recommended pcrf restart order:

service fastdpi stop
service fastpcrf restart
service fastdpi start

Operating system update

Do not update the linux kernel version and kernel-dependent utilities.

Version rollback

After rollback, service restart is required:

service fastdpi restart

Important notes