Ftp; Install Load - HP MSR Series Command Reference Manual

Hide thumbs Also See for MSR Series:
Table of Contents

Advertisement

<boot> format flash:
All data on flash: will be lost, continue?[Y/N]:y
Formatting flash:... Done.

ftp

Use ftp to access a remote FTP server.
Syntax
ftp { server-ipv4-address | ipv6 server-ipv6-address } user username password password { get remote-file
local-file | put local-file remote-file }
Views
User view
Parameters
server-ipv4-address: Specifies the IPv4 address of the FTP server.
server-ipv6-address: Specifies the IPv6 address of the FTP server.
user username: Specifies the login username, a case-sensitive string of 1 to 15 characters.
password password: Specifies the login password, a case-sensitive string of 1 to 15 characters.
get remote-file local-file: Downloads a file from the FTP server. The remote-file argument indicates the file
to be downloaded. The local-file argument indicates the name for the downloaded file.
put local-file remote-file: Uploads a file to the FTP server. The local-file argument indicates the file to be
uploaded. The remote-file argument indicates the name for the uploaded file.
Usage guidelines
If the traffic is heavy and the file transfer speed is low, you can press Ctrl+C to abort the transfer and try
again later.
Examples
# Log in to FTP server 192.168.1.100 by using the username test and password 123. Download the 1 1 1.txt
file and save it to a local file named 222.txt.
<boot> ftp 192.168.1.100 user test password 123 get 111.txt flash:/222.txt

install load

Use install load to load a system image and start the Comware system.
Syntax
install load system-package
Views
User view
Parameters
system-package: Specifies the name of the system image, a case-insensitive string of 1 to 63 characters.
This file must be saved in the root directory of the storage medium on the device, using the extension .bin.
The file name must indicate the storage medium, for example, flash:/startup-system.bin. (On an
MSR1000, MSR2000 or MSR3000.)
191

Advertisement

Table of Contents
loading

Table of Contents