...
| Code Block |
|---|
yum -y install drbd90-utils kmod-drbd90 |
Configure Firewall (Both Nodes)
| Code Block |
|---|
firewall-cmd --zone=public --add-port=7789/tcp --permanent
firewall-cmd --reload |
Configure DRBD (Both Nodes)
NOTE: The following commands requires the hostname of both machines and the IP Address. These are obtained as follows:
...
| Code Block |
|---|
drbdadm create-md jtelshared |
Start and enable DRBD (Both Nodes)
| Code Block |
|---|
systemctl start drbd systemctl enable drbd |
Make one node primary (First Node)
| Code Block |
|---|
drbdadm primary jtelshared --force |