table of contents
PACEMAKER(8) | System Administration Utilities | PACEMAKER(8) |
NAME¶
Pacemaker - Part of the Pacemaker cluster resource manager
SYNOPSIS¶
attrd_updater command -n attribute [options]
DESCRIPTION¶
attrd_updater - Tool for updating cluster node attributes
OPTIONS¶
- -?, --help
- This text
- -$, --version
- Version information
- -V, --verbose
- Increase debug output
- -n, --name=value
- The attribute's name
Commands:¶
- -U, --update=value
- Update the attribute's value in attrd. If this causes the value to change, it will also be updated in the cluster configuration
- -B, --update-both=value
- Update the attribute's value and time to wait (dampening) in attrd. If this causes the value or dampening to change, the attribute will also be written to the cluster configuration, so be aware that repeatedly changing the dampening reduces its effectiveness.
- -D, --delete
- Delete the attribute in attrd. If a value was previously set, it will also be removed from the cluster configuration
- -R, --refresh
- (Advanced) Force the attrd daemon to resend all current values to the CIB
Additional options:¶
- -d, --delay=value
- The time to wait (dampening) in seconds for further changes before writing
- -s, --set=value
- (Advanced) The attribute set in which to place the value
- -N, --node=value
- Set the attribute for the named node (instead of the local one)
- -l, --lifetime=value
- Lifetime of the node attribute. Allowed values: forever, reboot
AUTHOR¶
Written by Andrew Beekhof
REPORTING BUGS¶
Report bugs to users@clusterlabs.org
June 2018 | Pacemaker 1.1.18-3.el6 |