1COROSYNC-CMAP(8)            System Manager's Manual           COROSYNC-CMAP(8)
2
3
4

NAME

6       corosync-cmapctl: - A tool for accessing the object database.
7

DESCRIPTION

9       usage:  corosync-cmapctl [-b] [-DdghsTt] [-p filename] [params...]
10
11       -b show binary values
12
13   Set key:
14              corosync-cmapctl -s key_name type value
15
16              where type is one of ([i|u][8|16|32|64] | flt | dbl | str | bin)
17              for bin, value is file name (or - for stdin)
18
19   Load settings from a file:
20              corosync-cmapctl -p filename
21
22              the format of the file is: [^[^]]<key_name>[ <type> <value>]
23
24              Keys prefixed with single caret ('^') are deleted (see -d).
25
26              Keys (actually prefixes) prefixed with double caret  ('^^')  are
27              deleted by prefix (see -D).
28
29              <type> and <value> are optional (not checked) in above cases.
30
31              Other  keys  are  set  (see  -s)  so both <type> and <value> are
32              required.
33
34   Delete key:
35              corosync-cmapctl -d key_name...
36
37   Delete multiple keys with prefix:
38              corosync-cmapctl -D key_prefix...
39
40   Get key:
41              corosync-cmapctl [-b] -g key_name...
42
43   Display all keys:
44              corosync-cmapctl [-b]
45
46   Display keys with prefix key_name:
47              corosync-cmapctl [-b] key_name...
48
49   Track changes on keys with key_name:
50              corosync-cmapctl [-b] -t key_name
51
52   Track changes on keys with key prefix:
53              corosync-cmapctl [-b] -T key_prefix
54
55

SEE ALSO

57       cmap_overview(8), cmap_keys(8)
58
59
60
61                                  2012-01-23                  COROSYNC-CMAP(8)
Impressum