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