Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
en:dpi:update:dpi_patch:start [2023/08/28 15:11] – ↷ Страница перемещена из en:dpi:dpi_components:platform:dpi_update:dpi_patch:start в en:dpi:update:dpi_patch:start elena.krasnobryzh | en:dpi:update:dpi_patch:start [2023/08/28 16:01] (current) – removed elena.krasnobryzh | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== DPI/BNG Versions Update | ||
- | {{indexmenu_n> | ||
- | 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 '/ | ||
- | |||
- | Then run updates as usual: | ||
- | |||
- | <code bash> | ||
- | yum update fastdpi | ||
- | </ | ||
- | |||
- | After updating, restart the DPI: | ||
- | <code bash> | ||
- | |||
- | and other dependent procoesses (PCRF/ | ||
- | |||
- | <code bash> | ||
- | service fastpcrf restart | ||
- | service fdpi_radius restart | ||
- | </ | ||
- | |||
- | 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*, | ||
- | </ | ||
- | |||
- | For CentOS 8.x: | ||
- | <code bash> | ||
- | yum update | ||
- | </ | ||
- | |||
- | :!: It's essential to [[en: | ||
- | |||
- | :!: 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, | ||
- | run the following command before the update | ||
- | <code bash> | ||
- | 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. |