proxmox-quorum-manipulation/README.md

12 lines
706 B
Markdown
Raw Permalink Normal View History

2021-01-26 11:17:41 +01:00
# proxmox-quorum-manipulation
2021-01-31 23:48:49 +01:00
## Not for use with HA (High Availability ) !!!!
manipulates the proxmox quorum in a two node array, if one of the nodes is down
2021-01-26 11:17:41 +01:00
2021-01-31 23:48:49 +01:00
## Installation
### SystemD
2021-01-31 23:50:42 +01:00
1. Clone the repo `git clone https://git.sfs.ddnss.org/Erik/proxmox-quorum-manipulation.git`
2021-01-31 23:48:49 +01:00
2. Go into the cloned repo and make the who-needs-a-majority file exicuteble `cd proxmox-quorum-manipulation; chmod +x who-needs-a-majority`
2021-01-31 23:58:47 +01:00
3. Edit the IP adress of the server beeing pinged to the adress of the other Node
2021-01-31 23:56:15 +01:00
4. Copy the file to a binary directory like `cp who-needs-a-majority /usr/local/bin`
5. Copy the .service file to the systemd/system direcory: `cp who-needs-a-majority.service`
6. enable it via systemd