Janu
ary 201
9
Legrand PDU User Guide 437
Additional configuration keys set via the
config.txt
file will be applied after performing the bulk restore
operation.
This option CANNOT be used with the option "full_config_restore."
If a firmware upgrade will be performed at the same time, you must generate the bulk configuration file
based on the NEW firmware version instead of the current firmware version.
full_config_restore
Specify the name of the full configuration backup file used to restore the Legrand PDU.
Note: See
Backup and Restore of Device Settings
(on page 266) for instructions on generating the full
configuration backup file.
Additional configuration keys set via the
config.txt
file will be applied after performing the configuration
restore operation.
This option CANNOT be used with the option "bulk_config_restore."
If a firmware upgrade will be performed at the same time, you must generate the full configuration
backup file based on the NEW firmware version instead of the current firmware version.
collect_diag
If this option is set to
true
, the diagnostic data of the Legrand PDU is transmitted to the USB drive.
The filename of the diagnostic data written into the USB drive is:
diag_<unit-serial>.zip
The Legrand PDU device beeps after it finishes writing the diagnostic data to the USB drive.
switch_outlets
This feature works on outlet-switching capable models only.
Switch on or off specific outlets.
The option's value comprises outlet numbers and the setting "on" or "off" as explained below:
Each "on" or "off" setting consists of three parts: outlet numbers, a colon, and the word "on" or "off".
Each "on" or "off" setting is separated with a semicolon.
If all outlets will share the same "on" or "off" setting, replace the outlet numbers with the word "all".
Examples:
Turn on outlets 1 to 3, and 10, and turn off outlets 4 to 9.
switch_outlets=1,2,3:on;4-9:off;10:on
Turn on all outlets.
switch_outlets=all:on
tls_cert_file
Specify the filename of the wanted TLS server certificate. The filename can contain a single placeholder
${SERIAL} that is replaced with the serial number of the Legrand PDU.
This option should be used with
tls_key_file
listed below.
This option is NOT supported by bulk configuration or backup/restore via DHCP/TFTP.
tls_key_file
Specify the filename of the wanted TLS server key. The filename can contain a single placeholder
${SERIAL} that is replaced with the serial number of the Legrand PDU.
This option should be used with
tls_cert_file
listed above.
This option is NOT supported by bulk configuration or backup/restore via DHCP/TFTP.
execute_lua_script
Specify a Lua script file. For example:
execute_lua_script=my_script.lua