Versions Compared

Key

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

...

The application runs smoothly on Azure as long as the hardware requirements are met and the installation and configuration are done properly as described in subsequent sections of this document.

...

Overview

The scope of this document is to detail the steps to install OTM on Azure cloud. It is meant to be used by the customer (Enterprise or MSSP) for their own purpose. Partners may also use it for their demo environment.

Please note that the OTM has two installation components, APE and CCE. But the scope of this document is limited to the instructions of installation of CCE only on Azure cloud for now.

Installation Pre-requisites

To get the OTM deployed on the Azure cloud, a customer needs:

  • Server setup package

  • install.sh Package

  • CCE package

...

Seceon aiSIEM, being a containerized platform is compatible with a variety of installation environments. It has been commercially deployed and is running successfully on physical servers, AWS instances and Virtual machines (VMs) on ESXi servers, KVMs etc. For Azure also, a VM has to be created and then used for the aiSIEM Installation.

Installation Process For CCE on an Azure VM

Step1: Login to your Microsoft Azure Dashboard:

...

  • Download the CCE package.

    Code Block
    wget -c Latest dropbox CCE link
  • Go into the screen mode using the screen command and install the CCE package using the below command.

    Code Block
    ./install.sh -c

Verification

After CCE installation is complete check all containers are up using the below command.

...