Chapter 5: Bulk Configuration Methods
142
To rename the admin user:
As of release 3.1.0, you can rename the admin user by adding the following configuration key:
users[0].name=new admin name
Example:
users[0].name=May
devices.csv
If there are device-specific settings to configure, you must create a device list configuration file -
devices.csv
, to store
unique data of each PDU.
This file must be:
•
An excel file in the CSV format.
•
Copied to the root directory.
•
Referenced in the
device_list
option of the "fwupdate.cfg" file. See
(on page 137).
Every PDU identifies its entry in the "devicelist.csv" file by comparing its serial number or MAC address to one of the
columns in the file.
Determine the column to identify PDUs:
•
By default, a PDU searches for its serial number in the 1st column.
•
To override the default, set the
match
option in the "fwupdate.cfg" file to a different column.
Syntax:
•
Prior to release 3.1.0, only single-line values containing NO commas are supported. A comma is considered a field
delimiter.
For example:
Value-1,Value-2,Value-3
•
As of release 3.1.0, values containing commas, line breaks or double quotes are all supported. The commas and line
breaks to be included in the values must be enclosed in double quotes. Every double quote to be included in the value
must be escaped with another double quote.