Chapter 11 Management
IES4005M User’s Guide
96
The names ras-0 and ras-1 are internal and not visible through FTP. You see “ras” when you type
"ls" at the FTP prompt. The IES updates the backup (non-active) image when you use FTP to upload
firmware to the IES. For example if the active (loaded) image is ras-0 and you use the FTP put
command, the IES updates ras-1. At the next start up the IES loads ras-1 as the boot image and
keeps ras-0 as a backup. This ensures that the IES always has a bootable image (the backup one).
• Run the boot image <1|2> command to restart the IES with the specified firmware image (1:
ras- 0, 2: ras-1).
• Use FTP commands to upload firmware to the non-active image.
11.7.1.1 Example FTP Commands
Make sure you have downloaded (and unzipped) the correct model firmware and version to your
computer before uploading to the device.
Be sure to upload the correct model firmware as uploading the wrong
model firmware may damage your device.
ftp> put firmware.bin ras
This is a sample FTP session showing the transfer of the computer file firmware.bin to the IES.
ftp> get config config.cfg
This is a sample FTP session saving the current configuration to a file called “config.cfg” on your
computer.
If your (T)FTP client does not allow you to have a destination filename different than the source,
you will need to rename them as the IES only recognizes “config” and “ras”. Be sure you keep
unaltered copies of all files for later use.
11.7.2 FTP Command Line Procedure
1 Launch the FTP client on your computer.
2 Enter open, followed by a space and the IP address of your IES.
3 Press [ENTER] when prompted for a username.
4 Enter your password as requested (the default is “1234”).
5 Enter bin to set transfer mode to binary.
6 Use put to transfer files from the computer to the IES, for example, put firmware.bin ras
transfers the firmware on your computer (firmware.bin) to the IES and uses it to replace the non-
active image. Similarly, put config.cfg config transfers the configuration file on your computer
(config.cfg) to the IES and renames it to “config”. Likewise get config config.cfg transfers the
configuration file on the IES to your computer and renames it to “config.cfg”. See Table 67 on page
95 for more information on filename conventions.
7 Enter quit to exit the ftp prompt.