]> git.proxmox.com Git - pve-docs.git/blame - pvenode.1-synopsis.adoc
add documentation for display types and memory configuration
[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
104*pvenode config get*
105
106Get node configuration options.
107
108*pvenode config set* `[OPTIONS]`
109
110Set node configuration options.
111
112`--acme` `domains=<domain[;domain;...]> [,account=<name>]` ::
113
114Node specific ACME settings.
115
116`--delete` `<string>` ::
117
118A list of settings you want to delete.
119
120`--description` `<string>` ::
121
122Node description/comment.
123
124`--digest` `<string>` ::
125
126Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications.
127
128*pvenode help* `[OPTIONS]`
129
130Get help about specified command.
131
132`--extra-args` `<array>` ::
133
134Shows help for a specific command
135
136`--verbose` `<boolean>` ::
137
138Verbose output format.
139
5da3d723
TL
140*pvenode migrateall* `<target>` `[OPTIONS]`
141
142Migrate all VMs and Containers.
143
144`<target>`: `<string>` ::
145
146Target node.
147
148`--maxworkers` `<integer> (1 - N)` ::
149
150Maximal number of parallel migration job. If not set use 'max_workers' from datacenter.cfg, one of both must be set!
151
152`--vms` `<string>` ::
153
154Only consider Guests with these IDs.
155
156*pvenode startall* `[OPTIONS]`
157
158Start all VMs and containers (when onboot=1).
159
160`--force` `<boolean>` ::
161
162force if onboot=0.
163
164`--vms` `<string>` ::
165
166Only consider Guests with these IDs.
167
168*pvenode stopall* `[OPTIONS]`
169
170Stop all VMs and Containers.
171
172`--vms` `<string>` ::
173
174Only consider Guests with these IDs.
175
a3eeb58f
DM
176*pvenode task list* `[OPTIONS]` `[FORMAT_OPTIONS]`
177
178Read task list for one node (finished tasks).
179
180`--errors` `<boolean>` ('default =' `0`)::
181
182no description available
183
184`--limit` `<integer> (0 - N)` ('default =' `50`)::
185
186Only list this amount of tasks.
187
188`--start` `<integer> (0 - N)` ('default =' `0`)::
189
190List tasks beginning from this offset.
191
192`--userfilter` `<string>` ::
193
194Only list tasks from this user.
195
196`--vmid` `<integer> (1 - N)` ::
197
198Only list tasks for this VM.
199
200*pvenode task log* `<upid>` `[OPTIONS]`
201
202Read task log.
203
204`<upid>`: `<string>` ::
205
206no description available
207
208`--start` `<integer> (0 - N)` ('default =' `0`)::
209
210no description available
211
212*pvenode task status* `<upid>` `[FORMAT_OPTIONS]`
213
214Read task status.
215
216`<upid>`: `<string>` ::
217
218no description available
219
a99bdc62 220