Versions Compared

Key

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

...

./install_and_run.sh

Windows

  1. Open Services.

  2. Find Logichub Devo SOAR Remote Agent.

  3. Check whether the status is 'Running'.

  4. If the agent isn't running, start it. Open Windows PowerShell, go to the folder where the remote agent was downloaded, and restart the agent 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_latest --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 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 > Remote Agents page.