From c10e9e461321a7d0679b51a36fd8fb9b91605d35 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Wed, 27 Sep 2017 17:41:28 +0200 Subject: [PATCH] [5338] Updated Kea User's Guide, section for keactrl. --- doc/guide/quickstart.xml | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/doc/guide/quickstart.xml b/doc/guide/quickstart.xml index 4e7f1e119f..c632dd0dd2 100644 --- a/doc/guide/quickstart.xml +++ b/doc/guide/quickstart.xml @@ -64,26 +64,20 @@ $ ./configure [your extra parameters] Edit the Kea configuration files which by default are installed in the [kea-install-dir]/etc/kea/ directory. These are: - kea-dhcp4.conf, kea-dhcp6.conf, kea-dhcp-ddns.conf and kea-ctrl-agent.conf, - for DHCPv4 server, DHCPv6 server, D2 and Control Agent respectively. + kea-dhcp4.conf, kea-dhcp6.conf, + kea-dhcp-ddns.conf and + kea-ctrl-agent.conf, for DHCPv4 server, DHCPv6 server, + D2 and Control Agent respectively. - - Edit the configuration file which by default is installed in - [kea-install-dir]/etc/kea/kea.conf and contains - configuration for all Kea services. Configuration choices for DHCPv4 - and DHCPv6 services are described in and :w - respectively. - - In order to start the DHCPv4 server in background, run the following command (as root): # keactrl start -s dhcp4 Or run the following command to start DHCPv6 server instead: # keactrl start -s dhcp6 - Note that it is also possible to start both servers simultaneously: + Note that it is also possible to start all servers simultaneously: $ keactrl start @@ -93,8 +87,10 @@ $ ./configure [your extra parameters] # keactrl status A server status of "inactive" may indicate a configuration error. Please check the log file (by default named - [kea-install-dir]/var/kea/kea-dhcp4.log or - [kea-install-dir]/var/kea/kea-dhcp6.log) + [kea-install-dir]/var/kea/kea-dhcp4.log, + [kea-install-dir]/var/kea/kea-dhcp6.log, + [kea-install-dir]/var/kea/kea-ddns.log or + [kea-install-dir]/var/kea/kea-ctrl-agent.log) for the details of the error. -- 2.47.2