Getting Started with MAXserver Access Servers
0038
112
ENABLED
Enable the protocol in the initialization records you
specify. You can enable only one protocol in the
command line, unless you use the keyword ALL to
enable all protocols.
DISABLED
Disable the protocol in the initialization records you
specify. You cannot use the keyword ALL to disable
all load protocols.
Examples
DEFINE SERVER LOAD PRIMARY IMAGE PROTOCOL DTFTP ENABLED
DEFINE SERVER LOAD SECONDARY PARAMETERS PROTOCOL RARP DISABLED
Naming Load Files
Use this command to specify the name of the file that will be requested upon
a boot up when loading from a TFTP server. Use the LIST SERVER
LOADDUMP CHARACTERISTICS command to display the current file
name.
DEFINE SERVER IP LOAD FILE “message-string”
or
DEFINE SERVER IP FILE “message-string”
“message-string” Specify a filename of up to 64 characters. Use the
quotation marks “ “ before and after the file name. The
default is an empty field.
Example
DEFINE IP LOAD FILE “filename.sys”