1PACEMAKER(8) System Administration Utilities PACEMAKER(8)
2
3
4
6 Pacemaker - Part of the Pacemaker cluster resource manager
7
9 attrd_updater -n <attribute> <command> [options]
10
12 query and update Pacemaker node attributes
13
15 Help Options:
16 -h, --help
17 Show help options
18
19 --help-all
20 Show all help options
21
22 --help-output
23 Show output help
24
25 --help-required
26 Show required arguments
27
28 --help-command
29 Show command options (mutually exclusive)
30
31 --help-additional
32 Show additional options
33
34 Output Options:
35 --output-as=FORMAT
36 Specify output format as one of: text (default), xml
37
38 --output-to=DEST
39 Specify file name for output (or "-" for stdout)
40
41 --text-fancy
42 Use more highly formatted output (requires --output-as=text)
43
44 Required Arguments:
45 -n, --name=NAME
46 The attribute's name
47
48 Command:
49 -U, --update=VALUE
50 Update attribute's value in pacemaker-attrd. If this causes the
51 value to change, it will also be updated in the cluster configu‐
52 ration.
53
54 -B, --update-both=VALUE
55 Update attribute's value and time to wait (dampening) in pace‐
56 maker-attrd. If this causes the value or dampening to change,
57 the attribute will also be written to the cluster configuration,
58 so be aware that repeatedly changing the dampening reduces its
59 effectiveness.
60
61 -Y, --update-delay
62 Update attribute's dampening in pacemaker-attrd (requires
63 -d/--delay). If this causes the dampening to change, the attri‐
64 bute will also be written to the cluster configuration, so be
65 aware that repeatedly changing the dampening reduces its effec‐
66 tiveness.
67
68 -Q, --query
69 Query the attribute's value from pacemaker-attrd
70
71 -D, --delete
72 Unset attribute from pacemaker-attrd. At the moment, there is no
73 way to remove an attribute. This option will instead set its
74 value to the empty string.
75
76 -R, --refresh
77 (Advanced) Force the pacemaker-attrd daemon to resend all cur‐
78 rent values to the CIB
79
80 Additional Options:
81 -d, --delay=SECONDS
82 The time to wait (dampening) in seconds for further changes be‐
83 fore sending to the CIB
84
85 -s, --set=SET
86 (Advanced) The attribute set in which to place the value
87
88 -N, --node=NODE
89 Set the attribute for the named node (instead of the local one)
90
91 -A, --all
92 Show values of the attribute for all nodes (query only)
93
94 -l, --lifetime=SECTION
95 (Not yet implemented) Lifetime of the node attribute (silently
96 ignored by cluster)
97
98 -p, --private
99 If this creates a new attribute, never write the attribute to
100 CIB
101
102 Application Options:
103 -$, --version
104 Display software version and exit
105
106 -V, --verbose
107 Increase debug output (may be specified multiple times)
108
110 Written by Andrew Beekhof and the Pacemaker project contributors
111
113 Report bugs to users@clusterlabs.org
114
115
116
117Pacemaker 2.1.4-4.fc36 June 2022 PACEMAKER(8)