X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=pvenode.adoc;h=38d1c4e17b7411c4665c6d9e46e86ddf234f02bd;hp=a41085fd521bd9362c49f3c45b0e463362b2452d;hb=d3c003743880eba62b95746ae2f60001420d20fc;hpb=ed53a3e668888dc2e629377964356be0a3388bb8 diff --git a/pvenode.adoc b/pvenode.adoc index a41085f..38d1c4e 100644 --- a/pvenode.adoc +++ b/pvenode.adoc @@ -50,6 +50,35 @@ systemctl restart pveproxy Setup ACME account and order a certificate for local node. +Wake-on-LAN +----------- +Wake-on-LAN (WoL) allows to switch on a sleeping computer in the network by +sending a magic packet. At least one NIC must support this feature and the +respective option needs to be enabled in the computers firmware (BIOS/UEFI) +configuration. The option name can vary from 'Enable Wake-on-Lan' to +'Power On By PCIE Device', check your motherboards vendor manual, if unsure. +`ethtool` can be used to check the WoL configuration of `` by +running: + +---- +ethtool | grep Wake-on +---- + +`pvenode` allows to wake sleeping members of a cluster via WoL using the +command: + +---- +pvenode wakeonlan +---- + +This broadcasts the WoL magic packet on UDP port 9, containing the MAC address +of `` obtained from the `wakeonlan` property. The node specific +`wakeonlan` property can be set by the following command: + +---- +pvenode config set -wakeonlan XX:XX:XX:XX:XX:XX +---- + // TODO: extend and improve chapter! ifdef::manvolnum[]