Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

sudo bash install_and_run.sh

Windows

  1. Open Services.

  2. Find Logichub Devo SOAR Remote Agent and Logichub Devo SOAR Remote Agent Supervisor.

  3. Check whether the status is 'Running' for both of them.

  4. If the supervisor/agent isn't running, restart the supervisor. Open Windows PowerShell, go to the folder where the remote agent was downloaded, and restart the supervisor using the following commands.

...

systemctl enable --now logichub-remote-agent.service

Windows

  1. Open Services.

  2. Find Logichub Devo SOAR Remote Agent.

  3. Check whether the startup type is Automatic.

  4. If the startup type isn't Automatic, open Windows PowerShell, go to the folder where the remote agent was downloaded, and set the startup option to auto install.
    cd <download location>
    ./remote-agent-supervisor --startup=auto install

...

  1. Start a terminal or PowerShell session.

  2. Go to the location where the remote agent is installed.

  3. Use the following command to examine the logs for messages similar to 'Lost connection to LogicHubDevo SOAR'.

tail -f logs/agent.log

If you see messages of this type, there could be an error on the LogicHub Devo SOAR server, or a misconfiguration in agent.config. If you edited the agent.config file manually, try to revert the changes made and restart the agent. If that doesn't work, try downloading the latest version of the remote agent from the Settings > Advanced Settings page.