[Kea-users] Hot standby kea 1.6 keactrl reload or start and stop ?

Mxter maxatgo at gmail.com
Fri Oct 23 06:01:54 UTC 2020


Hi,

Questions:

1)which command I should use (keactrl reload or start and stop) to reread
config file after adding ip pool,
2)order of execution of the command
first keatctrl reload or start and stop on primary
or 
first keatctrl reload or start and stop on standby server
what is the order of execution of the command on the servers ?

 
Server info:

OS:Debian 10.4
KEA version : 1.6
Lease database: memfile
HA mode: hot standby

--conf
 
   "hooks-libraries": [
        {
            "library": "/usr/local/lib/kea/hooks/libdhcp_lease_cmds.so",
            "parameters": { }
        },
        {
            "library": "/usr/local/lib/kea/hooks/libdhcp_ha.so",
            "parameters": {
                "high-availability": [ {
                    "this-server-name": "dhcp-1",
                    "mode": "hot-standby",
                    "heartbeat-delay": 10000,
                    "max-response-delay": 10000,
                    "max-ack-delay": 5000,
                    "max-unacked-clients": 10,
                    "peers": [
                         {
                             "name": "dhcp-1",
                             "url": "http://192.168.0.2:8080/",
                             "role": "primary",
                             "auto-failover": true
                         },
                         {
                             "name": "dhcp-2",
                             "url": "http://192.168.0.3:8080/",
                             "role": "standby",
                             "auto-failover": true
                         }
--conf

Thank you!



--
Sent from: http://kea-users.7364.n8.nabble.com/


More information about the Kea-users mailing list