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. Requires -d/--delay
60
61 -Y, --update-delay
62 Update attribute's dampening in pacemaker-attrd. If this causes
63 the dampening to change, the attribute will also be written to
64 the cluster configuration, so be aware that repeatedly changing
65 the dampening reduces its effectiveness. Requires -d/--delay
66
67 -Q, --query
68 Query the attribute's value from pacemaker-attrd
69
70 -D, --delete
71 Unset attribute from pacemaker-attrd. At the moment, there is no
72 way to remove an attribute. This option will instead set its
73 value to the empty string.
74
75 -R, --refresh
76 (Advanced) Force the pacemaker-attrd daemon to resend all cur‐
77 rent values to the CIB
78
79 Additional Options:
80 -d, --delay=SECONDS
81 The time to wait (dampening) in seconds for further changes be‐
82 fore sending to the CIB
83
84 -s, --set=SET
85 (Advanced) The attribute set in which to place the value
86
87 -N, --node=NODE
88 Set the attribute for the named node (instead of the local one)
89
90 -A, --all
91 Show values of the attribute for all nodes (query only)
92
93 -l, --lifetime=SECTION
94 (Not yet implemented) Lifetime of the node attribute (silently
95 ignored by cluster)
96
97 -p, --private
98 If this creates a new attribute, never write the attribute to
99 CIB
100
101 Application Options:
102 -$, --version
103 Display software version and exit
104
105 -V, --verbose
106 Increase debug output (may be specified multiple times)
107
109 Written by Andrew Beekhof and the Pacemaker project contributors
110
112 Report bugs to users@clusterlabs.org
113
114
115
116Pacemaker 2.1.5-3.fc37 December 2022 PACEMAKER(8)