User Manual

123Rack ATS AP44xx User Manual
Detailed procedures
Retrieve .ini file
To set up and retrieve an .ini file:
1. If possible, use the interface of an ATS to configure it with the settings to export. (Directly editing
the .ini file risks introducing errors).
2. Use FTP or SCP to retrieve config.ini from the configured ATS:
a. Open a connection to the ATS using its IP address:
ftp> open ip_address
b. Log on using the Super User/Administrator user name and password.
c. Retrieve the config.ini file containing the settings of the ATS:
ftp> get config.ini
The file is written to the folder from which you launched the FTP.
To export configuration settings to multiple ATS units, see FAQ article FA156117:
go to
www.apc.com, navigate to Support > Resources & Tools > FAQS, then enter
the article number in the search bar.
To use SCP, use the following command:
scp -c <cipher> username@hostname_or_ip_address:config.ini ./config.ini
Then enter the correct password.
NOTEs:
This SCP command is for OpenSSH. The command may differ depending on the SSH tool
used.
When using OpenSSH, <cipher> can be either aes256-cbc or 3des-cbc.
Edit .ini file
Edit the file carefully before you transfer it to other ATS units.
1. Use a text editor to make your changes.
Section headings, keywords, and pre-defined values are not case-sensitive, but string values
that you define are case-sensitive.
Use adjacent quotation marks to indicate no value. For example, LinkURL1="" indicates that
the URL is intentionally undefined.
Enclose in quotation marks any values that contain leading or trailing spaces or are already
enclosed in quotation marks.
To export scheduled events, configure the values directly in the .ini file.
To export a system time with the greatest accuracy, if the receiving ATS units can access a
Network Time Protocol server, configure enabled for NTPEnable:
NTPEnable=enabled
Alternatively, reduce transmission time by exporting the [SystemDate/Time] section as a
separate .ini file.
To add comments, start each comment line with a semicolon (;).
2. Copy the customized file to another file name in the same folder:
The file name can have up to 64 characters and must have the .ini suffix.
Retain the original customized file for future use. The file that you retain is the only record
of your comments.