HP StorageWorks XPath OS 7.4.X Command Reference Guide (AA-RVHCC-TE, September 2005)
46 XPath OS CLI commands
Backs up the MP Router configuration to a host file.
Synopsis
configupload [-h hostName] [-f destinationFileName] [-u userName]
[-p password] [-t fileTransferProtocol] [-l]
Availability
admin
Description
Use this command to upload the configuration file to a specified FTP or TFTP server. The default FTP
account is used if either the user name or password are not specified. The default file transfer protocol
is FTP.
The configUpload command might fail for the following reasons:
• The host is not known to the MP Router.
• The host cannot be reached by the MP Router.
• The user does not have permission on the host.
• The FTP server is not running on the host.
Operands
The following operands are optional:
Examples
To upload the configuration file to /misc/config.txt (if /misc is available) to 10.7.32.168:
To upload the configuration file to misc/config.txt (in this example, misc is in the guest home
directory) to 10.7.32.168:
See also
configDownload
configUpload
-h hostname Specifies the host name of an FTP server.
-f destinationFileName Specifies the destination file name.
-u userName Specifies the user name for the FTP server.
-p password Specifies the password for the user account.
-t fileTransferProtocol Specifies the file transfer protocol.
-l Displays the current upload configuration.
appdir:admin> configupload -h 10.7.32.168 -f /misc/config.txt -t ftp
appdir:admin> configupload -h 10.7.32.168 -f misc/config.txt -u guest -p guest