Lookout Product Documentation

Find answers about using and optimizing Lookout products.

Uninstall Node Server

Run the following commands for Ubuntu:

sudo service strongswan stop
sudo apt remove enterprise-connector

Review the section Monitoring Secure Private Access activity and policy violations for options for monitoring Secure Private Access-related activity in the Management Console.

Note

Before shutting down the VM or deleting the VM, use the following stop commands to gracefully shut down the connector.

  • Shut down strongSwan and Node Server using the following commands:

    sudo service strongswan stop sudo service node-server stop
  • If the connector VM needs to be restarted, follow these steps.
    1. Before you shut down the VM, run these stop commands:

      sudo service strongswan stop sudo service node-server stop
    2. Once the VM is restarted, run these start commands:

      sudo service strongswan start sudo service node-server start