Skip to content
This repository was archived by the owner on May 15, 2019. It is now read-only.

Install ML Prerequisites

NathanSegerlind edited this page Sep 8, 2016 · 7 revisions

Building or installing prerequisites should be done in a directory created under the /home/solution-user/ directory. It is recommended to create a temporary folder called “src” so that it can be deleted easily after successful validation.

mkdir src
cd src

A development version of MPI will be required on the machine where you build the source code; only a runtime engine is required on the nodes in the ML pipeline. The solution has been tested on MPICH 3.1.4 mpi and the Intel MPI Library 5.1 intel-mpi. Please refer to the specific release documentation for full installation steps.

Install MPICH 3.1.4

#Pre-requisites
sudo yum -y groupinstall "Development Tools"

#create directories, be sure to keep the src in the mpich-install path
mkdir -p /home/oni/mpich-install/src
mkdir -p /home/oni/src/tmp/mpich-3.1.4
cd /home/oni/mpich-install/src
wget http://www.mpich.org/static/downloads/3.1.4/mpich-3.1.4.tar.gz
tar xvf mpich-3.1.4.tar.gz

#continued on next page
cd /home/oni/src/tmp/mpich-3.1.4/
/home/oni/mpich-install/src/mpich-3.1.4/configure -prefix=/home/oni/mpich-install/ |& tee c.txt
make |& tee m.txt
make install |& tee mi.txt
#TBD creat path variables and sh
  • Home
  • [Overview of Open Network Insight](Overview of Open Network Insight)
    • [Technical Overview](Technical Overview)
  • [Planning Guide](Planning Guide)
    • [Deployment Option 1: Pure Hadoop](Pure Hadoop)
    • [Deployment Option 2: Hybrid Hadoop / Virtual](Hybrid Hadoop)
  • [Deployment Guide](Deployment Guide)
  • [Installation & Configuration Guides](Installation & Configuration Guides)
  • [User Guide](User Guide)
    • Flows
      • [Suspicious Connects – Analyst View](Suspicious Connects)
      • [Threat Investigation – Analyst View](Threat Investigation)
      • Storyboard
      • [Ingest Summary – Analyst View](Ingest Summary)
    • DNS
      • [Suspicious DNS – Analyst View](Suspicious DNS)
      • [Threat Investigation – Analyst View](DNS Threat Investigation)
      • [Storyboard](DNS Storyboard)
    • Proxy
      • [Suspicious Proxy - Analyst View](Suspicious Proxy)
      • [Threat Investigation - Analyst View](Proxy Threat Investigation)
      • [Storyboard](Proxy Storyboard)
  • ONI Demo

Clone this wiki locally