Pacemaker-Fenceagents: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
Zeile 20: Zeile 20:
 
=Links=
 
=Links=
 
*https://www.lisenet.com/2018/configure-active-passive-nfs-server-on-a-pacemaker-cluster-with-puppet/#more-7040
 
*https://www.lisenet.com/2018/configure-active-passive-nfs-server-on-a-pacemaker-cluster-with-puppet/#more-7040
 +
*https://icicimov.github.io/blog/virtualization/Pacemaker-VM-cluster-fencing-in-Proxmox-with-fence-pve/

Version vom 18. November 2020, 20:53 Uhr

Installation der benötigten Pakete

  • apt install autotools-dev python-suds python-pycurl python-pexpect libxml2-utils debhelper python3-pexpect git python-requests

Klonen der fence-agents

Erstellen der Agents

  • ./autogen.sh
  • ./configure --with-agents=pve
  • make

Installieren der Agents

  • make install

Beispiel

Tests

  • fence_pve --ip=10.83.75.13 --nodename=track --username=root@pam --password=sysadm --plug=5021 --action=status
  • fence_pve --ip=10.83.75.12 --nodename=trick --username=root@pam --password=sysadm --plug=5022 --action=status

Links