]> git.proxmox.com Git - pve-docs.git/blame - pvenode.1-synopsis.adoc
cert management: move some headings a level up for better visibility
[pve-docs.git] / pvenode.1-synopsis.adoc
CommitLineData
a99bdc62
FG
1*pvenode* `<COMMAND> [ARGS] [OPTIONS]`
2
3*pvenode acme account deactivate* `[<name>]`
4
5Deactivate existing ACME account at CA.
6
7`<name>`: `<name>` ('default =' `default`)::
8
9ACME account config file name.
10
a3eeb58f 11*pvenode acme account info* `[<name>]` `[FORMAT_OPTIONS]`
a99bdc62
FG
12
13Return existing ACME account information.
14
15`<name>`: `<name>` ('default =' `default`)::
16
17ACME account config file name.
18
19*pvenode acme account list*
20
21ACMEAccount index.
22
23*pvenode acme account register* `[<name>] {<contact>}` `[OPTIONS]`
24
25Register a new ACME account with a compatible CA.
26
27`<name>`: `<name>` ('default =' `default`)::
28
29ACME account config file name.
30
31`<contact>`: `<string>` ::
32
33Contact email addresses.
34
35`--directory` `^https?://.*` ::
36
37URL of ACME CA directory endpoint.
38
39*pvenode acme account update* `[<name>]` `[OPTIONS]`
40
41Update existing ACME account information with CA. Note: not specifying any
42new account information triggers a refresh.
43
44`<name>`: `<name>` ('default =' `default`)::
45
46ACME account config file name.
47
48`--contact` `<string>` ::
49
50Contact email addresses.
51
52*pvenode acme cert order* `[OPTIONS]`
53
54Order a new certificate from ACME-compatible CA.
55
56`--force` `<boolean>` ('default =' `0`)::
57
58Overwrite existing custom certificate.
59
60*pvenode acme cert renew* `[OPTIONS]`
61
62Renew existing certificate from CA.
63
64`--force` `<boolean>` ('default =' `0`)::
65
66Force renewal even if expiry is more than 30 days away.
67
68*pvenode acme cert revoke*
69
70Revoke existing certificate from CA.
71
72*pvenode cert delete* `[<restart>]`
73
74DELETE custom certificate chain and key.
75
76`<restart>`: `<boolean>` ('default =' `0`)::
77
78Restart pveproxy.
79
a3eeb58f 80*pvenode cert info* `[FORMAT_OPTIONS]`
a99bdc62
FG
81
82Get information about node's certificates.
83
a3eeb58f 84*pvenode cert set* `<certificates> [<key>]` `[OPTIONS]` `[FORMAT_OPTIONS]`
a99bdc62
FG
85
86Upload or update custom certificate chain and key.
87
88`<certificates>`: `<string>` ::
89
90PEM encoded certificate (chain).
91
92`<key>`: `<string>` ::
93
94PEM encoded private key.
95
96`--force` `<boolean>` ('default =' `0`)::
97
98Overwrite existing custom or ACME certificate files.
99
100`--restart` `<boolean>` ('default =' `0`)::
101
102Restart pveproxy.
103
5c1699e5 104*pvenode config get* `[OPTIONS]`
a99bdc62
FG
105
106Get node configuration options.
107
5c1699e5
TL
108`--property` `<acme | description | startall-onboot-delay | wakeonlan>` ('default =' `all`)::
109
110Return only a specific property from the node configuration.
111
a99bdc62
FG
112*pvenode config set* `[OPTIONS]`
113
114Set node configuration options.
115
116`--acme` `domains=<domain[;domain;...]> [,account=<name>]` ::
117
118Node specific ACME settings.
119
120`--delete` `<string>` ::
121
122A list of settings you want to delete.
123
124`--description` `<string>` ::
125
126Node description/comment.
127
128`--digest` `<string>` ::
129
130Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications.
131
5c1699e5
TL
132`--startall-onboot-delay` `<integer> (0 - 300)` ('default =' `0`)::
133
134Initial delay in seconds, before starting all the Virtual Guests with on-boot enabled.
135
5f26e15b
TL
136`--wakeonlan` `<string>` ::
137
138MAC address for wake on LAN
139
a99bdc62
FG
140*pvenode help* `[OPTIONS]`
141
142Get help about specified command.
143
144`--extra-args` `<array>` ::
145
146Shows help for a specific command
147
148`--verbose` `<boolean>` ::
149
150Verbose output format.
151
5da3d723
TL
152*pvenode migrateall* `<target>` `[OPTIONS]`
153
154Migrate all VMs and Containers.
155
156`<target>`: `<string>` ::
157
158Target node.
159
160`--maxworkers` `<integer> (1 - N)` ::
161
162Maximal number of parallel migration job. If not set use 'max_workers' from datacenter.cfg, one of both must be set!
163
164`--vms` `<string>` ::
165
166Only consider Guests with these IDs.
167
e9cd3bd4
TL
168`--with-local-disks` `<boolean>` ::
169
170Enable live storage migration for local disk
171
5da3d723
TL
172*pvenode startall* `[OPTIONS]`
173
1c532546
TL
174Start all VMs and containers located on this node (by default only those
175with onboot=1).
5da3d723 176
1c532546 177`--force` `<boolean>` ('default =' `off`)::
5da3d723 178
1c532546 179Issue start command even if virtual guest have 'onboot' not set or set to off.
5da3d723
TL
180
181`--vms` `<string>` ::
182
1c532546 183Only consider guests from this comma separated list of VMIDs.
5da3d723
TL
184
185*pvenode stopall* `[OPTIONS]`
186
187Stop all VMs and Containers.
188
189`--vms` `<string>` ::
190
191Only consider Guests with these IDs.
192
a3eeb58f
DM
193*pvenode task list* `[OPTIONS]` `[FORMAT_OPTIONS]`
194
195Read task list for one node (finished tasks).
196
197`--errors` `<boolean>` ('default =' `0`)::
198
199no description available
200
201`--limit` `<integer> (0 - N)` ('default =' `50`)::
202
203Only list this amount of tasks.
204
5f26e15b
TL
205`--source` `<active | all | archive>` ('default =' `archive`)::
206
207List archived, active or all tasks.
208
a3eeb58f
DM
209`--start` `<integer> (0 - N)` ('default =' `0`)::
210
211List tasks beginning from this offset.
212
5f26e15b
TL
213`--typefilter` `<string>` ::
214
215Only list tasks of this type (e.g., vzstart, vzdump).
216
a3eeb58f
DM
217`--userfilter` `<string>` ::
218
219Only list tasks from this user.
220
221`--vmid` `<integer> (1 - N)` ::
222
223Only list tasks for this VM.
224
225*pvenode task log* `<upid>` `[OPTIONS]`
226
227Read task log.
228
229`<upid>`: `<string>` ::
230
231no description available
232
233`--start` `<integer> (0 - N)` ('default =' `0`)::
234
235no description available
236
237*pvenode task status* `<upid>` `[FORMAT_OPTIONS]`
238
239Read task status.
240
241`<upid>`: `<string>` ::
242
243no description available
244
5f26e15b
TL
245*pvenode wakeonlan* `<node>`
246
247Try to wake a node via 'wake on LAN' network packet.
248
249`<node>`: `<string>` ::
250
251target node for wake on LAN packet
252
a99bdc62 253