ISC KeaSep. 28, 20161.1.0The Kea software has been written by a number of
engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin
Siodelski, Thomas Markwalder, Francis Dupont, Jeremy C. Reed,
Wlodek Wencel and Shawn Routhier. That list is roughly in the
chronological order in which the authors made their first
contribution. For a complete list of authors and
contributors, see AUTHORS file.Internet Systems Consortium, Inc.kea-admin8Keakea-adminShell script for managing Kea databases2014-2017Internet Systems Consortium, Inc. ("ISC")kea-admincommandbackendDESCRIPTION
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:
lease-initInitializes a new lease database. Useful during first Kea
installation. The database is initialized to the latest version
supported by the version of the software.lease-versionReports lease database version. This is not necessarily
equal to Kea version as each backend has its own versioning
scheme.lease-upgradeConducts lease database upgrade. This is useful when
migrating between old and new Kea versions.lease-dumpDumps the contents of the lease database (MySQL and PostgreSQL
backends) to text file. The content of the file consists of comma-separated-values
(CSV) where each line in the file contains all of the values for a single lease.
The first line of file is a header line containing the column names.
Specifies backend type. Currently allowed backends are: memfile, mysql and
pgsql.
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.
Required for lease-dump, Specifies the file to which the lease data will be dumped.
Directs kea-admin to lease-dump the DHCPv4 leases. Incompatible with the -6 option.
Directs kea-admin to lease-dump the DHCPv6 leases. Incompatible with the -4 option.
SEE ALSOkeactrl8,
kea-dhcp48,
kea-dhcp68,
kea-dhcp-ddns8,
kea-ctrl-agent8,
keactrl8,
perfdhcp8,
Kea Administrator Guide.