HP StorageWorks Enterprise File Services WAN Accelerator 3.0.4 Command-Line Interface reference manual (AG421-96004, March 2007)

88 4 - CONFIGURATION-MODE COMMANDS
The following configuration settings are merged when you run the configuration
merge command: in-path, out-of-path, protocols, statistics, CLI, email, NTP and time,
Web, SNMP, and alarm.
Syntax configuration merge <new-config-name>
Parameters
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
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://domain.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 <sourcename> <destname>
Parameters
Example
minna (config) # configuration move westcoast eastcoast
minna (config) #
configuration new
Description Creates a new, blank configuration file.
Syntax configuration new <new-filename>
<new-config-name> Specifies the new configuration name.
<sourcename> Specifies the name of the source configuration file.
<destname> Specifies the name of the new configuration file.