Skip to main content

Check out Interactive Visual Stories to gain hands-on experience with the SSE product features. Click here.

Skyhigh Security

Start, Stop, or Restart Cloud Connector

Linux

To start, stop, or restart the Cloud Connector, in Linux:

  1. First, go to the directory where Cloud Connector is installed, for example:cd /Applications/shnlp/
  2. Next, use the following commands:
    • ./shnlps start
    • ./shnlps stop
    • ./shnlps restart 
  3. If you have configured Cloud Connector to use Syslog, you can start, stop, and restart the Syslog Service using these commands:
    • shnlp-syslog-service start
    • shnlp-syslog-service stop
    • shnlp-syslog-service restart 

Configure Legacy Service Startup

When you configure the latest 5.1.1.1 Cloud Connector in Linux, the machine reboots the services, and after reboot, the services do not start automatically. This is due to the Installer is using legacy SysV Scripts stored under /etc/init.d. To start services after a reboot of the machine, perform these steps:

  1. Unlink /etc/init.d/shnlps.
  2. Unlink /etc/init.d/shnlp-syslog-service.
  3. Place your Service Unit Files under /etc/system/system.
  4. systemctl daemon-reload.
  5. systemctl enable shnlps; systemctl enable shnlp-syslog-service.

Windows

To start, stop, or restart the Cloud Connector, in Windows:

  1. Go to the Control Panel > Services
  2. Find Skyhigh CASB Log Processor
  3. Right-click and select either:
    • Start
    • Stop
    • Restart
  4. If you have configured Cloud Connector to use Syslog, you would also need to start the Syslog Service.
    Right-click and select either:
    • Start
    • Stop
    • Restart

restart_ec_windows.png

  • Was this article helpful?