Configuration move, Configuration new, Configuration revert saved – HP StorageWorks Enterprise File Services WAN Accelerator User Manual
Page 202

202
A - HP EFS WAN A
CCELERATOR
M
ANAGER
C
OMMAND
-L
INE
I
NTERFACE
Usage
To merge a configuration file, run the following set of commands:
configuration write to <new-config-name>
;; this saves the current config to the new name and activates
;; the new configuration
configuration fetch <url-to-remote-config> <temp-config-name>
;; this fetches the configuration from the remote appliance
configuration merge <temp-config-name>
;; this merges the fetched config into the active configuration
;; which is the newly named/created one in step 1 above
configuration delete <temp-config-name>
;; this deletes the fetched configuration as it is no longer
;; needed since you merged it into the active configuration
Example
minna (config) # configuration write to newconfig
minna (config) # configuration fetch http://example.com/remoteconfig
tempconfig
minna (config) # configuration merge tempconfig
minna (config) # configuration delete tempconfig
minna (config) #
configuration move
Description
Moves and renames a configuration file.
Syntax
configuration move
Parameters
Example
minna (config) # configuration move westcoast eastcoast
minna (config) #
configuration new
Description
Creates a new, blank configuration file, preserving licenses.
Syntax
configuration new
Parameters
Example
minna (config) # configuration new westcoast
minna (config) #
configuration revert saved
Description
Reverts active configuration to the last saved configuration.
Specifies the name of the source configuration file.
Specifies the name of the new configuration file.
Specifies the name of the new configuration file.