en:dpi:update:previous:ver_1_0:dpi_10_fix:dpi_10_faq_min [Документация VAS Experts]

This is an old revision of the document!


How to reduce the down time to 10 seconds

  1. Do not upgrade the OS kernel. Other components are OK to upgrade:
    yum –exclude=kernel* update
  2. Upgrade drivers on the running system:
    yum install dna-ixgbe fastdpi dpiutils
  3. Add to the configuration file /etc/dpi/fastdpi.conf the parameter scale_factor
  4. Prepare a script to upgrade drivers "on the fly" in file dpiupdate.sh:
    service fastdpi stop
    rmmod ixgbe
    modprobe ixgbe
    service fastdpi start

    And execute it:

    chmod +x dpiupdate.sh
    nohup ./dpiupdate.sh&
  5. Check that everything works1)
1)
If it does not: reboot the computer, or read this information "Troubleshooting", or contact the tech support