1PACEMAKER(8) System Administration Utilities PACEMAKER(8)
2
3
4
6 Pacemaker - Part of the Pacemaker cluster resource manager
7
9 attrd_updater command -n attribute [options]
10
12 attrd_updater - Tool for updating cluster node attributes
13
15 -?, --help
16 This text
17
18 -$, --version
19 Version information
20
21 -V, --verbose
22 Increase debug output
23
24 -n, --name=value
25 The attribute's name
26
27 Commands:
28 -U, --update=value
29 Update the attribute's value in attrd. If this causes the value
30 to change, it will also be updated in the cluster configuration
31
32 -B, --update-both=value
33 Update the attribute's value and time to wait (dampening) in
34 attrd. If this causes the value or dampening to change, the
35 attribute will also be written to the cluster configuration, so
36 be aware that repeatedly changing the dampening reduces its
37 effectiveness.
38
39 -D, --delete
40 Delete the attribute in attrd. If a value was previously set,
41 it will also be removed from the cluster configuration
42
43 -R, --refresh
44 (Advanced) Force the attrd daemon to resend all current values
45 to the CIB
46
47 Additional options:
48 -d, --delay=value
49 The time to wait (dampening) in seconds for further changes
50 before writing
51
52 -s, --set=value
53 (Advanced) The attribute set in which to place the value
54
55 -N, --node=value
56 Set the attribute for the named node (instead of the local one)
57
58 -l, --lifetime=value
59 Lifetime of the node attribute. Allowed values: forever, reboot
60
62 Written by Andrew Beekhof
63
65 Report bugs to users@clusterlabs.org
66
67
68
69Pacemaker 1.1.18-3.el6 June 2018 PACEMAKER(8)