]> git.proxmox.com Git - pve-docs.git/blame - pvenode.adoc
d/copyright: update years
[pve-docs.git] / pvenode.adoc
CommitLineData
a99bdc62
FG
1ifdef::manvolnum[]
2pvenode(1)
3==========
4:pve-toplevel:
5
6NAME
7----
8
0e9c6c13 9pvenode - Proxmox VE Node Management
a99bdc62
FG
10
11SYNOPSIS
12--------
13
14include::pvenode.1-synopsis.adoc[]
15
16DESCRIPTION
17-----------
18endif::manvolnum[]
19
20ifndef::manvolnum[]
21Proxmox Node Management
22=======================
23:pve-toplevel:
24endif::manvolnum[]
25
0e9c6c13 26The {PVE} node management tool (`pvenode`) allows to control node specific
9cbe129f
TL
27settings and resources.
28
aeecd9ea
SI
29Currently `pvenode` allows to set a node's description and to manage
30the node's SSL certificates used for the API and the web GUI through `pveproxy`.
31
ed53a3e6 32ifdef::manvolnum[]
a5d27935 33include::output-format.adoc[]
ed53a3e6 34endif::manvolnum[]
a5d27935 35
aeecd9ea
SI
36EXAMPLES
37--------
38`pvenode cert set certificate.crt certificate.key -force`
39
40Install an externally provided certificate. Both files need to be PEM encoded.
41`certificate.key` contains the private key and `certificate.crt` contains the
42whole certificate chain.
43
44-----
45pvenode acme account register default mail@example.invalid
46pvenode config set --acme domains=example.invalid
47pvenode acme cert order
48systemctl restart pveproxy
49-----
50
0e9c6c13 51Setup ACME account and order a certificate for local node.
9cbe129f 52
42a16720
CE
53Wake-on-LAN
54-----------
55Wake-on-LAN (WoL) allows to switch on a sleeping computer in the network by
8d926cbe 56sending a magic packet. At least one NIC must support this feature and the
42a16720
CE
57respective option needs to be enabled in the computers firmware (BIOS/UEFI)
58configuration. The option name can vary from 'Enable Wake-on-Lan' to
59'Power On By PCIE Device', check your motherboards vendor manual, if unsure.
60`ethtool` can be used to check the WoL configuration of `<interface>` by
61running:
62
63----
64ethtool <interface> | grep Wake-on
65----
66
67`pvenode` allows to wake sleeping members of a cluster via WoL using the
68command:
69
70----
71pvenode wakeonlan <node>
72----
73
74This broadcasts the WoL magic packet on UDP port 9, containing the MAC address
75of `<node>` obtained from the `wakeonlan` property. The node specific
76`wakeonlan` property can be set by the following command:
77
78----
79pvenode config set -wakeonlan XX:XX:XX:XX:XX:XX
80----
81
9cbe129f 82// TODO: extend and improve chapter!
a99bdc62
FG
83
84ifdef::manvolnum[]
85include::pve-copyright.adoc[]
86endif::manvolnum[]