HP StorageWorks Enterprise File Services WAN Accelerator 2.1.7 Command-Line Interface Reference Manual (392361-004, June 2006)

HP STORAGEWORKS EFS WAN ACCELERATOR COMMAND-LINE INTERFACE REFERENCE MANUAL 79
4 - CONFIGURATION-MODE
C
OMMANDS
The following configuration settings are not merged when you run the configuration
merge command: failover settings, Simple Network Management Protocol (SNMP)
SysContact and SysLocation, log settings, and all network settings (for example, host
name, auxiliary interface, DNS settings, defined hosts, static routing, and in-path
routing).
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) #
<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.