From c21039db716180be28b1a23dcc4b88e53c662874 Mon Sep 17 00:00:00 2001 From: Aaron Klingaman Date: Thu, 26 May 2005 17:35:49 +0000 Subject: [PATCH] update docs about search path for network configuration floppy --- documentation/boot-manager-tech-doc.xml | 53 +++++++++++++++++++++---- 1 file changed, 45 insertions(+), 8 deletions(-) diff --git a/documentation/boot-manager-tech-doc.xml b/documentation/boot-manager-tech-doc.xml index 276119f..6510327 100644 --- a/documentation/boot-manager-tech-doc.xml +++ b/documentation/boot-manager-tech-doc.xml @@ -84,7 +84,7 @@ - method + AuthMethod The authentication method, only 'hmac' is currently supported @@ -300,13 +300,6 @@ - Existing 2.x boot cds will look for the configuration files only - on a floppy disk, and the file must be named 'planet.cnf'. The new 3.x - boot cds, however, will initially look for a file named 'plnode.txt' on - either a floppy disk, or burned onto the cd itself. Alternatively, it - will fall back to looking for the original file name, - 'planet.cnf'. - An example of a configuration file for a dhcp networked machine: @@ -333,6 +326,50 @@ DOMAIN_NAME="cs.princeton.edu" NET_DEVICE="00:06:5B:EC:33:BB" NODE_KEY="79efbe871722771675de604a227db8386bc6ef482a4b74" NODE_ID="121" + + Existing 2.x boot cds will look for the configuration files only + on a floppy disk, and the file must be named 'planet.cnf'. The new 3.x + boot cds, however, will initially look for a file named 'plnode.txt' on + either a floppy disk, or burned onto the cd itself. Alternatively, it + will fall back to looking for the original file name, 'planet.cnf'. This + initial file reading is performed by the boot cd itself to bring the + nodes network online, so it can download and execute the Boot + Manager. + + However, the Boot Manager will also need to identify the location + of and read in the file, so it can get the extra fields not initially + used to bring the network online (node_key and node_id). Below is the + search order that the boot manager will use to locate a file. If a file + is found in the order below, but does not match the network that has + already been setup, then there may be two configuration files located on + the same machine. In this situation, the file is skipped and searching + resumes. + + Configuration file location search order (both file names, + plnode.txt and planet.cnf are search in each of these locations; + plnode.txt first): + + + + Standard floppy disk (/dev/fd0 and /dev/fd1) + + + + USB floppy disk + + + + USB flash based disk + + + + USB cdrom + + + + standard cdrom + + -- 2.43.0