30.3 C
Dubai
Thursday, April 25, 2024

Deploying Netbrain on Azure

Download the Netbrain Package and follow the steps below

Netbrain Linux Dependency Installation

Installing NetBrain Dependency & Database Server on Redhat Linux

Note: On this example Redhat Linux IP > 10.51.2.4 / Windows OS IP > 10.51.1.4

Connect to the linux machine

Switch to super user

sudo su

Check Log Socat & logrotate are installed

If not install the packages by running

yum install socat
yum install logroatate

Run and check not installed packages

yum install zlib-devel readline-devel bzip2-devel ncurses-devel gdbm-devel xz-devel tk-devel libffi-devel gcc

Check installation

rpm -qa|grep -E "zlibdevel|readline-devel|bzip2-devel|ncurses-devel|gdbm-devel|xz-devel|tk-devel|libffi-devel|gcc"

Install numactl

yum install numactl

Pre-check ssl certificate folder on /etc/ssl

Installing Data Base server

Create folder in opt netbraintemp10.1

mkdir /opt/netbraintemp10.1

Change Directory

cd /opt/netbraintemp10.1

Download the package

wget (URL provided by netbrain)

Extract the package

tar -zxvf netbrain-all-in-two-linux-x86_64-rhel-10.1.tar.gz

Change directory to extracted folder

cd netbrain-all-in-two-linux-10.1/

Install package

./install.sh

Installation answer key’s

  1. Yes
  2. I Accept
  3. [/var/lib/netbrain]: HIT Enter KEY
  4. [/var/log/netbrain]: HIT Enter KEY
  5. [10.51.2.4]: HIT Enter KEY
  6. [admin]: HIT Enter KEY
  1. Type password twice
  2. Use SSL on Netbarain service (yes/no)? [no]: Type NO
  3. Use customized server ports (yes/no)? [no]: Type NO
  4. [http(s)://<IP address or hostname of NetBrain Application Server>/]: http://10.51.1.4/
  1. Do you want to continue using these parameters? [yes]: Type yes

After installation Check All Services Running Status

  1. systemctl status mongod
  2. systemctl status netbrainlicense
  3. systemctl status elasticsearch
  4. systemctl status rabbitmq-server
  5. systemctl status redis
  6. systemctl status netbrainagent

Mongo DB FQDN Check

cd /etc/netbrain/nbagent/checks

Edit mongodb yaml file

vi mongodb.yaml

Also Configure the port number in same file port number 27000

Add this line(Hit Insert key to edit) dns: mongo2.cloud.netbraintech.com & Write and quit ==> Shift+: ==> wq

Netbrain Frontend Windows Installation

Netbrain Login

  • http(s)://<hostname or IP Address of NetBrain Application Server>
  • Login Page ==> https://10.51.1.4/
  • Click Administrator Login

Default Credentials

Username: admin

Password: admin

First login will ask to create a new password

Dinesh D P
Dinesh D P
As a seasoned Senior DevOps Engineer at Virtual Petals, I bring a wealth of expertise in Microsoft Cloud, DevOps, and the Microsoft 365 Stack. With a track record of delivering successful projects across the globe.

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

× How can I help you?