From: Tomek Mrugalski Date: Wed, 5 Nov 2014 20:34:31 +0000 (+0100) Subject: [3599] manpage for kea-admin added X-Git-Tag: kea-eng-20141219~9^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7dd874472dc1042ddcfb2208e22d5c1e149b95f3;p=thirdparty%2Fkea.git [3599] manpage for kea-admin added --- diff --git a/src/bin/admin/kea-admin.xml b/src/bin/admin/kea-admin.xml new file mode 100644 index 0000000000..847e98a663 --- /dev/null +++ b/src/bin/admin/kea-admin.xml @@ -0,0 +1,173 @@ +]> + + + + + Nov 5, 2014 + + + + kea-admin + 8 + Kea + + + + kea-admin + Shell script for managing Kea database + + + + + 2014 + Internet Systems Consortium, Inc. ("ISC") + + + + + + keactrl + command + backend + + + + + + + + + DESCRIPTION + + kea-admin is a shell script which offers database maintenance. In particular, + it features database initialization, database version checking and + database schema upgrade. + + + + + OPTIONS + + + + + + Command to be issued to the servers. It can be one of the following: + + + + + init + + Initializes a new database. Useful during first Kea installation. + + + + + version + + Reports database version. This is not necessarily equal to Kea version as + each backend has its own versionining scheme. + + + + + upgrade + + Conducts database upgrade. This is useful when migrating between old and new + Kea versions. + + + + + + + + + + + + Specify the username when connecting to a database. If not specified, + the default value of keatest is used. + + + + + + + + + Specifies the password when connecting to a database. If not specified, + the default value of keatest is used. + + + + + + + + + Specifies the database name to connect to. If not specified, + the default value of keatest is used. + + + + + + + + + Used for override scripts directory. That script is used during upgrades, + database initialization and possibly other operations. If not specified, + the default value of (prefix)/share/kea/scripts/ is used. + + + + + + + + + + SEE ALSO + + + keactrl + 8 + + + + kea-dhcp4 + 8 + + + + kea-dhcp6 + 8 + + + + kea-dhcp-ddns + 8 + + + + + +