SSG changelog and update [Документация VAS Experts]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:dpi:update:start [2024/04/10 13:55] elena.krasnobryzhen:dpi:update:start [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-====== SSG changelog and update ====== 
-{{indexmenu_n>9}} 
- 
-====== DPI/BNG Versions Update  ====== 
- 
-If you have version of CentOS 6.x or CentOS 8.x installed, switch the repository once with the command: 
- 
-<code bash>sed -i -e '/^mirrorlist=http:\/\//d' -e 's/^# *baseurl=http:\/\/mirror.centos.org/baseurl=http:\/\/vault.centos.org/' /etc/yum.repos.d/CentOS-*.repo</code> 
- 
-Then run updates as usual: 
- 
-<code bash> 
-yum update fastdpi 
-</code> 
- 
-After updating, restart the DPI: 
-<code bash>service fastdpi restart</code> 
- 
-and other dependent procoesses (PCRF/Radius), but only if they are actually used and their configuration is valid: 
- 
-<code bash> 
-service fastpcrf restart 
-service fdpi_radius restart 
-</code> 
- 
-You can update the operating system components ( :!: Do not update the kernel version and its dependent utilities :!: ): 
- 
-For CentOS 6.x: 
-<code bash> 
-yum --exclude=kernel*,util-linux-ng,libuuid,libblkid update 
-</code> 
- 
-For CentOS 8.x: 
-<code bash> 
-yum update 
-</code> 
- 
-:!: It's essential to [[en:dpi:dpi_components:utilities:oldutility:nfsen:nfsen_update:start|update]] the module for browsing statistics and reports in order to ensure the correct storage and displaying of new protocols. 
- 
-:!: The idle time of the service (during the restart) takes 1-3 seconds ((on a typical configuration)) 
- 
-:!: Note for users running the DPI in a virtual environment, using old CPU (release of 2009) and AMD CPU:\\  
-run the following command before the update 
-<code bash>touch /etc/dpi/noprioadj</code> 
-and it causes the DPI process to be launched with normal priority (not the realtime), thus significantly reducing the consumption of CPU system (sys) resourses, but slightly increasing the latency on the platform. 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
-