Abstract
Manually get the host installer file in cases where you can’t access the Cortex XSOAR server or platform. Copy installation file and run from the host.
In cases where you cannot access the Cortex XSOAR server or Cortex XSOAR platform, you can manually get the host installer.
The installer file is located in
/var/lib/demisto/artifacts/demistohost-<version>-<build-num>.sh
.The installer file might be in a different location if the
libdir
orartifacts
folder has a different path.
Copy the installer file by running the following command.
scp
<host-installer>
<host-user>
@<host-address>
:/tmpRun the installation command from the host machine using SSH.
sudo tmp/
<host-installer>