corosync-cmapctl (8) Linux Manual Page
corosync-cmapctl: – A tool for accessing the object database.
Description
usage: corosync-cmapctl [-b] [-dghsTtp] [params…]
-
-bshow binary values
Set key:
-
- corosync-cmapctl
-skey_name type value- where type is one of ([i|u][8|16|32|64] | flt | dbl | str | bin) for bin, value is file name (or – for stdin)
- corosync-cmapctl
Load settings from a file:
- corosync-cmapctl
-pfilename- the format of the file is: [^[^]]<key_name>[ <type> <value>]
- Keys prefixed with single caret (‘^’) are deleted (see
-d).- Keys (actually prefixes) prefixed with double caret (‘^^’) are deleted by prefix (see
-D).- <type> and <value> are optional (not checked) in above cases.
- Other keys are set (see
-s) so both <type> and <value> are required. - the format of the file is: [^[^]]<key_name>[ <type> <value>]
Delete key:
- corosync-cmapctl
-dkey_name…
Delete multiple keys with prefix:
- corosync-cmapctl
-Dkey_prefix…
Get key:
- corosync-cmapctl [-b]
-gkey_name…
Display all keys:
- corosync-cmapctl [-b]
Display keys with prefix key_name:
- corosync-cmapctl [-b] key_name…
Track changes on keys with key_name:
- corosync-cmapctl [-b]
-tkey_name
Track changes on keys with key prefix:
- corosync-cmapctl [-b]
-Tkey_prefixSee Also
cmap_overview(8),cmap_keys(8)
