1zdb(8) System Administration Commands zdb(8)
2
3
4
6 zdb - ZFS debugger
7
9 zdb pool
10
11
13 The zdb command is used by support engineers to diagnose failures and
14 gather statistics. Since the ZFS file system is always consistent on
15 disk and is self-repairing, zdb should only be run under the direction
16 by a support engineer.
17
18
19 If no arguments are specified, zdb, performs basic consistency checks
20 on the pool and associated datasets, and report any problems detected.
21
22
23 Any options supported by this command are internal to Sun and subject
24 to change at any time.
25
27 The following exit values are returned:
28
29 0 The pool is consistent.
30
31
32 1 An error was detected.
33
34
35 2 Invalid command line options were specified.
36
37
39 See attributes(5) for descriptions of the following attributes:
40
41
42
43
44 ┌─────────────────────────────┬─────────────────────────────┐
45 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
46 ├─────────────────────────────┼─────────────────────────────┤
47 │Availability │SUNWzfsu │
48 ├─────────────────────────────┼─────────────────────────────┤
49 │Interface Stability │Unstable │
50 └─────────────────────────────┴─────────────────────────────┘
51
53 zfs(8), zpool(8), attributes(5)
54
55
56
57SunOS 5.11 31 Oct 2005 zdb(8)