Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
48cdc9a1
Commit
48cdc9a1
authored
Aug 22, 2016
by
Shawn Routhier
Browse files
[trac4282] Tidy up some grammar and typo level items
parent
c79649b0
Changes
3
Hide whitespace changes
Inline
Side-by-side
doc/guide/admin.xml
View file @
48cdc9a1
...
...
@@ -574,13 +574,13 @@ $ <userinput>kea-admin lease-init pgsql -u <replaceable>database-user</replaceab
<section
id=
"pgsql-upgrade"
>
<title>
Upgrading a PostgreSQL Database from an Earlier Version of Kea
</title>
<para>
PostgreSQL database schema can be upgraded using the same tool and
commands as described in
<xref
linkend=
"mysql-upgrade"
/>
, with
an
The
PostgreSQL database schema can be upgraded using the same tool and
commands as described in
<xref
linkend=
"mysql-upgrade"
/>
, with
the
exception that the "pgsql" database backend type must be used in
th
os
e commands.
the commands.
</para>
<para>
Use the following command to check current schema version:
Use the following command to check
the
current schema version:
<screen>
$
<userinput>
kea-admin lease-version pgsql -u
<replaceable>
database-user
</replaceable>
-p
<replaceable>
database-password
</replaceable>
-n
<replaceable>
database-name
</replaceable></userinput>
</screen>
...
...
doc/guide/dhcp4-srv.xml
View file @
48cdc9a1
...
...
@@ -482,21 +482,21 @@ If a timeout is given though, it should be an integer greater than zero.
<title
id=
"hosts4-storage"
>
Hosts Storage
</title>
<para>
Kea is also able to store information about host reservations in the
database.
H
osts database configuration uses the same syntax as lease
database. In fact, Kea server opens independent connections for each
purpose, be it lease or hosts information. This gives the
solution
most
database.
The h
osts database configuration uses the same syntax as
the
lease
database. In fact,
a
Kea server opens independent connections for each
purpose, be it lease or hosts information. This
arrangement
gives the most
flexibility. Kea can be used to keep leases and host reservations
separately, but can also point to the same database. Currently the
supported hosts database types are MySQL and PostgreSQL. Cassandra
backend does not support host reservations yet.
</para>
<para>
Please note that usage of hosts storage is optional.
U
ser can define
<para>
Please note that usage of hosts storage is optional.
A u
ser can define
all host reservations in the configuration file. That is the recommended way
if the number of reservations is small. However, w
ith
the number of
reservations grow
ing
it's more convenient to use host storage. Please note
that
two
storages (configuration file and one of the supported databases)
if the number of reservations is small. However, w
hen
the number of
reservations grow
s
it's more convenient to use host storage. Please note
that
both
storage
method
s (configuration file and one of the supported databases)
can be used together. If hosts are defined in both places, the definitions
from configuration file are checked first and external storage is checked
from
the
configuration file are checked first and external storage is checked
later, if necessary.
</para>
<section
id=
"hosts-database-configuration4"
>
...
...
@@ -514,7 +514,7 @@ If a timeout is given though, it should be an integer greater than zero.
<screen>
"Dhcp4": { "hosts-database": {
<userinput>
"name": "
<replaceable>
database-name
</replaceable>
"
</userinput>
, ... }, ... }
</screen>
If the database is located on a different system t
o
the DHCPv4 server, the
If the database is located on a different system t
han
the DHCPv4 server, the
database host name must also be specified (although it should be noted that this
configuration may have a severe impact on server performance):
<screen>
...
...
doc/guide/dhcp6-srv.xml
View file @
48cdc9a1
...
...
@@ -482,21 +482,21 @@ If a timeout is given though, it should be an integer greater than zero.
<section
id=
"hosts6-storage"
>
<title>
Hosts Storage
</title>
<para>
Kea is also able to store information about host reservations in the
database.
H
osts database configuration uses the same syntax as lease
database. In fact, Kea server opens independent connections for each
purpose, be it lease or hosts information. This gives the
solution
most
database.
The h
osts database configuration uses the same syntax as
the
lease
database. In fact,
a
Kea server opens independent connections for each
purpose, be it lease or hosts information. This
arrangment
gives the most
flexibility. Kea can be used to keep leases and host reservations
separately, but can also point to the same database. Currently the
supported hosts database types are MySQL and PostgreSQL. Cassandra
backend does not support host reservations yet.
</para>
<para>
Please note that usage of hosts storage is optional.
U
ser can define
<para>
Please note that usage of hosts storage is optional.
A u
ser can define
all host reservations in the configuration file. That is the recommended way
if the number of reservations is small. However, w
ith
the number of
reservations grow
ing
it's more convenient to use host storage. Please note
that both storages (configuration file and one of the supported databases)
if the number of reservations is small. However, w
hen
the number of
reservations grow
s
it's more convenient to use host storage. Please note
that both storage
method
s (configuration file and one of the supported databases)
can be used together. If hosts are defined in both places, the definitions
from configuration file are checked first and external storage is checked
from
the
configuration file are checked first and external storage is checked
later, if necessary.
</para>
<section
id=
"hosts-database-configuration6"
>
...
...
@@ -514,7 +514,7 @@ If a timeout is given though, it should be an integer greater than zero.
<screen>
"Dhcp6": { "hosts-database": {
<userinput>
"name": "
<replaceable>
database-name
</replaceable>
"
</userinput>
, ... }, ... }
</screen>
If the database is located on a different system t
o
the DHCPv6 server, the
If the database is located on a different system t
han
the DHCPv6 server, the
database host name must also be specified (although it should be noted that this
configuration may have a severe impact on server performance):
<screen>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment