Restoring data on external storage connected to the Sensor component

To restore data on external storage connected to the Sensor component

  1. If you want to restore data to an external storage connected to the Embedded Sensor, use SSH or a terminal to log in to the management console of the Central Node server where the Embedded Sensor is located.
  2. If you want to restore data to an external storage connected to a Sensor component that is installed separately from the Central Node, use SSH or a terminal to log in to the management console of the Sensor server.
  3. When the system prompts you, enter the administrator user name and the password that was specified during installation of the component.

    The application component administrator menu is displayed.

  4. In the application administrator menu, select Technical Support Mode.
  5. Press ENTER.

    This opens the Technical Support Mode confirmation window.

  6. Confirm that you want to manage the application in Technical Support Mode. To do so, select Yes and press ENTER.
  7. Run the following command:

    find /data/volumes/dumps/traffic -depth -maxdepth 2 -mindepth 2 -type f -exec mv {} /data/volumes/dumps/traffic \;

Data in external storage is restored.

Page top