Install Load - HP 6125XLG Command Reference Manual

Blade
Table of Contents

Advertisement

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 on the network 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 current member device's storage medium, with the
extension .bin. The file name must indicate the storage medium and cannot contain slot information, for
example, flash:/startup-system.bin.
Usage guidelines
When you execute this command, the system modifies the main startup software image set to include
only the boot image and system image so the device can reboot correctly.
After the Comware system is started, you can load feature images and patch images as described in the
chapters about software upgrade in Fundamentals Configuration Guide.
Examples
# Load a system image and start the Comware system.
<boot>install load flash:/system.bin
Check package flash:/system.bin ...
Extracting package ...
Loading...
Board checking........................LSW252QF
178

Advertisement

Table of Contents
loading

Table of Contents