Configuration procedure – H3C Technologies H3C S7500E Series Switches User Manual
Page 106
6-10
Figure 6-3 Network diagram for FTPing a startup file from an FTP server
Configuration procedure
If the available memory space of the device is insufficient, use the fixdisk command to clear the
memory or use the delete /unreserved file-url command to delete the files not in use and then perform
the following operations.
# Log in to the server through FTP.
Trying 10.1.1.1 ...
Connected to 10.1.1.1.
220 WFTPD 2.0 service (by Texas Imperial Software) ready for new user
User(10.1.1.1:(none)):abc
331 Give me your password, please
Password:
230 Logged in successfully
# Set the file transfer mode to binary to transmit startup file.
[ftp] binary
200 Type set to I.
# Download the startup file newest.app from PC to the device.
z
Download the startup file newest.app from PC to the root directory of the storage medium on the
AMB of the IRF (that is, the AMB on the master).
[ftp] get newest.app
z
Download the startup file newest.app from PC to the root directory of the storage media of the
SMBs of the IRF (that is, any main board except the AMB of the IRF) (the member ID and slot
number of the member device where one SMB resides are both 1; the member ID and slot
number of the member device where another SMB resides are 2 and 0 respectively; the member
ID and slot number of the member device where the third SMB resides are 2 and 1 respectively).
[ftp] get newest.app chassis1#slot1#flash:/newest.app
[ftp] get newest.app chassis2#slot0#flash:/newest.app
[ftp] get newest.app chassis2#slot1#flash:/newest.app
# Upload the configuration file config.cfg of the device to the server for backup.