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 -Y, --update-delay
40 Update the attribute's dampening in attrd (requires -d/--delay).
41 If this causes the dampening to change, the attribute will also
42 be written to the cluster configuration, so be aware that
43 repeatedly changing the dampening reduces its effectiveness.
44
45 -Q, --query
46 Query the attribute's value from attrd
47
48 -D, --delete
49 Delete the attribute in attrd. If a value was previously set,
50 it will also be removed from the cluster configuration
51
52 -R, --refresh
53 (Advanced) Force the attrd daemon to resend all current values
54 to the CIB
55
56 Additional options:
57 -d, --delay=value
58 The time to wait (dampening) in seconds for further changes
59 before writing
60
61 -s, --set=value
62 (Advanced) The attribute set in which to place the value
63
64 -N, --node=value
65 Set the attribute for the named node (instead of the local one)
66
67 -A, --all
68 Show values of the attribute for all nodes (query only)
69
70 -l, --lifetime=value
71 (Deprecated) Lifetime of the node attribute (silently ignored by
72 cluster)
73
74 -p, --private
75 If this creates a new attribute, never write the attribute to
76 the CIB
77
79 Written by Andrew Beekhof
80
82 Report bugs to users@clusterlabs.org
83
84
85
86Pacemaker 1.1.19-8.el7_6.4 January 2019 PACEMAKER(8)