From 03a535ca57c1780371493e64b466ef9fa86676d3 Mon Sep 17 00:00:00 2001 From: erik Date: Sun, 31 Jan 2021 22:56:15 +0000 Subject: [PATCH] Aded the ip changing step --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e5f5656..ae1f35b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ manipulates the proxmox quorum in a two node array, if one of the nodes is down ### SystemD 1. Clone the repo `git clone https://git.sfs.ddnss.org/Erik/proxmox-quorum-manipulation.git` 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` -3. Copy the file to a binary directory like `cp who-needs-a-majority /usr/local/bin` -4. Copy the .service file to the systemd/system direcory: `cp who-needs-a-majority.service` -5. enable it via systemd \ No newline at end of file +3. Edit the IP adress of the server beeing pinged to the adress of the oder Node +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 \ No newline at end of file