From: Tinderbox User
dnstap-reopendnstap ( -reopen | -roll [number] )
- Close and re-open DNSTAP output files. This allows the files
- to be renamed externally then to be re-opened.
+ Close and re-open DNSTAP output files.
+ rndc dnstap -reopen allows the output
+ file to be renamed externally, then re-opened.
+ rndc dnstap -roll causes the output file
+ to be rolled automatically, similar to log files; the most
+ recent output file has ".0" appended to its name; the
+ previous most recent output file is moved to ".1", and so on.
+ If number is specified, then the
+ number of backup log files is limited to that number.
dumpdb [-all|-cache|-zone|-adb|-bad|-fail] [view ...]@@ -458,13 +465,13 @@
recursing
- Dump the list of queries named is currently
- recursing on, and the list of domains to which iterative
- queries are currently being sent. (The second list includes
- the number of fetches currently active for the given domain,
- and how many have been passed or dropped because of the
- fetches-per-zone option.)
-
fetches-per-zone option.)
+
refresh zone [class [view]]Schedule zone maintenance for the given zone. diff --git a/doc/arm/Bv9ARM.ch09.html b/doc/arm/Bv9ARM.ch09.html index 266effabc52..e453a6342b6 100644 --- a/doc/arm/Bv9ARM.ch09.html +++ b/doc/arm/Bv9ARM.ch09.html @@ -117,7 +117,7 @@
- getrrsetbyname with a non absolute name could trigger a + getrrsetbyname with a non absolute name could trigger an infinite recursion bug in lwresd and named with lwres configured if when combined with a search list entry the resulting name is too long. This flaw is disclosed in @@ -238,8 +238,19 @@ a human-readable format.
- rndc dnstap-reopen can be used reopen
- dnstap output files after renaming them.
+ rndc dnstap -roll causes dnstap
+ output files to be rolled like log files -- the most recent output
+ file is renamed with a .0 suffix, the next
+ most recent with .1, etc. (Note that this
+ only works when dnstap output is being written
+ to a file, not to a UNIX domain socket.) An optional numerical
+ argument specifies how many backup log files to retain; if not
+ specified or set to 0, there is no limit.
+
+ rndc dnstap -reopen simply closes and reopens + the dnstap output channel without renaming + the output file.
For more information on dnstap, see diff --git a/doc/arm/man.rndc.html b/doc/arm/man.rndc.html index f3ed85282b7..53cb4333c44 100644 --- a/doc/arm/man.rndc.html +++ b/doc/arm/man.rndc.html @@ -236,10 +236,17 @@ See also rndc addzone and rndc modzone.
-dnstap-reopendnstap ( -reopen | -roll [number] )
- Close and re-open DNSTAP output files. This allows the files
- to be renamed externally then to be re-opened.
+ Close and re-open DNSTAP output files.
+ rndc dnstap -reopen allows the output
+ file to be renamed externally, then re-opened.
+ rndc dnstap -roll causes the output file
+ to be rolled automatically, similar to log files; the most
+ recent output file has ".0" appended to its name; the
+ previous most recent output file is moved to ".1", and so on.
+ If number is specified, then the
+ number of backup log files is limited to that number.
dumpdb [-all|-cache|-zone|-adb|-bad|-fail] [view ...]@@ -476,13 +483,13 @@
recursing
- Dump the list of queries named is currently
- recursing on, and the list of domains to which iterative
- queries are currently being sent. (The second list includes
- the number of fetches currently active for the given domain,
- and how many have been passed or dropped because of the
- fetches-per-zone option.)
-
fetches-per-zone option.)
+
refresh zone [class [view]]Schedule zone maintenance for the given zone. diff --git a/doc/arm/notes.html b/doc/arm/notes.html index ab748bec053..5e2e42fb019 100644 --- a/doc/arm/notes.html +++ b/doc/arm/notes.html @@ -77,7 +77,7 @@
- getrrsetbyname with a non absolute name could trigger a + getrrsetbyname with a non absolute name could trigger an infinite recursion bug in lwresd and named with lwres configured if when combined with a search list entry the resulting name is too long. This flaw is disclosed in @@ -198,8 +198,19 @@ a human-readable format.
- rndc dnstap-reopen can be used reopen
- dnstap output files after renaming them.
+ rndc dnstap -roll causes dnstap
+ output files to be rolled like log files -- the most recent output
+ file is renamed with a .0 suffix, the next
+ most recent with .1, etc. (Note that this
+ only works when dnstap output is being written
+ to a file, not to a UNIX domain socket.) An optional numerical
+ argument specifies how many backup log files to retain; if not
+ specified or set to 0, there is no limit.
+
+ rndc dnstap -reopen simply closes and reopens + the dnstap output channel without renaming + the output file.
For more information on dnstap, see