Release Notes - H3C S7500E-CMW520-R6616P05
H3C S7500E-CMW520-R6616P05 Release Notes
Hangzhou H3C Technologies Co., Ltd.
24
Deleting a file permanently will take a long time. Please wait...
%Delete file flash:/switch001.app...Done.
On the standby main board
<Sysname> delete /unreserved slot1#flash:/switch001.app
The content cannot be restored!!!
Delete slot1#flash:/switch001.app?[Y/N]:y
Deleting a file permanently will take a long time. Ple ase wait...
%Delete file slot1#flash:/switch001.app...Done.
NOTE:
The delete /unreserved file-url command deletes a file permanently and the action cannot be
undone.
The delete file-url command moves a file to the recycle bin and the file still occupies storage space.
To permanently delete the file from the recycle bin, execute the reset recycle-bin command in the
directory where the file is originally located.
Download the .app file to the switch
Download the .app file to the storage medium (such as flash memory or a CF card) of the active main
board and that of the backup main board. Skip this section if the file is already located there.
You can download the .app file through FTP or TFTP. The following illustrates how to download through
FTP, where the switch serves as the FTP client and a PC serves as the FTP server.
1. Run the FTP server program on the PC (assume its IP address is 10.10.110.1) and configure the
username, password, and file storage directory.
2. Download the .app file (newest.app for example) to the active main board of the switch.
# Log in to the PC through FTP.
<Sysname> ftp 10.10.110.1
Trying ...
Press CTRL+K to abort
Connected to 10.10.110.1
220 3Com 3CDaemon FTP Server Version 2.0
User(10.10.110.1:(none)):username ---Type the username.
331 User name ok, need password
Password: ---Enter the passw ord.
230 User logged in
# Set the file transfer mode to binary.
[ftp] binary
200 Type set to I.
# Download the .app file from the PC to the root directory of the storage medium on the active main
board.
[ftp] get newest.app
227 Entering Passive Mode (10,10,110,1,17,97).
125 BINARY mode data connection already open, transfer starting for / newest.app
226 Transfer complete.
FTP: 28945856 byte(s) received in 35.974 second(s), 896.00K byte(s)/sec.
[ftp] bye