HP Switch Services Modules - HP SECBLADEII-CMW520-F3171P05 Release Notes

HP SECBLADEII-CMW520-F3171P05
Release Notes
Hewlett-Packard Development Company, L.P.
49
331 Password required for guest
Password:
230 User logged in.
Step4 Upgrade applications.
Using FTP, you can upload application files from the client to overwrite the existing
application files on the server (SecBlade card) to implement application upgrade. The
upgraded application files take effect at the next boot.
# Upload the main_bac.bin file from the PC to the SecBlade card and save it as main.bin.
ftp> binary
200 Type set to I.
ftp> lcd d:\update
Local directory now D:\update.
ftp> put main_bac.bin main.bin
200 Port command okay.
150 Opening BINARY mode data connection for main.bin.
226 Transfer complete.
FTP: 11673608 byte(s) sent in 7.648 second(s), 1526.00Kbyte(s)/sec
NOTE:
When you upgrade an application file, if the file name already exists on the FTP server,
the existing file will directly be overwritten.
You can upgrade configuration files in the way you upgrade application files.
You can
use a text editor to modify a configuration file. You can download the modified
configuration file to the SecBlade card and the modified configuration file takes effect
at the next boot.
Step5 Back up application files.
Using FTP, you can download application files from the FTP server (SecBlade card) to the
FTP client (the PC) for the backup purpose.
# Download the main.bin file from the SecBlade card to the PC and save it as
main_bac.bin.
ftp> get main.bin main_bac.bin
200 Port command okay.
150 Opening BINARY mode data connection for main.bin.
226 Transfer complete.
FTP: 11673608 byte(s) received in 12.735 second(s), 916.00K byte(s)/sec
ftp> quit
NOTE:
When you download an application file, if the file name already exists on the PC, you
will be prompted whether to overwrite the existing file. You need to enter Y or N to
make a confirmation.
You can back up configuration files in the way you back up application files.