1OVDB_MONITOR(8) InterNetNews Documentation OVDB_MONITOR(8)
2
3
4
6 ovdb_monitor - Database maintenance
7
9 Use "ovdb_init" to start ovdb_monitor
10
12 When started (by "ovdb_init"), "ovdb_monitor" forks three processes
13 that perform routine database maintenance tasks. These are: transacā
14 tion checkpointing, deadlock detection, and transaction log removal.
15 The process ID of the parent is written to pathrun/ovdb_monitor.pid.
16 This PID is used by other INN commands to verify that ovdb_monitor is
17 running.
18
19 To shut down ovdb_monitor, send a TERM signal to the process ID in
20 pathrun/ovdb_monitor.pid . The parent process will shut down the three
21 children and wait for their exit before exiting itself.
22
24 Written by Heath Kehoe <hakehoe@avalon.net> for InterNetNews.
25
27 ovdb(5), ovdb_init(8)
28
29
30
31INN 2.4.0 2002-02-02 OVDB_MONITOR(8)