Specifications

Chapter 7 - Configuration File Download Configuration File Download Server
110
Mediatrix 4100
Transfer error Received a TFTP error (other
than error code 1 and 2) from
the TFTP server.
Send a syslog warning message including the
file name and location with the TFTP server
address:
Error in the TFTP transfer of the
configuration file “XXX” from host
“XXX” and port number XXX.
Set sysAdminDownloadConfigFileStatus to fail.
File size too big Downloading a file with a size
exceeding 512000 bytes.
Abort the transfer by sending error code 3 (disk
full or allocation exceeded) to the TFTP client.
HTTP-Specific Error Handling
Access unauthorized Received a 401 Unauthorized
from the HTTP server.
Send a syslog warning message including the
file location/name with the HTTP server
address:
The access to configuration file “XXX”
is unauthorized on HTTP server “XXX”.
Set sysAdminDownloadConfigFileStatus to fail.
File not found Received a 404 Not Found from
the HTTP server.
Send a syslog warning message including the
file location/name with the HTTP server
address:
The configuration file “XXX” was not
found on the HTTP server “XXX”.
Set sysAdminDownloadConfigFileStatus to fail.
Session timeout No answer from the HTTP
server. The time elapsed since
the HTTP request was sent
exceeds 15 seconds.
Send a syslog warning message including the
file location/name with the HTTP server
address:
The configuration file “XXX” was not
fetched. The HTTP session with server
“XXX” timed out.
Set sysAdminDownloadConfigFileStatus to fail.
Session closed by
peer
The HTTP server closed the
session.
Send a syslog warning message including the
file location/name with the HTTP server
address:
The configuration file “XXX” HTTP
transfer session was closed by peer:
host “XXX”.
Set sysAdminDownloadConfigFileStatus to fail.
Transfer error Received an HTTP error (other
than 401 and 404) from the
HTTP server.
Send a syslog warning message including the
file location/name with the HTTP server
address and port:
Error in the HTTP transfer of the
configuration file “XXX” from host
“XXX” and port number XXX.
Set sysAdminDownloadConfigFileStatus to fail.
Table 80: Configuration File Fetching Error Handling (Continued)
Error Type Cause Behaviour