HP StorageWorks Enterprise File Services WAN Accelerator 2.1 Command Line Interface Reference Guide (November 2005)

70 4 - CONFIGURATION-MODE COMMANDS
11. Set the primary interface duplex: auto
12. Would you like to activate the in-path configuration: yes
13. In-Path IP address: 0.0.0.0
14. In-Path Netmask: 255.255.0.0
15. In-Path Default gateway: 0.0.0.1
16. Set the in-path:LAN interface speed: auto
17. Set the in-path:LAN interface duplex: auto
18. Set the in-path:WAN interface speed: auto
19. Set the in-path:WAN interface duplex: auto
To change an answer, enter the step number to return to.
Otherwise hit <enter> to save changes and exit.
Choice:
configuration merge
Description Merges common configuration settings from one HP EFS WAN Accelerator to
another. Use the configuration merge command to deploy a network of HP EFS WAN
Accelerators. Set up a template HP EFS WAN Accelerator and merge the template
with each HP EFS WAN Accelerator in the network.
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) #
<new-config-name> Specifies the new configuration name.