HP Fabric Clustering System HP-UX Administrator's Guide, March 2008

Syntax: configure
Command Modes: User-execute mode.
Privilege Level: Unrestricted and general read-write user.
Usage Guidelines: The configure command is used to enter the global-configuration mode. In
this mode, you may configure gateway and switch cluster connections, subnet management, IP
addressing, and the system (some gateway functions are not supported by HP InfiniBand).
Examples:
HP-IB# configure
HP-IB(config)#
Defaults: This command has no defaults.
Related Commands: “interface ib” (page 186)
copy
Synopsis:
The copy command is used to copy image, configuration, and log data onto and off of the system
chassis. It also copies files locally, including the current configuration. The copy command is
also used to execute the contents of a configuration file.
Syntax:
Table B-60 copy Command Syntax Descriptions
descriptionexample
Download a file from a remote host.
copy ftp://usr:passwd@host/loc fs:file
Download a file from a remote system using tftp.
copy tftp://remote system / file path
Upload a file to a remote host.
copy fs:file ftp://usr:passwd@host/loc
Copy the current configuration to the default file used to configure the
system upon boot-up.
copy running-config
startup-config
Execute a configuration file without having to reboot the system.
copy config:file
running-config
The arguments to the copy command are described below.
Table B-61 copy Command Argument Descriptions
DescriptionArgument
Network user name for executing the FTP command on the specified host. The user name is
always followed by a colon (:).
usr
Network password for executing the FTP command on the specified host. The password is
always followed by the “at” character (@). A password is sent as-is, without encryption, to
the target host, however, the system and connected hosts should be protected behind a
firewall.
passwd
IP address or DNS name of the remote host system. The host is always followed by a colon
(:).
host
Command Modes: Privileged-execute mode.
Privilege Level: Unrestricted read-write user.
Usage Guidelines: You may download image and configuration files from an FTP server to
the system chassis. You may also upload log and configuration files from the system chassis to
an FTP server.
Download image files to upgrade system firmware and download configuration files to quickly
replicate a desired configuration. Upload configuration and log files to maintain backups and
troubleshoot the system.
Administrative Commands 193