Pacemaker-Fenceagents: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
Zeile 10: Zeile 10:
 
=Installieren der Agents=
 
=Installieren der Agents=
 
*make install
 
*make install
 +
=Beispiel=
 +
*fence_pve  --ip=10.83.75.13 --nodename=track --username=root@pam --password=sysadm --plug=5021 --action=status
 +
 
=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

Version vom 18. November 2020, 20:21 Uhr

Installation der benötigten Pakete

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

Klonen der fence-agents

Erstellen der Agents

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

Installieren der Agents

  • make install

Beispiel

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

Links