yum info fastdpi
sed -i -e '/^mirrorlist=http:\/\//d' -e 's/^# *baseurl=http:\/\/mirror.centos.org/baseurl=http:\/\/vault.centos.org/' /etc/yum.repos.d/CentOS-*.repo
yum clean all
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.
yum update fastdpi
yum --enablerepo vasexperts-beta update fastdpi
module yaml error occurs during update, update the module: dnf upgrade libmodulemd
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
yum update
yum downgrade fastdpi-14.0 fastpcrf-14.0 dpiutils-14.0 fastradius-14.0
yum downgrade fastdpi-12.4-0 fastpcrf-12.4-0
After rollback, service restart is required:
service fastdpi restart
default parameter value in the /etc/grub.conf file.