Show configuration files – HP VMA-series Memory Arrays User Manual
Page 60
60
AM456-9007B Rev 02
HP VMA SAN Gateway Installation and User Guide
•
hostname is the name of the remote server
•
path is the location in which to store the file on the remote server
4.
Check the remote server to make sure that the file was uploaded successfully.
5.
Repeat steps 1-4 for the Standby node, using its configuration file.
To download the configuration file from the remote server:
Use the
fetch command if you need to recover a configuration file from the
remote server. For example:
* gateway [cluster: master] (config) # configuration
fetch scp://username:password@hostname/path/filename
Show Configuration Files
To view a list of all of the configuration files associated with this VMA-series
SAN Gateway, use the
show configuration files
command in the CLI.
The command identifies the active file, the back up of the current active file (called
), and backups of previously active configuration files.
In the following example, the
show configuration files
command returns
five configuration files:
After switching from the original configuration file (named
initial
) to a file
named
cf1
, and saving that file to another file named
cf2
using the
no-switch
option, the CLI displays each of these five configuration files.
In the VMA Web Interface, you may view a list of configuration files in the Cluster
Administration page. For more information, see
gateway02 [cluster1: master] (config) # show configuration files
initial
initial.bak
cf1 (active)
cf1.bak
cf2
gateway02 [cluster1: master] (config) #
█