Displaying 1 result from an estimated 1 matches for "firstpublicip".
2019 Jul 09
1
CTDB Samba 4.10 example?
...etc/ctdb/ctdb.conf
| [cluster]
| recovery lock = /pathTo/your/.ctdb/lockfile
## IN /etc/ctdb/nodes you only have to add your heartbeat IPs
HeartbeatIPofNode1
HeartbeatIPofNode2
HeartbeatIPofNode3
HeartbeatIPofNodeN
# EXAMPLE:
| 192.168.2.111
| 192.168.2.112
## IN /etc/ctdb/public_addresses
FirstPublicIP/CIDR INTERFACE
SecondPublicIP/CIDR INTERFACE
ThirdPublicIP/CIDR INTERFACE
# EXAMPLE:
| 192.168.1.111/30 ens160
| 192.168.1.112/30 ens160
I hope this will help you getting your cluster to work.
Regards
Sascha Brutscher
| Hello,
|
| from SAMBA 4.9/4.10 there was a big change regarding CTDB. Does...