diff --git a/doc/html/quickstart_admin.shtml b/doc/html/quickstart_admin.shtml index a4bca4b585db487206a3ba0d17c1791dd06183db..84f1e64c5c08ebc48c93c7d1053041aea1a058c2 100644 --- a/doc/html/quickstart_admin.shtml +++ b/doc/html/quickstart_admin.shtml @@ -271,7 +271,14 @@ for the host "mcri". Port numbers to be used for communications are specified as well as various timer values.</p> <p>A description of the nodes and their grouping into partitions is required. -Nodes can be in more than one partition and each partition can have different +Node names can have up to three names specifications: +<b>NodeName</b> is the name used in all SLURM tools when referring to the node, +<b>NodeAddr</b> is the name or IP address SLURM uses to communicate with the node, and +<b>NodeHostname</b> is the name returned by the command <i>/bin/hostname -s</i>. +Only <b>NodeName</b> is required, although by supporting all three parameters +provides complete control over naming and addressing the nodes.</p> + +<p>Nodes can be in more than one partition and each partition can have different constraints (permitted users, time limits, job size limits, etc.). Each partition can thus be considered a separate queue. Partition and node specifications use node range expressions to identify