HP Virtual Connect Manager Command Line Interface for c-Class BladeSystem Version 4.01 User Guide

Command line 24
Item Description
Restores a configuration backup file from a remote TFTP server
->restore configbackup
address=ftp://user:password@192.168.10.12/<filename>
Restores a configuration backup file from a remote FTP server
->restore configbackup
address=ftp://user:password@192.168.10.12/<filename>
ignoreenclosureid=true
Restores a configuration backup file from a remote FTP server and ignores the
serial number
1
->restore configbackup
address=ftp://user:password@192.168.10.12/<filename>
ignorefwversion=true
Restores a configuration backup file from a remote FTP server and ignores the
firmware version
->restore configbackup
address=ftp://user:password@192.168.10.12/<filename>
encryptionkey=secret
Restores a configuration backup file from a remote FTP server with an encryption
key
->restore configbackup -maskEncryptKey
address=ftp://user:password@192.168.10.12/<filename>
Restores a configuration backup file from a remote FTP server with a masked
encryption key
->restore configbackup -quiet
address=ftp://192.168.10.12/<filename>
Restores a configuration backup file without user confirmation prompts
Item Description
save configbackup
Generate and transfer a Virtual Connect configuration backup file to a remote
TFTP or FTP server.
Syntax
save configbackup [-maskEncryptKey]
address=<tftp://ipaddress/[filename] |
ftp://user:password@ipaddress/[filename]>
[encryptionkey=<secret password>]
Option
maskEncryptKey
(optional)
Enables you to interactively specify the encryption key as a masked string at the
command prompt
Properties
Address (required)
A valid IP address of a TFTP or FTP server with user name and password (where
needed) and the name of the configuration backup file. If not specified, the
default file name is "vc-config-backup". The file path specified is treated as
relative to the login directory for the user on the FTP server. Be sure that the
permissions are appropriate for a successful transfer.
EncryptionKey
(optional)
A password used to encrypt the configuration backup file
Examples
->save configbackup
address=tftp://192.168.10.12/<filename>
Saves a configuration backup file to a remote TFTP server
->save configbackup
address=ftp://user:password@192.168.10.12/<filename>
Saves a configuration backup file to a remote FTP server