User Guide

Satellite Upgrade from 4.27 to 4.28

This guide will lead you through the steps specific for upgrading a NetEye Satellite installation from version 4.27 to 4.28.

Warning

Remember that you must upgrade sequentially without skipping versions, therefore an upgrade to 4.28 is possible only from 4.27; for example, if you have version 4.21, you must first upgrade to the 4.22, then 4.23, and so on.

Before starting an upgrade, you should read very carefully the latest release notes on NetEye’s blog and check out the features that will be changed or deprecated after the upgrade. You should check also the whole section Breaking Changes below.

Breaking Changes

This release does not introduce breaking changes related to Satellites.

Prerequisites

Before starting the upgrade, you should read very carefully the latest release notes on NetEye’s blog and check out the features that will be changed or deprecated after the upgrade.

  1. All NetEye packages installed on a currently running version must be updated according to the update procedure prior to running the upgrade.

  2. NetEye Master must be version 4.28 fully updated

  3. NetEye Satellite must be version 4.27 fully updated

  4. The 4.28 NetEye Satellite configuration archive can be found on the satellite at /root/satellite-setup/config/4.28/satellite-config.tar.gz. To generate and send the Satellite configuration archive see the section Satellite Configuration

1. Run the Upgrade

To automatically download the latest upgrade you can run the following command on the Satellite:

sat# (nohup neteye satellite upgrade &) && tail --retry -f nohup.out

After the command was executed, the output will inform if the upgrade was successful or not:

  • In case of successful upgrade you might need to restart NetEye to properly apply the upgrades. If the reboot is not needed, please skip the next step.

  • In case the command fails refer to the troubleshooting section.

2. Reboot

Restart NetEye to apply the upgrades correctly.

sat# neteye node reboot

3. Setup

  1. Execute the command below to setup the Satellite with the new upgrade:

    sat# neteye satellite setup
    
  2. Complete the Satellite upgrade process by launching the following script:

    sat# neteye_finalize_installation
    

    Note

    You should launch the finalize command only if all previous steps have been completed successfully. If you encounter any errors or problems during the upgrade process, please contact our service and support team to evaluate the best way forward for upgrading your NetEye System.