<div dir="ltr"><div><div><div><div>I've been trying a lot of things from the introductory manual.<br>I have updated the instructions (on my hardcopy) to the versions<br>of corosync etc. that I'm using.  I can't get hardly anything to<br></div>work reliably beyond the ClusterIP.<br><br></div>So I start over -- I had been reinstalling the machines but I've<br></div>grown tired of that.  So, before I start in on my other tales of woe,<br></div>I figured I should find out how to start over "according to Hoyle".<br><div><div><div><div><br>When I "start over" I stop all the services, delete the packages,<br>empty the configs and logs as best I know how.  But this doesn't<br>completely clear everything:  the drbd metadata is evidently still<br>on the partitions I've set aside for it.<br><br><br><br>Oh, before I forget, in particular:<br>in corosync.conf:<br>totem {<br>    interface {<br>        # This is normally the *network* address of the<br>        # interface to bind to. This ensures that you can use<br>        # identical instances of this configuration file<br>        # across all your cluster nodes, without having to<br>        # modify this option.<br>        bindnetaddr: 10.1.1.22<br>    [snip]<br>    }<br>}<br>bindnetaddr:  I've tried using an address on ONE of the machines (everywhere),<br>and I've tried using an address that's on each participating machine,<br>thus a diff corosync.conf file for each machine (but otherwise identical).<br>What's the right thing?  From the comment it seems that there should<br></div><div>be one address used among all machines.  But I kept getting messages<br></div><div>about addresses already in use, so I thought I'd try to "fix" it.<br></div><div><br>This is my burn script.<br>Am I missing something?  Doing it wrong?<br><br>#!/bin/bash<br>    pkill -9 -f pacemaker<br>systemctl stop pacemaker.service<br>systemctl stop corosync.service<br>systemctl stop pcsd.service<br>    drbdadm down alpha<br>    drbdadm down bravo<br>    drbdadm down delta<br>systemctl stop drbd.service<br><br>    rpm -e drbd84-utils kmod-drbd84<br>    rpm -e pcs<br>    rpm -e pacemaker<br>    rpm -e pacemaker-cluster-libs<br>    rpm -e pacemaker-cli<br>    rpm -e pacemaker-libs<br>    rpm -e pacemaker-doc<br>    rpm -e lvm2-cluster<br>    rpm -e     dlm<br>    rpm -e corosynclib corosync<br>    cd /var/lib/pacemaker<br>    rm cib/*<br>    rm pengine/*<br>    cd<br>    nullfile /var/log/cluster/corosync.conf<br><br></div></div></div></div></div>