Lookout Product Documentation

Find answers about using and optimizing Lookout products.

Upgrade Connector Using RPM Package

  1. From the Management Console, select Administration > System Settings.
  2. Select Downloads from the menu.
  3. Click the download icon for the On-premise Connector rpm package.

  4. Copy the downloaded RPM package to the Node Server on which you want to install.
  5. Sign in to the Node Server.
  6. Stop the Node Server services:
    sudo service node-server stop
  7. Run the following command:
    sudo yum install epel-release
  8. Run the following command to upgrade the connector:
    sudo yum upgrade ./enterprise-connector*.rpm
  9. Start the Node server services:
    sudo service node-server start