]> git.proxmox.com Git - pve-docs.git/blobdiff - pvenode.adoc
vzdump: drop overly scary & outdated warning about fleecing
[pve-docs.git] / pvenode.adoc
index 571afee62be661262530d7fb1dc6cd138ff4c258..21a46a8650ea5bef15b7d0479faf8988b17d7dd0 100644 (file)
@@ -17,6 +17,8 @@ DESCRIPTION
 -----------
 endif::manvolnum[]
 ifndef::manvolnum[]
+
+[[proxmox_node_management]]
 Proxmox Node Management
 -----------------------
 ifdef::wiki[]
@@ -85,6 +87,22 @@ of `<node>` obtained from the `wakeonlan` property. The node-specific
 pvenode config set -wakeonlan XX:XX:XX:XX:XX:XX
 ----
 
+The interface via which to send the WoL packet is determined from the default
+route. It can be overwritten by setting the `bind-interface` via the following
+command:
+
+----
+pvenode config set -wakeonlan XX:XX:XX:XX:XX:XX,bind-interface=<iface-name>
+----
+
+The broadcast address (default `255.255.255.255`) used when sending the WoL
+packet can further be changed by setting the `broadcast-address` explicitly
+using the following command:
+
+----
+pvenode config set -wakeonlan XX:XX:XX:XX:XX:XX,broadcast-address=<broadcast-address>
+----
+
 Task History
 ~~~~~~~~~~~~
 
@@ -133,6 +151,12 @@ command:
 pvenode stopall
 ----
 
+NOTE: The stopall command first attempts to perform a clean shutdown and then
+waits until either all guests have successfully shut down or an overridable
+timeout (3 minutes by default) has expired. Once that happens and the
+force-stop parameter is not explicitly set to 0 (false), all virtual guests
+that are still running are hard stopped.
+
 
 [[first_guest_boot_delay]]
 First Guest Boot Delay
@@ -166,6 +190,7 @@ live-migration for local disks enabled, you can run:
 pvenode migrateall pve2 --vms 100,101,102 --with-local-disks
 ----
 
+// TODO: explain node shutdown (stopall is used there) and maintenance options
 
 ifdef::manvolnum[]
 include::pve-copyright.adoc[]