Penguin
Blame: db_printlog(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of db_printlog(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 DB_PRINTLOG
2 !!!DB_PRINTLOG
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 ENVIRONMENT VARIABLES
7 SEE ALSO
8 ----
9 !!NAME
10
11
12 db_printlog - Debugging utility to dump Berkeley DB log files.
13 !!SYNOPSIS
14
15
16 __db_printlog__ [[__-N__] [[__-h home__]
17 !!DESCRIPTION
18
19
20 The ''db_printlog'' utility is a debugging utility that
21 dumps Berkeley DB log files in a human-readable
22 format.
23
24
25 The options are as follows:
26
27
28 __-h__
29
30
31 Specify a home directory for the database.
32
33
34 __-N__
35
36
37 Do not acquire shared region locks while running. Other
38 problems such as potentially fatal errors in Berkeley DB
39 will be ignored as well. This option is intended only for
40 debugging errors and should not be used under any other
41 circumstances.
42
43
44 The ''db_printlog'' utility attaches to one or more of
45 the Berkeley DB shared memory regions. In order to avoid
46 region corruption, it should always be given the chance to
47 detach and exit gracefully. To cause ''db_printlog'' to
48 clean up after itself and exit, send it an interrupt signal
49 (SIGINT).
50
51
52 The ''db_printlog'' utility exits 0 on success, and
53 ''
54 !!ENVIRONMENT VARIABLES
55
56
57 __DB_HOME__
58
59
60 If the -h option is not specified and the environment
61 variable __DB_HOME__ is set, it is used as the path of
62 the database home, as described in
63 ''db_appinit''(3).
64 !!SEE ALSO
65
66
67 ''db_archive''(1), ''db_checkpoint''(1),
68 ''db_deadlock''(1), ''db_dump''(1), ''db_load''(1),
69 ''db_recover''(1), ''db_stat''(1),
70 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.