User`s guide

InRow RD 100-Series and InRow RD 200-Series User’s Guide61
3. Type open and the InRow RD’s IP address, and press ENTER. If the port setting for the FTP
Server has changed from its default of 21, you must use the non-default value in the FTP
command.
For Windows FTP clients, separate a non-default port number from the IP address by a space.
For example:
ftp> open 150.250.6.10 21000
Some FTP clients require a colon instead before the port number.
4. Log on as Administrator; apc is the default user name and password.
5. Upgrade the AOS. In the example, xxx is the firmware version number:
ftp> bin
ftp> put apc_hw03_aos_xxx.bin
6. When FTP confirms the transfer, type quit to close the session.
7. After 20 seconds, repeat step 2 through step 6. In step 5, use the application module file name.
SCP. To use Secure CoPy (SCP) to upgrade firmware for a InRow RD:
1. Identify and locate the firmware modules described in the preceding instructions for FTP.
2. Use an SCP command line to transfer the AOS firmware module to the InRow RD. The
following example uses xxx to represent the version number of the AOS module:
scp apc_hw03_aos_xxx.bin apc@158.205.6.185:apc_hw03_aos_xxx.bin
3. Use a similar SCP command line, with the name of the application module, to transfer the second
firmware module to the InRow RD.
How to upgrade multiple InRow RDs
Export configuration settings. You can create batch files and use an APC utility to retrieve
configuration settings from multiple InRow RDs and export them to other InRow RDs.
See Release Notes: ini File Utility, version 1.0, available on the Utility CD.
Use FTP or SCP to upgrade multiple InRow RDs. To upgrade multiple InRow RDs using an FTP
client or using SCP, write a script which automatically performs the procedure.