Lookout Product Documentation

Find answers about using and optimizing Lookout products.

Connector Upgrade Steps

Perform these steps to upgrade the ZTNA connector that was previously installed using a Debian package on the Ubuntu OS:

  1. From the Management Console, Select Administration > System Settings > Downloads.
  2. Click the download icon for the On-premise Connector - Debian package for Ubuntu.
  3. Copy the downloaded Debian package to the Node Server on which you want to upgrade.
  4. Log in to the Node Server.
  5. Stop the node server service:
    sudo service node-server stop
  6. Run the following command as a non-root user to upgrade the connector:
    sudo apt upgrade ./enterprise-connector_<connector_version>.deb

    Where <connector_version > is the connector version that you downloaded.

    Example:

    sudo apt upgrade ./enterprise-connector_23.2.0-417_amd64 > .deb
  7. When the following popup is displayed, click Yes.

  8. When the following popup is displayed, click Yes.

  9. Go to /opt/ciphercloud/node-server location:
    cd /opt/ciphercloud/node-server
  10. Run the ./upgrade.sh script: sudo ./upgrade.sh