Versions Compared

Key

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

...

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:

...

  • Now Click on the “Create” button to create the VM. When your deployment is complete “go to resource”.

  • Now stot stop the VM by clicking on “Stop” → “OK”

...

  • Download the CCE package.

    Code Block
    wget -c https://www.dropbox.com/s/gl1oad171hf63et/seceon-cce-7.0.1-1158.tar.gz
  • Go into the screen mode using the screen command and install the CCE package using the below command.

    Code Block
    ./install.sh -c
  • After APE CCE installation is complete check all containers are up using the below command.

    Code Block
    otmdoc -m

...