Black Box 16 port Network Card User Manual


 
Black Box Console Server user guide 234
The bootfile
If you wish to download basic configuration information to the unit you must create
a bootfile. This file is a text file formatted in a particular style; an example is shown
at An example bootfile on page 234.
Note The bootfile must be located on the same host as the bootptab file
An example
bootfile
Notes on the above example:
1. The bootfile can have line entries for other files, e.g. a software or configuration
file. The unit will download these files only if the filename has changed (excludes
the pathname).
2. The format of each line entry in the file is:
PARAMETER_NAME <white space> parameter value
<carriage return/line feed>
3. The parameter name must be in UPPER CASE and match exactly the strings
shown in An example bootfile on page 234; e.g. AUTH_TYPE.
4. An explanation of these parameters is shown in Bootfile parameters on page 235.
5. Include only those parameters which you want to configure. For example you
may not wish to download a configuration file, so omit the line beginning
CONFIG_FILE (or precede the line with a hash # character).
# cat xxxxxxp.bfc
SW_FILE192.65.144.95:/src/pscx/sw/xxxxxx.bin
CONFIG_FILE192.65.144.95:/src/pscx/cfg/jconfig.0183
GUI_ACCESSyes
AUTH_TYPE0
IP_HOST192.101.34.199
SECURITYno
TFTP_RETRY3
TFTP_TMOUT21
EXTRA_TERM1192.65.144.95:/src/pscx/et/et1.0183
EXTRA_TERM2192.65.144.95:/src/pscx/et/et2.0183
EXTRA_TERM3192.65.144.95:/src/pscx/et/et3.0183
#