Get the Host Installer Manually - Multi-Tenant Guide - EoL - 6.11 - Cortex XSOAR - Cortex - Security Operations

Cortex XSOAR Multi-Tenant Guide

Product
Cortex XSOAR
Version
6.11
Creation date
2022-12-12
Last date published
2024-07-16
Category
Multi-Tenant Guide
End of Life > EoL
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 or artifacts folder has a different path.

  1. Copy the installer file by running the following command.

    scp <host-installer> <host-user>@<host-address>:/tmp

  2. Run the installation command from the host machine using SSH.

    sudo tmp/<host-installer>