Skip to content

Commit

Permalink
Update HArmadillium.md
Browse files Browse the repository at this point in the history
  • Loading branch information
universalbit-dev committed May 15, 2024
1 parent 5463f0a commit e9b9035
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions HArmadillium.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,17 +100,21 @@ sudo nano /etc/hosts
---

##### SSH connection to communicate with all nodes
Install required packages TO each node
* FROM armadillium01 TO armadillium02
```bash
ssh armadillium02@192.168.1.145
sudo apt install corosync pacemaker pcs ufw apache2 nginx haveged heartbeat
```
* ssh connect TO armadillium03
```bash
ssh armadillium03@192.168.1.146
sudo apt install corosync pacemaker pcs ufw apache2 nginx haveged heartbeat
```
* ssh connect TO armadillium04
```bash
ssh armadillium04@192.168.1.147
sudo apt install corosync pacemaker pcs ufw apache2 nginx haveged heartbeat
```
---
---
Expand Down

0 comments on commit e9b9035

Please sign in to comment.