|
Control BIND with rndc using these options.
|
reload - Reload configuration file and zones.
|
reload zone [class [view]] - Reload the given zone.
|
refresh zone [class [view]] - Schedule zone maintenance for the given zone.
|
retransfer zone [class [view]] - Retransfer the given zone from the master.
|
freeze zone [class [view]] - Suspend updates to a dynamic zone. This allows manual edits to be made to a zone normally updated by dynamic update. It also causes changes in the journal file to be synced into the master and the journal file to be removed. All dynamic update attempts will be refused while the zone is frozen.
|
unfreeze zone [class [view]] - Enable updates to a frozen dynamic zone. This causes the server to reload the zone from disk, and re-enables dynamic updates after the load has completed. After a zone is unfrozen, dynamic updates will no longer be refused.
|
reconfig - Reload the configuration file and load new zones, but do not reload existing zone files even if they have changed. This is faster than a full reload when there is a large number of zones because it avoids the need to examine the modification times of the zones files.
|
stats - Write server statistics to the statistics file.
|
querylog - Toggle query logging. Query logging can also be enabled by explictly directing the queries category to a channel in the logging section of named.conf.
|
dumpdb - Dump the server's caches to the dump file.
|
stop - Stop the server, making sure any recent changes made through dynamic update or IXFR are first saved to the master files of the updated zones.
|
halt - Stop the server immediately. Recent changes made through dynamic update or IXFR are not saved to the master files, but will be rolled forward from the journal files when the server is restarted.
|
trace - Increment the servers debugging level by one.
|
trace level - Sets the server's debugging level to an explicit value.
|
notrace - Sets the server's debugging level to 0.
|
flush - Flushes the server's cache.
|
status - Display status of the server.
|