Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
en:dpi:update:previous:ver_1_0:dpi_10_update:start [2023/08/28 15:38] – ↷ Страница перемещена из en:dpi:update:previous:dpi_update_10:dpi_10_update:start в en:dpi:update:previous:ver_1_0:dpi_10_update:start elena.krasnobryzh | en:dpi:update:previous:ver_1_0:dpi_10_update:start [2023/08/28 15:52] (current) – removed edrudichgmailcom |
---|
====== Update ====== | |
{{indexmenu_n>3}} | |
- First, connect 'vasexperts' repository: <code>rpm --import http://vasexperts.ru/centos/RPM-GPG-KEY-vasexperts.ru | |
rpm -Uvh http://vasexperts.ru/centos/6/x86_64/vasexperts-repo-1-0.noarch.rpm</code> | |
- Optionally: upgrade OS components without kernel upgrade:<code>yum –exclude=kernel* update</code> If you perform the kernel upgrade anyway, you have to restart the computer after upgrade. Repairment actions may be required in some cases:\\ :!: If the drivers' types of DPI and control network interfaces are the same, the control network access to the server is lost after the upgarde. In order to recover from this position, one needs to have the console access and use the [[en:dpi:update:errata:errata_3|instruction]]\\ :!: If your network card supports Bypass: please [[en:dpi:update:errata:errata_3|restore bypass driver (item 2)]] | |
- Upgrade DNA driver and observe its type. Take care to install the right driver, otherwise the network control interface may be lost. <code>yum install dna-ixgbe</code> or <code>yum install dna-igb</code> Reboot the computer or load the driver manually((If you have occasionally upgraded drivers before OS reboot, please reinstall them and start the interfaces:<code>yum reinstall dna-ixgbe | |
modprobe ixgbe | |
ifup dna0 | |
ifup dna1</code> Make sure to take your driver's type and your interfaces into account.)) | |
- Upgrade DPI software: <code>yum install fastdpi dpiutils</code> | |
- Add configuration parameter scale_factor for vertical scaling of the platform depending on the processing traffic. Its value equals approximately to the total bandwidth. This value varies in range from 1 to 10 (1 is for 1G channel, 10 is for 10G channel and more). <code>echo "scale_factor=10" >> /etc/dpi/fastdpi.conf</code> | |
- Restart the software: <code>service fastdpi restart</code> Check by top that the service has started. In case it did not: follow these instructions [[en:dpi:update:previous:dpi_update_10:dpi_10_fix:dpi_10_faq_repair|Troubleshooting]] or contact tech support. The remote access is required in the second case. | |
- Remove the old versions of the software: <code>rm /usr/sbin/fastdpi_*</code> | |