-
Notifications
You must be signed in to change notification settings - Fork 0
BFM Installation
BiSoft Information Technologies edited this page Oct 1, 2022
·
2 revisions
BFM has two separate components. This section covers the installation and configuration of these components.
The topology of a 3 node cluster installation on a Centos 8 server is as follows:
| IP | Installed Component |
|---|---|
| 192.168.2.2 | PostgreSQL , Minipg , BFM |
| 192.168.2.3 | PostgreSQL , Minipg |
| 192.168.2.4 | PostgreSQL , Minipg |
On Node 192.168.2.2
As root user in linux
rpm -ivh jdk-11.0.11_linux-x64_bin.rpm
rpm -ivh bfm-2.0.0-1.el8.noarch.rpm
rpm -ivh minipg-2.0.0-1.el8.noarch.rpm
On Node 192.168.2.3
As root user in linux
rpm -ivh jdk-11.0.11_linux-x64_bin.rpm
rpm -ivh minipg-2.0.0-1.el8.noarch.rpm
On Node 192.168.2.4
As root user in linux
rpm -ivh jdk-11.0.11_linux-x64_bin.rpm
rpm -ivh minipg-2.0.0-1.el8.noarch.rpm