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
- Yes
- I Accept
- [/var/lib/netbrain]: HIT Enter KEY
- [/var/log/netbrain]: HIT Enter KEY
- [10.51.2.4]: HIT Enter KEY
- [admin]: HIT Enter KEY
- Type password twice
- Use SSL on Netbarain service (yes/no)? [no]: Type NO
- Use customized server ports (yes/no)? [no]: Type NO
- [http(s)://<IP address or hostname of NetBrain Application Server>/]: http://10.51.1.4/
- Do you want to continue using these parameters? [yes]: Type yes
After installation Check All Services Running Status
- systemctl status mongod
- systemctl status netbrainlicense
- systemctl status elasticsearch
- systemctl status rabbitmq-server
- systemctl status redis
- 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