corosync-objctl
is used to configure objects within the object database at runtime.
OBJECT-SPEC
There are two types of entities
Objects
and
Key=Value pairs
Objects
Objects are container like entities that can hold other entities.
They are specified as "objectA"."objectB".
An example is logging.logger.
Key=Value pairs
These are the entities that actually hold values (read database "fields").
They are specified as object.key=value or just object.key if you are reading.
OPTIONS
-c
Create a new object.
-d
Delete an existing object.
-w
Use this option when you want to write a new value to a key.
-a
Display all values currently available.
-t
Track changes to an object and it's children. As changes are made to the object
they are printed out. this is kind of like a "tail -f" for the object database.