1DLM_TOOL(8) dlm DLM_TOOL(8)
2
3
4
6 dlm_tool - a utility for the dlm and dlm_controld daemon
7
8
10 dlm_tool [COMMAND] [OPTIONS] [ name ]
11
12
14 ls
15 Display dlm_controld internal lockspace state.
16
17 status
18 Dump dlm_controld daemon state.
19
20 dump
21 Dump dlm_controld debug buffer.
22
23 dump_config
24 Dump dlm_controld config settings.
25
26 fence_ack nodeid
27 Quit trying to fence a node.
28
29 log_plock
30 Dump dlm_controld plock debug buffer.
31
32 plocks name
33 Dump posix locks from dlm_controld for the lockspace.
34
35 join name
36 Join a lockspace.
37
38 leave name
39 Leave a lockspace.
40
41 lockdebug name
42 Complete display of locks from the lockspace.
43
44 lockdump name
45 Minimal display of locks from the lockspace (deprecated).
46
47 run command
48 Run command and check for result.
49
50 run_start command
51 Run command and don't check for result.
52
53 run_check uuid
54 Check status of a command that was run.
55
56 run_cancel uuid
57 Cancel a command that was run and is not yet done.
58
59 run_list
60 Dump a list of running commands.
61
62
63
65 -n Show all node information in ls.
66
67 -d 0|1 Resource directory off/on in join, default 0
68
69 -e 0|1 Exclusive create off/on in join, default 0
70
71 -f 0|1 FS (filesystem) flag off/on in join, default 0
72
73 -m mode Permission mode for lockspace device (octal), default 0600
74
75 -s Summary following lockdebug output (experiemental)
76
77 -v Verbose lockdebug output
78
79 -w Wide lockdebug output
80
81 -M Include MSTCPY locks in lockdump output
82
83 -h Print help, then exit
84
85 -V Print program version information, then exit
86
87
89 dlm_controld(8), dlm.conf(5)
90
91
92
93
94dlm 2012-04-05 DLM_TOOL(8)