63InRow RC/RD/RP (600 mm) User’s Guide
Detailed procedures
Use the following procedures to retrieve the settings of one cooling unit and export them to one or more
cooling units.
Retrieving. To set up and retrieve an .ini file to export:
1. Configure the cooling unit with the settings you want to export.
2. Use FTP to retrieve the file config.ini from the cooling unit you configured:
a. Open a connection to the cooling unit, using its IP Address. For example:
ftp> open 158.165.2.132
b. Lo g on, using the Administrator user name and password configured for the cooling unit.
c. Retrieve the config.ini file containing the cooling unit’s current settings:
ftp> get config.ini
The file is written to the folder from which you launched FTP.
Customizing. You must customize the file to change at least the TCP/IP settings before you export it.
1. Use a text editor to customize the file.
– 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.
– To define values, opening and closing quotation marks are optional, except to enclose values
that contain leading or trailing spaces or values which are already enclosed in quotation marks.
(Leading or trailing spaces not within the opening and closing quotation marks are ignored.)
– To export a specific system date and time or any scheduled events, you must configure the
values directly in the .ini file.
• To export a specific system time, export only the configured [SystemDate/Time]
section as a separate .ini file. (The time necessary to export a large file would cause the
configured time to be significantly inaccurate.)
• For greater accuracy, if the cooling units receiving the file can access a Network Time
Protocol (NTP) Server, set the value for the NTPEnable keyword as follows:
NTPEnable=enabled
– Add comments about changes that you made. The first printable character of a comment line
must be a semicolon (;).
2. Copy the customized file to another file name in the same folder:
– The copy, which you will export to other cooling units, can have any file name up to 64
characters and must have the .ini file suffix.
– Retain the original customized file for future use. The file that you retain is the only record
of your comments. They are removed automatically from the file that you export.
Note: To avoid errors, configure the cooling unit by using its user interface whenever
possible. Directly editing the .ini file risks introducing errors.
To create batch files and use an APC utility to retrieve configuration settings
from multiple cooling units and export them to other cooling units, see Release
Notes: ini File Utility, version 1.0 on the Utility CD.