HP StorageWorks Enterprise File Services WAN Accelerator 2.
Legal and notice information © Copyright 2005 Hewlett-Packard Development Company, L.P. © Copyright 2003–2005 Riverbed Technology, Inc. Hewlett-Packard Company makes no warranty of any kind with regard to this material, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. Hewlett-Packard shall not be liable for errors contained herein or for incidental or consequential damages in connection with the furnishing, performance, or use of this material.
Introduction CONTENTS Contents ......................................................................................................... 11 About This Guide................................................................................ 11 Types of Users .............................................................................. 11 Organization of This Guide .......................................................... 11 Document Conventions ..............................................................
exit....................................................................................................... 22 ping ..................................................................................................... 22 tcpdump............................................................................................... 23 tproxytrace .......................................................................................... 23 traceroute.....................................................................
show in-path rules ............................................................................... 38 show interfaces.................................................................................... 38 show ip ................................................................................................ 39 show ip security .................................................................................. 40 show job ......................................................................................
show stats ............................................................................................ 51 show tacacs ......................................................................................... 52 show tcp highspeed ............................................................................. 53 show terminal...................................................................................... 53 show usernames ..................................................................................
datastore notification enable ............................................................... 73 datastore notification wrap-around ..................................................... 73 datastore receive port .......................................................................... 73 datastore send addr.............................................................................. 73 datastore sync peer-ip .........................................................................
in-path interface vlan tag .................................................................... 84 in-path kickoff..................................................................................... 84 in-path neighbor enable....................................................................... 84 in-path neighbor ip address................................................................. 85 in-path neighbor keepalive count........................................................
job execute ........................................................................................ 102 job fail-continue ................................................................................ 103 job name............................................................................................ 103 license delete..................................................................................... 103 limit bandwidth max .........................................................................
protocol cifs prepop enable............................................................... 118 protocol cifs secure-sig-opt enable ................................................... 118 protocol connection lan receive buf-size .......................................... 118 protocol connection lan send buf-size............................................... 119 protocol connection wan receive def-buf-size .................................. 119 protocol connection wan send def-buf-size ......................
service port........................................................................................ 135 snmp-server community.................................................................... 135 snmp-server contact .......................................................................... 136 snmp-server enable ........................................................................... 136 snmp-server listen enable..................................................................
web httpd listen enable...................................................................... 151 web httpd listen interface .................................................................. 152 web https enable................................................................................ 152 web https port.................................................................................... 152 web prefs log lines ............................................................................
In This Introduction INTRODUCTION Introduction Welcome to the HP StorageWorks Enterprise File Services WAN Accelerator Command-Line Interface Reference Manual. Read this introduction for an overview of the information provided in this guide and for an understanding of the documentation conventions used throughout.
Chapter 3, “Enable-Mode Commands,” provides a reference for enable-mode commands. Chapter 4, “Configuration-Mode Commands,” provides a reference for configuration-mode commands. Appendix A, “HP EFS WAN Accelerator MIB,” provides an example of the HP EFS WAN Accelerator Enterprise Simple Network Management Protocol (SNMP) Message Information Block (MIB).
Hardware and Software Dependencies The following table summarizes the hardware, software, and operating system requirements for the HP EFS WAN Accelerator CLI. HP EFS WAN Accelerator Command-Line Interface Hardware Requirements Software Requirements Operating System Requirements • An ASCII terminal or emulator that can connect to the serial console (9600 baud, 8 bits, no parity, 1 stop bit, and no flow control). • Secure Shell (ssh).
The HP EFS WAN Accelerator has been tested with the following antivirus software with a noticeable to moderate impact on performance: F-Secure Anti-Virus 5.43 on the client F-Secure Anti-Virus 5.5 on the server Network Associates (McAfee) NetShield 4.5 on the server Network Associates VirusScan 4.5 for multiplatforms on the client Symantec (Norton) AntiVirus Corporate Edition 8.
The HP EFS WAN Accelerator documentation set is periodically updated with new information. To access the most current version of the HP EFS WAN Accelerator documentation and other technical information, consult the HP support site located at http://www.hp.com.
Contacting HP This section describes how to contact HP. Technical Support Telephone numbers for worldwide technical support are listed on the following HP web site: http://www.hp.com/support. From this web site, select the country of origin. For example, the North American technical support number is 800-633-3600. NOTE: For continuous quality improvement, calls may be recorded or monitored.
In This Chapter 1 - USING THE COMMAND-LINE INTERFACE CHAPTER 1 Using the Command-Line Interface This chapter describes how to access and use the HP EFS WAN Accelerator commandline interface (CLI).
ssh admin@host.domain or ssh admin@ipaddress 3. You are prompted for the administrator password. This is the password you set during the initial configuration process. (The default password is password.) You can also log in as a monitor user (monitor. Monitor users cannot make configuration changes to the system. Monitor users can view reports and system logs. Overview of the CLI The CLI is divided into the following modes: User. When you start a CLI session, you begin in the default, user-mode.
Entering Commands tilden (config)# configure t You can press TAB to complete a CLI command automatically. Accessing Online Help At the system prompt, type the full or partial command string followed by a question mark (?). The CLI displays the command keywords or parameters for the command and a short description. To access online help • At the system prompt enter the following command: tilden (config) # show ? The CLI does not display the question mark.
Saving Configuration Changes The show configuration running command displays the current configuration of the system. When you make a configuration change to the system, the change becomes part of the running configuration. The change does not automatically become part of the configuration file in memory until you write the file to memory. If you do not save your changes to memory, they are lost when the system restarts.
In This Chapter To enter user-mode 2 - USER-MODE COMMANDS CHAPTER 2 User-Mode Commands This chapter is a reference for user-mode commands. User-mode commands allow you to enter enable-mode and perform standard network monitoring tasks. • Connect to the CLI. For detailed information, see “Connecting to the CLI” on page 17.
exit Description Exits the CLI when in non-enable-mode; exits enable-mode when in enable-mode; exits configuration-mode when in configuration-mode. Syntax exit Parameters None Example minna (config) # exit minna # ping Description Executes the HP EFS WAN Accelerator ping utility to send ICMP ECHO_REQUEST packets to network hosts for troubleshooting. The HP EFS WAN Accelerator ping command without any options pings from the primary or the auxiliary (aux) interface and not the in-path interfaces.
tcpdump Description TIP: You can write tcpdump output to a file using the -w option so that you can analyze it. Syntax tcpdump [] Parameters Example The tcpdump command takes the standard Linux options. For detailed information, see the Linux manual (man) page. minna # tcpdump tcpdump: listening on primary 18:59:13.682568 minna.domain.com.ssh > dhcp-22.domain.com.3277: P 3290808290:3290808342(52) ack 3412262693 win 5840 (DF) [dscp 0x10] 18:59:13.692513 minna.domain.com.
traceroute Description Executes the traceroute utility. The traceroute command takes the standard Linux options. For detailed information, see the Linux manual (man) page. Syntax traceroute [] Parameters Example 24 The traceroute command takes the standard Linux options. For detailed information, see the Linux manual (man) page. minna # traceroute minna traceroute to minna.domain.com (10.0.0.3), 30 hops max, 38 byte packets 1 minna (10.0.0.3) 0.035 ms 0.021 ms 0.
In This Chapter To enter enable-mode 3 - ENABLE-MODE COMMANDS CHAPTER 3 Enable-Mode Commands This chapter is a reference for enable-mode commands. Enable-mode commands are commands that display process information. 1. Connect to the CLI. For detailed information, see “Connecting to the CLI” on page 17. 2. To enter enable-mode, at the system prompt enter: host > enable host # To enter enable-mode, enter enable. For information about the enable command, see “enable” on page 21.
26 “show configuration full” on page 32 “show configuration running” on page 32 “show connections” on page 33 “show datastore” on page 34 “show email” on page 34 “show failover” on page 34 “show files debug-dump” on page 35 “show files stats” on page 35 “show files tcpdump” on page 35 “show hosts” on page 36 “show images” on page 36 “show info” on page 36 “show in-path” on page 37 “show in-path neighbor” on page 37 “show in-path peering rules” on p
“show pfs configuration” on page 45 “show pfs state shares” on page 45 “show pfs stats shares” on page 46 “show qos rules” on page 48 “show radius” on page 48 “show raid diagram” on page 49 “show raid error-msg” on page 49 “show running-config” on page 49 “show service” on page 49 “show service authentication” on page 50 “show service connection pooling” on page 50 “show service neural-framing” on page 50 “show snmp” on page 50 “show ssh client” on page 51
debug generate dump Description Generates a file to debug the HP EFS WAN Accelerator. Syntax debug generate dump Parameters None Example minna # debug generate dump minna # disable Description Exits enable-mode. Syntax disable Parameters None Example minna # disable minna > file debug-dump Description Deletes, emails and uploads dump files.
Parameters Specifies the source file to move and the destination file. The following performance statistics are available: CPU statistics, memory ultilization, memory paging, and bandwidth statistics. delete Specifies the statistics file to delete. upload Specifies the statistics file to upload and the destination in Universal Resource Locator (URL), scp://, or ftp:// format. minna # file stats delete cpu.
show aaa Description Displays the authentication methods used for login. Syntax show aaa Parameters None Example minna # show aaa AAA authorization: Default User: admin Map Order: remote-first Authentication method(s): local show arp Description Displays the contents of the Address Resolution Protocol (ARP) cache. The ARP cache contains all of the statically-configured ARP entries as well as any that the system has acquired dynamically.
show cli Displays current CLI settings. Syntax show cli Parameters None Example 3 - ENABLE-MODE COMMANDS Description minna # show cli Current inactivity timeout is 15 minutes show clock Description Displays current date and time. Syntax show clock Parameters None Example minna Time: Date: Zone: # show clock 19:31:43 2003/12/22 GMT-offset GMT show configuration Description Displays the current and saved configuration settings that differ from the default settings.
logging local “info” ## ## Process Manager configuration ## pm process mgmtd launch timeout “4000” pm process sport shutdown order “0” pm process statsd shutdown order “0” ## ## Network management configuration ## ## Miscellaneous other settings (this is a partial example) show configuration files Description Displays current configuration files. Syntax show configuration files [] Parameters Example Specifies a particular configuration file.
Example minna # show configuration running ## ## Network interface configuration ##(displays running configuration; this is a partial example.) Description Displays connections running through the HP EFS WAN Accelerator.
Example meow-mix # show connections 192.168.21.252 1814 10.0.0.130 1153 TCP 2% 2005/09/15 18:04:15 192.168.21.252 1815 10.0.0.9 1171 TCP 8% 2005/09/15 18:04: 192.168.21.252 1821 65.101.207.237 143 TCP 93% 2005/09/15 18:05:22 ----------------------------------------------------------------------Established Optimized (O): 1614 Half-Opened Optimized (H): 686 Half-Closed Optimized (C): 1 Pass Through (P): 12 Total: 2313 show datastore Description Displays current data store settings.
Parameters Example None 3 - ENABLE-MODE COMMANDS minna # show failover Enabled: no Master: yes Local Port: 7820 Buddy IP Address: 0.0.0.0 Buddy Port: 7820 minna # show files debug-dump Description Displays HP EFS WAN Accelerator performance statistics in a Comma Separated Value (CSV) format. Syntax show files debug-dump Parameters Example Specifies the filename. meow-mix # show files debug-dump sysinfo-sysdump-meow-mix-20050725-183016.txt sysdump-meow-mix-20050606-140826.
show hosts Description Displays system hosts. Syntax show hosts Parameters None Example minna # show hosts Hostname: minna Name server: 10.0.0.2 (configured) Domain name: domain.com (configured) Domain name: domain.com (configured) IP 127.0.0.1 maps to hostname localhost minna # show images Description Displays the available software images and which partition the HP EFS WAN Accelerator will boot the next time it is restarted.
Example Healthy working 2d 3h 48m 22s 21h 35m 42s 43 S1200036332 DL380-5010 A rapanui-flamebox 3 - ENABLE-MODE COMMANDS minna # show info Status: Config: Appliance Up Time: Service Up Time: Temperature (C): Serial: Model: Revision: Version: minna # show in-path Description Displays current in-path configuration settings.
Example minna (config) # show in-path peering rules Rule Type Source Network Dest Network Port Peer Addr ----- ------ ------------------ ------------------ ----- ------------1 pass * * * 10.0.1.3 2 pass * * * 10.0.1. def auto * * * * show in-path rules Description Displays current in-path rules and Virtual Local Area Network (VLAN) identification numbers.
3 - ENABLE-MODE COMMANDS RX overruns: 0 RX frame: 0 TX bytes: 656 TX packets: 12 TX discards: 0 TX errors: 0 TX overruns: 0 TX carrier: 0 TX collisions: 0 Interface primary state Up: yes IP address: 10.0.0.3 Netmask: 255.255.0.
Syntax show ip {default gateway [static] |in-path route in-pathgateway route [static]} Parameters Example default gateway [static] Displays the default gateway or static default gateway. in-path route Displays in-path route settings for inpath0_0, inpath1_1. in-path-gateway Displays in-path gateway settings for inpath0_0, inpath1_1. route [static] Displays the IP route or IP static route. minna # show ip route Destination Mask 10.0.0.0 255.255.0.
Example minna # show ip security peers Peer Crypt Auth State 10.11.24.4 des-cbc hmac-md5 mature Duplex Created full Jun 23 11:32:52 3 - ENABLE-MODE COMMANDS show job Description Displays scheduled jobs. Syntax show job Parameters Example Specifies the job identification number. minna # show job 10 job {job_id}: 10 Status: pending Name: myjob Comment: this is a text Absolute range: Commands: show info. show connections. show version.
Active: yes Start date: End date: XXX-XXXXXX-XXXX-XXXX-X-XXXX-XXXX-XXXX Feature: SH10EXCH Valid: yes Active: yes Start date: End date: show limit bandwidth Description Displays current bandwidth threshold settings. Syntax show limit bandwidth Parameters None Example minna # show limit bandwidth Max rate: 4000 kb/s wan0_0 : disabled primary: disabled show log Description Displays system logs.
signal 2 (SIGINT) Dec 22 20:07:12 localhost cli[555]: [cli.INFO]: user admin: Executing command: show log 3 - ENABLE-MODE COMMANDS show logging Description Displays log settings. Syntax show logging Parameters None Example minna # show logging Local logging level: info Default remote logging level: info No remote syslog receivers configured. Number of archived log files to keep: 10 Log rotation frequency: daily minna # show ntp Description Displays Network Time Protocol (NTP) settings.
Parameters Example None minna # show peers IP Name 10.11.22.17 tcfe17 Model Version Licenses 2000 rapanui-flamebox CIFS/MAPI/MS-SQL show port-label Description Displays configured port labels. Syntax show port-label [] [Secure | Interactive] Parameters Specifies the port label name. Secure Specifies default port label for secure ports. The HP EFS WAN Accelerator automatically passes through traffic on interactive ports (for example, Telnet, TCP ECHO, remote logging, and shell).
Parameters Example Displays the PFS settings for the local share specified. 3 - ENABLE-MODE COMMANDS local-name minna # show pfs all-info shares no registered shares show pfs configuration Description Displays PFS configuration settings. Syntax show pfs configuration [filer |shares [local-name ]] Parameters Example filer Displays PFS settings for the HP EFS WAN Accelerator (the proxy-filer).
| Information for PFS share lshare1 | | ----- Status ----| Last Sync Status: true | Share Ready: true | Status: START_SYNC in progress since Fri Sep | Size (MB): 39 | Last Synced: Fri Sep 9 17:04:26 2005 9 17:05:30 2005 show pfs stats shares Description Displays PFS share statistics. Syntax show pfs stats shares [local-name ] Parameters local-name Example Specifies the name of the local share for which to display statistics.
Example 81920 bytes 32768 bytes 262140 bytes 262140 bytes show protocol mapi Description Displays the Messaging Application Programming Interface (MAPI) prepopulation settings.
---------1 5 MS-SQL RPC Action ID --------1 MS-SQL RPC Arg-Offset ---------5 MS-SQL RPC Action ID --------2 MS-SQL RPC Arg-Offset ---------5 MS-SQL RPC Action ID --------3 MS-SQL RPC rg-Offset ---------5 (this is a -------------------------------------------------------sp_tables MSP_PROJECTS Action Num Reps Invalidate Miss Policy Prefetch Preack -------- ---------- ----------- -------- -----1 flush-all 0 true true Arg Action Rule Expr -------------------------------------------------------replace MSP_NUMBE
show raid diagram Displays the physical layout of the Redundant Array of Independent Disks (RAID) disks and the state of each drive: O=Online, F=Fail, R=Rebuild, M=missing, S=spare. Syntax show raid diagram Parameters None Example minna # show raid diagram DL380-3010 layout: [=======][=======] [ 3 ][ 1 ] [=======][=======] -----------------[=======][=======] [ 2 ][ 0 ] [=======][=======] show raid error-msg Description Displays the RAID disk drives that are not functioning.
Syntax show service Parameters None Example minna # show service Optimization Service: Running show service authentication Description Displays current client and server authentication settings. Syntax show service authentication Parameters None Example minna # show service authentication Authentication Service: Not Enabled show service connection pooling Description Displays the HP EFS WAN Accelerator connection pooling settings.
Parameters Example None 3 - ENABLE-MODE COMMANDS minna # show snmp SNMP enabled: yes System location: System contact: Read-only community: public Traps enabled: yes No trap sinks configured. show ssh client Description Displays the client settings. Syntax show ssh client Parameters None Example minna # show ssh client SSH server enabled: yes show ssh server Description Displays the server settings.
Parameters Example alarm Displays alarm statistics. Specify alarm type or : , admission-conn, admission_mem, bypass, cpu_util_indiv, critical_temp, duplex, halt_error, paging, ruc_error, service_error, store_corruption, swversion, warning_temp. bandwidth all | bidirectional | lan-to-wan | wan-tolan | bi-directional [5min | hour | day | week | month] Displays bandwidth statistics. connections {5min | hour | day | week | month} Displays connection statistics.
show tcp highspeed Displays high-speed TCP (HSTCP) settings. The HSTCP feature is only available on the HP EFS WAN Accelerator, DL380-5010. Syntax show tcp highspeed Parameters None Example minna # show tcp highspeed High Speed TCP license found: no High Speed TCP enabled: no show terminal Description Displays terminal settings.
Example #minna # show version Product name: rbtsh/linux Product release: columbia Build ID: #1 Build date: 2004-02-07 19:24:24 Built by: root@releng show wccp Description Displays current Web Cache Communications Protocol (WCCP) settings. Syntax show wccp Parameters None Example minna # show wccp WCCP Support Enabled: no WCCP Multicast TTL: 1 show web Description Displays current web settings.
slogin Enables log in to another shell using Secure Shell (ssh). To view options, enter slogin at the system prompt. Syntax slogin [] Parameters Example Specifies slogin options. To view options, enter slogin at the system prompt. minna # slogin -l usertest stats export Description Exports HP EFS WAN Accelerator performance statistics to a CSV file so that you can easily transfer them to spread sheets and database systems.
Usage You can view performance report statistics using the show files stats command: show files stats You can move, delete, and upload statistics using the following commands: file stats move file stats delete file stats upload Example 56 minna # stats export cpu_util cpureport.
In This Chapter Configuration-Mode Commands This chapter is a reference for configuration-mode commands. Configuration-mode commands set configuration properties for the HP EFS WAN Accelerator. To execute configuration-mode commands, you must first enter enable-mode. To enter configuration-mode 1. Connect to the CLI. For detailed information, see “Connecting to the CLI” on page 17. 2. To enter enable-mode, at the system prompt enter: host> enable 3.
58 “clock timezone” on page 67 “configuration copy” on page 68 “configuration delete” on page 68 “configuration fetch” on page 68 “configuration jump-start” on page 69 “configuration merge” on page 70 “configuration move” on page 71 “configuration new” on page 71 “configuration revert saved” on page 71 “configuration switch-to” on page 71 “configuration upload” on page 72 “configuration write” on page 72 “datastore notification enable” on page 73 “data
“file tcpdump” on page 80 “file tcpdump delete” on page 80 “file tcpdump upload” on page 80 “hardware upgrade model” on page 81 “hostname” on page 81 “image boot” on page 81 “image delete” on page 82 “image fetch” on page 82 “image install” on page 82 “image move” on page 83 “in-path enable” on page 83 “in-path interface enable” on page 83 “in-path interface vlan tag” on page 84 “in-path kickoff” on page 84 “in-path neighbor enable” on page 84 “in-
60 “ip route” on page 97 “ip security authentication policy” on page 97 “ip security enable” on page 98 “ip security encryption policy” on page 98 “ip security peer ip” on page 99 “ip security pfs enable” on page 99 “ip security rekey interval” on page 100 “ip security shared secret” on page 100 “job command” on page 100 “job comment” on page 101 “job date-time” on page 101 “job enable” on page 102 “job execute” on page 102 “job fail-continue” on page
“pfs security-sign” on page 111 “pfs share cancel-event” on page 112 “pfs share configure” on page 112 “pfs share enable” on page 114 “pfs share manual-sync” on page 114 “pfs share modify” on page 114 “pfs share stop” on page 115 “pfs share sync” on page 116 “pfs share verify” on page 116 “pfs start” on page 116 “port-label” on page 117 “protocol cifs disable write optimization” on page 117 “protocol cifs prepop enable” on page 118 “protocol cifs secure-si
62 “radius-server key” on page 131 “radius-server retransmit” on page 131 “radius-server timeout” on page 131 “segstore receive port” on page 132 “segstore send addr” on page 132 “service connection pooling” on page 132 “service default-port” on page 133 “service enable” on page 133 “service error reset” on page 133 “service map-port” on page 134 “service neural-framing stats enable” on page 135 “service port” on page 135 “snmp-server community” on page 13
“username nopassword” on page 146 “username password” on page 146 “username password 0” on page 147 “username password 7” on page 147 “wccp enable” on page 147 “wccp mcast-ttl” on page 148 “wccp service group” on page 148 “web auto-logout” on page 150 “web enable” on page 151 “web http enable” on page 151 “web http port” on page 151 “web httpd listen enable” on page 151 “web httpd listen interface” on page 152 “web https enable” on page 152 “web https
aaa authorization map default-user Description Sets the local user default mapping for RADIUS or TACACS+ server authentication. When a user is authenticated (through RADIUS or TACACS+) and does not have a local account, this command specifies what local account the authenticated user will be logged in as. If the user name is local, this mapping is ignored. This mapping depends on the setting of the aaa authorization map order command. The no command option disables user default mapping.
To set TACACS+ authorization levels (admin and read-only) to allow certain members of a group to log in, add the following attribute to users on the TACACS+ server: where you replace monitor with admin for write access.
Parameters Example None minna (config) # clear arp-cache minna (config) # cli clear-history Description Clears the command history for the current user. Syntax cli clear-history Parameters None Example minna (config) # cli clear-history minna (config) # cli default auto-logout Description Sets keyboard inactivity time-out for automatic log out. The no command option disables the automatic logout feature.
Parameters Sets the number of minutes before the CLI automatically logs out the user. The default value is 15 minutes. The no command option disables the automatic logout feature. paging enable Sets paging. With paging enabled, if there is too much text to fit on the page, the CLI prompts you for the next page of text. The no command option disables paging. terminal length Sets the terminal length. The no command option disables the terminal length.
configuration copy Description Copies a configuration file. Syntax configuration copy Parameters Example Specifies the source configuration filename. Specifies the new configuration filename. minna (config) # configuration copy westcoast eastcoast minna (config) # configuration delete Description Deletes a configuration file. For an example of usage, see “configuration merge” on page 70.
Parameters Usage Specifies the location of the configuration file to download in URL, scp://, or ftp:// format. To copy one configuration file to another HP EFS WAN Accelerator, run the following set of commands: configuration fetch ;; this fetches the configuration from the remote configuration switch-to ;; this activates the newly fetched configuration Example minna (config) # configuration fetch http://domain.
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 to save changes and exit.
configuration move Moves and renames a configuration file. Syntax configuration move 4 - CONFIGURATION-MODE COMMANDS Description Parameters Example Specifies the name of the source configuration file. Specifies the name of the new configuration file. minna (config) # configuration move westcoast eastcoast minna (config) # configuration new Description Creates a new, blank configuration file.
Parameters Example Specifies the name of the new configuration file. initial Specifies the initial configuration. initial.bak Specifies the initial backup configuration. cold Specifies the configuration file before Scalable Data Referencing (SDR) has occurred. working Specifies the current configuration working.bak Specifies the current backup configuration.
datastore notification enable Enables automatic email notification. You are notified when all the data in the data store is replaced with new data in less time than you specify. The no command option disables email notification.
Parameters Example Specifies the IP address of the remote HP EFS WAN Accelerator. minna (config) # datastore send addr 10.0.0.03 minna (config) # datastore sync enable Description Enables automatic data store synchronization. The data store is replicated from the master (primary) HP EFS WAN Accelerator to the backup (passive) HP EFS WAN Accelerator. You must enable failover support to implement data store synchronization. The no command option disables data store synchronization.
Parameters 4 - CONFIGURATION-MODE COMMANDS Example Specifies the port of the peer HP EFS WAN Accelerator. The default value is 7744. minna (config) # datastore sync port 1234 minna (config) # datastore sync reconnect Description Sets the reconnection interval for data store synchronization. The no command option disables the reconnection interval. Syntax datastore sync reconnect Parameters Example Specifies the number of seconds for the reconnection interval.
Example minna (config) # email domain example.com minna (config) # email mailhub Description Specifies the Simple Mail Transfer Protocol (SMTP) server for email notifications. The no command option disables the SMTP server. Syntax email mailhub Parameters Example Specifies the SMTP server for email notifications. minna (config) # email mailhub mail-server.example.
Syntax email notify failures enable Parameters None minna (config) # email notify failures enable minna (config) # email notify failures recipient Description Sets the recipient for email notification of HP EFS WAN Accelerator failures such as core dumps. The no command option disables the email recipient. Syntax email notify failures recipient Parameters recipient Example Specifies the email address of users to receive notification of failures.
failover buddy port Description Sets the buddy, failover port. The buddy HP EFS WAN Accelerator is the failover (backup) HP EFS WAN Accelerator. If the master HP EFS WAN Accelerator fails the failover HP EFS WAN Accelerator takes over. The default value is 7820. The no command option resets the buddy, failover port to the default value. Syntax failover buddy port Parameters Example Specifies the port number.
failover port Sets the local failover port. The failover HP EFS WAN Accelerator is the backup HP EFS WAN Accelerator. The default value is 7820. The no command option resets the local failover port to the default value. Syntax failover port Parameters Example Specifies the port number. minna (config) # failover port 2515 minna (config) # file stats delete Description Deletes statistics file.
Syntax file stats upload Parameters Example Specifies the source filename. Uploads a statistics file to a remote host in URL, scp://, or ftp:// format. minna (config) # file stats upload throughput http://www.test.com/stats minna (config) # file tcpdump Description Deletes or uploads a tcpdump file.
Syntax file tcpdump upload Parameters Specifies the source file. Uploads a statistics file to a remote host in URL, scp://, or ftp:// format. minna (config) # file tcpdump upload dump http://www.test.com/stats minna (config) # hardware upgrade model Description Upgrades hardware settings to reflect new hardware model.
Parameters Example Specifies the partition to boot: 1 or 2. minna (config) # image boot 1 minna (config) # image delete Description Deletes the specified software image. Syntax image delete Parameters Example Specifies the software image to delete. minna (config) # image delete snkv1.0 minna (config) # image fetch Description Downloads a software image from a remote host.
Example minna (config) # image install version1.0 2 minna (config) # Description Moves or renames an inactive system image on the hard disk. Syntax image move 4 - CONFIGURATION-MODE COMMANDS image move Parameters Example Specifies the name of the software image to move or rename. Specifies the new name of the software image. minna (config) # image move www.domain.com/v.1.0 version1.
in-path interface vlan tag Description Enables Virtual Local Area Network (VLAN) support for an in-path HP EFS WAN Accelerator on a trunked link. The in-path interface vlan tag command enables you to set which VLAN to use when the HP EFS WAN Accelerator communicates with another HP EFS WAN Accelerator. It does not define which VLAN to optimize. To define which VLAN to optimize, you must define in-path rules and apply them to all VLANS or a specific VLAN. The no command option disables the VLAN support.
IMPORTANT: When you define a neighbor, you must specify the HP EFS WAN Accelerator in-path IP address, not the primary IP address. Neighbors can be placed on the same physical site or on different sites but the latency between them must be small because the packets travelling between them are not optimized. If there are more than two possible paths, additional HP EFS WAN Accelerators must to be installed on each path and configured as neighbors.
IMPORTANT: When you define a neighbor, you must specify the HP EFS WAN Accelerator in-path IP address, not the primary IP address. Syntax in-path neighbor ip address [port ] Parameters Example Specifies the IP address of the in-path HP EFS WAN Accelerator. port Specifies the port for the in-path HP EFS WAN Accelerator. minna (config) # in-path neighbor ip-address 10.0.0.
Syntax in-path neighbor Parameters Example Specifies the neighbor HP EFS WAN Accelerator port. The default value is 7850. minna (config) # in-path neighbor port 7850 minna (config) # in-path oop enable Description Enable in-path support for Layer-4 switches, Policy Based Routing (PBR), and Web Cache Communication Protocol (WCCP). The no command option disables support for Layer-4 switches, PBR, and WCCP.
To block interceptions on inner connections created by other HP EFS WAN Accelerators in the same cluster, in-path rules are specified to pass-through connections originating from those HP EFS WAN Accelerators. For detailed information about how to configure serial cluster deployments, see the HP StorageWorks Enterprise File Services WAN Accelerator Deployment Guide.
in-path rule auto-discover Adds an in-path, auto-discovery rule. The HP EFS WAN Accelerator automatically intercepts and optimizes traffic on all IP addresses (0.0.0.0) and ports (all). The no command option disables the in-path auto-discover rule. The no command option has the following syntax: no in-path .
optimization Specifies the type of optimization policy for this rule: Normal (the default value; perform Lempel-Ziv (LZ) compression and Scalable Data Referencing (SDR)); SDR-Only (perform only SDR; do not perform LZ compression); and None (do not perform SDR or LZ compression). TIP: To configure optimization policies for the FTP data channel, define an in-path rule with the destination port 20 and set its optimization policy.
in-path rule discard Packets for connections that match the rule are dropped silently. The HP EFS WAN Accelerator filters traffic that matches the rules in discard. Syntax in-path rule discard {scraddr dstaddr dstport } rulenum [vlan ] Parameters Example srcaddr Specifies the source IP address. dstaddr Specifies the destination IP address. dstport Specifies the destination port for this rule.
dstport Specifies the destination port for this rule. The destination port can be a single port (number), a port label, or all specifies all ports. target-addr [target-port ] Specifies the IP address and port number for the target HP EFS WAN Accelerator for out-of-path configurations. For example: 10.0.0.0/24 backup-addr [backup-port ] Specifies the IP address and port number for the backup (failover) HP EFS WAN Accelerator for out-of-path configurations.
rulenum minna (config) # in-path rule fixed-target srcaddr 10.10.10.1 port 2121 dstaddr 10.24.24.24.1 rulenum 2 minna (config) # in-path rule move Description Moves an in-path rule. Syntax in-path rule move to Parameters Example Specifies the rule number or start or end. minna (config) # in-path rule move 25 to 10 minna (config) # in-path rule pass-through Description Adds an in-path, pass-through rule.
Example minna (config) # 2121 minna (config) # in-path rule pass-through dstaddr 10.10.10.1 dstport in-path simplified routing Description Enables simplified routing. Simplified routing collects the IP address for the next hop Media Access Control (MAC) address from each packet it receives to use in addressing traffic. Enabling simplified routing eliminates the need to add static routes when the HP EFS WAN Accelerator is in a different subnet from the client and server.
Parameters Specifies the interface name: aux, lan0_0, wan0_0, primary, in-path0_0. Each interface has the following configuration options: • dhcp. Enables Dynamic Host Configuration Protocol (DHCP) on the interface. • dhcp renew. Renews DHCP for this interface. • duplex . Specifies the duplex speed: auto, full, half. The default value auto. • ip address . Specifies IP address for the interface. • mtu . Configures the Maximum Transmission Unit (MTU).
ip host Description Adds an entry to the static host table. The no command option removes an entry from the static host table. Syntax ip host Parameters Example Specifies the host name. Specifies the IP address. minna (config) # ip host park 10.10.10.1 minna (config) # ip in-path-gateway Description Configures the primary, in-path, default gateway. The no command option disables the default gateway.
Usage minna (config) # ip in-path route 193.140.0.0 255.255.0.0 190.160.0.0 minna (config) # ip name-server Description Adds a DNS name server. The no command option removes a DNS name server. Syntax ip name-server Parameters Example Specifies the name server IP address. minna (config) # ip name-server 10.10.10.1 minna (config) # ip route Description Adds a static route. The no command option disables the static route.
Parameters Specifies the primary policy (method 1): • hmac_md5. Message-Digest algorithm 5 (MD5) is a widely-used cryptographic hash function with a 128-bit hash value. The default value is hmac_md5. • hmac_sha1. Secure Hash Algorithm (SHA1) is a set of related cryptographic hash functions. SHA-1 is considered to be the successor to MD5. Example Specifies the secondary policy (method 2): hmac_md5, hmac_sha1.
Parameters Specifies the primary algorithm: • null_enc. The null encryption algorithm. Example Specifies the alternate algorithm: des and null_enc. minna (config) # ip security encryption policy des minna (config) # ip security peer ip Description Sets the peer HP EFS WAN Accelerator for which you want to make a secure connection.
ip security rekey interval Description Sets the time between quick-mode renegotiation of keys by Internet Key Exchange (IKE). IKE is a method for establishing a security association (SA) that authenticates users, negotiates the encryption method, and exchanges a secret key. IKE uses public key cryptography to provide the secure transmission of a secret key to a recipient so that the encrypted data can be decrypted at the other end. The default value is 240.
The no job command command option deletes the CLI command from the job. The no job command option removes all statistics associated with the specified job. If the job has not executed, the timer event is cancelled. If the job was executed, the results are deleted along with the job statistics. Syntax job command Parameters Example Specifies the job identification number.
Syntax job date-time-pairs : [] | [] Parameters Example Specifies the job identification number. : [] | [] Specifies the date and time for the job to execute. An hour and minute must be specified; optionally, you can specify seconds or the date. minna (config) # job 10 date-time-pairs 04:30:23 minna (config) # job enable Description Enables CLI command execution (that is, a job) for a specified time in the future.
Parameters minna (config) # job 10 execute minna (config) # job fail-continue Description Execute all commands in a job. The no command option disables this command. Syntax job fail-continue Parameters Example Specifies the job identification number. minna (config) # job 10 fail-continue minna (config) # job name Description Specifies a name for the job. The no command option deletes the job name.
license install Description Installs a new software license key. The no command option disables this command. Syntax license install Parameters Example Specifies the license key. minna (config) # license install SH10_B-0000-1-7F14-FC1F minna (config) # limit bandwidth max Description Enables bandwidth thresholds on the specified interface at the specified speed. The no command option disables the bandwidth thresholds.
logging files delete Deletes a specified number of log files. Syntax logging files delete [oldest ] Parameters oldest Example Specifies the number of old log files to delete. The range is 1-10. minna (config) # logging files delete oldest 10 minna (config) # logging files rotation criteria frequency Description Sets the frequency of log rotation. The default value is weekly.
Example minna (config) # logging files rotation force minna (config) # logging files rotation max-num Description Sets the maximum number of log files to keep locally. The default value is 10. Syntax logging files rotation max-num Parameters Example Specifies the number of log files to keep locally. The range is 1-100.
Parameters Specifies the logging severity level. The following levels are supported: 4 - CONFIGURATION-MODE COMMANDS • emerg. Emergency, the system is unusable. • alert. Action must be taken immediately. • crit. Critical conditions. • err. Error conditions. • warning. Warning conditions. • notice. Normal but significant condition. • info. Informational messages. • debug. Debug-level messages.
Example minna (config) # ntp enable minna (config) # ntp peer Description Enables an NTP peer. The no command option disables an NTP peer. Syntax ntp peer [version ] Parameters Example Specifies the NTP peer IP address. version Specifies the NTP version number. You do not need to specify the version number for the no ntp peer command. minna (config) # ntp peer 10.10.10.1 minna (config) # ntp server Description Configures an NTP server.
pfs auto-launch enable Description For detailed information about PFS, see the HP StorageWorks Enterprise File Services WAN Accelerator Deployment Guide. NOTE: To enable PFS you must have an HP EFS WAN Accelerator, Model DL320-1010, DL320-2010, DL380-3010, or DL380-5010. Syntax pfs auto-launch enable Parameters None Example minna (config) # pfs auto-launch enable pfs configure Description Configures the file share on the HP EFS WAN Accelerator.
Parameters Example realm Specifies the Windows 2000 or above domain. The HP EFS WAN Accelerator host name must be in the DNS database for the HP EFS WAN Accelerator to join the domain. Host names with greater than 15 characters prevent the HP EFS WAN Accelerator from joining the domain. Make sure your HP EFS WAN Accelerator host name is less than 15 characters for PFS configurations. login Specifies the domain controller login.
Syntax pfs enable Parameters None Example minna (config) # pfs enable minna (config) # pfs local-password Description Sets the local administrator password for PFS support. Syntax pfs local-password Parameters Example Specifies the local administrator password for PFS. minna (config) # pfs local-password pfstest minna (config) # pfs security-sign Description Specifies the definition of Windows Secure Message Block (SMB) signing on your client machine.
pfs share cancel-event Description Cancels a PFS file share on the HP EFS WAN Accelerator. Syntax pfs share cancel-event {local-name } Parameters local-name Example Specifies the local share name on the HP EFS WAN Accelerator. A local share is the data volume exported from the origin server to the HP EFS WAN Accelerator.
Parameters Specifies the local share name on the HP EFS WAN Accelerator. A local share is the data volume exported from the origin server to the HP EFS WAN Accelerator. remote-path Specifies the path name for the share on the origin server. server-name Specifies the server name of the origin server. This is the server typically located at a data center which hosts the origin file volumes. mode Specifies the mode: • broadcast.
pfs share enable Description Enables a PFS share. The no command option disables the proxy-file share. Syntax pfs share enable local-name Parameters local-name Example Specifies the local name of the share on the HP EFS WAN Accelerator to enable. minna (config) # pfs share enable test minna (config) # pfs share manual-sync Description Manually synchronizes a PFS share on the HP EFS WAN Accelerator.
Parameters Specifies the local name of the share on the HP EFS WAN Accelerator to modify. mode Specifies the mode: • broadcast. Provides the branch-office HP EFS WAN Accelerator with a local read-only copy of data stored on the origin Server. CIFS clients who mount a broadcast mode file share on the HP EFS WAN Accelerator cannot make changes to the files in that file share.
Parameters local-name Example Stops all PFS service or stops service for the specified local share. minna (config) # pfs share stop local-name test minna (config) # pfs share sync Description Enables synchronization of a PFS share. Syntax pfs share sync local-name Parameters local-name Example Specifies the name of the share. minna (config) # pfs share sync local-name test minna (config) # pfs share verify Description Verifies a PFS share.
port-label Sets a port label for a series of ports. The no command option disables the port label. Port labels are not case sensitive and can be any string consisting of letters, numbers, underscore ( _ ), or a hyphen ( - ). Syntax port-label
protocol cifs prepop enable Description Enables CIFS transparent prepopulation. The no command option disables transparent prepopulation. Syntax protocol cifs prepop enable Parameters None Example minna (config) # protocol cifs prepop enable minna (config) # protocol cifs secure-sig-opt enable Disables SecuritySignature negotiations between a Windows client and the server. By default the Secure-CIFS feature is disabled.
Example minna (config) # protocol connection lan receive buf-size 1000000 minna (config) # Description Sets the LAN send buffer size for HSTCP support. You must increase your LAN buffer size to 1 MB. For detailed information about configuring HSTCP, see “tcp highspeed enable” on page 144. Syntax protocol connection lan send buf-size Parameters Example Specifies the WAN default-send buffer size. The default value is 81920.
Syntax protocol connection wan send def-buf-size Parameters Usage Specifies the WAN default-send buffer size. The default value is 262140. To configure your WAN buffer size you must: increase the WAN buffers to 2 Bandwidth Delay Product (BDP) or 10 MB. You can calculate the BDP WAN buffer size.
Syntax protocol mapi port Parameters Example Specifies the incoming MAPI port number. The default value is 7830. minna (config) # protocol mapi port 2125 minna (config) # protocol mapi prepop enable Description Enables MAPI transparent prepopulation support. Transparent prepopulation allows email data to be delivered between an Exchange server and the client-side HP EFS WAN Accelerator while the Outlook client is offline.
The no command option disables SQL blade support. You must restart the HP EFS WAN Accelerator service after enabling this feature. Syntax protocol ms-sql enable Parameters None minna (config) # protocol ms-sql enable minna (config) # protocol ms-sql fetch-next enable Description Enables pre-fetching requests to request the next row in MS Project. The server-side HP EFS WAN Accelerator pre-fetches sequential row results and the client-side HP EFS WAN Accelerator caches them.
IMPORTANT: The commands for MS-SQL support must be implemented by HP professional services—improper use can result in undesirable effects. Syntax protocol ms-sql num-preack Parameters > Specifies the maximum number of pre-acknowledgements. The default value is 5. minna (config) # protocol ms-sql num-preack 5 minna (config) # protocol ms-sql port Description Specifies the server port to listen on for SQL requests. The default port is 1433.
invalidate prefetched cache entries. The no command option disables the query action. IMPORTANT: The commands for MS-SQL support must be implemented by HP professional services—improper use can result in undesirable effects. NOTE: If you are interested in enabling the MS-SQL blade for other database applications, contact HP professional services.
Syntax protocol ms-sql query-arg-action rule-id action-id arg-offset expr Parameters Specifies the rule identification number that uniquely identifies the rule. action-id Specifies the action identification number that uniquely identifies this action within the rule. arg-offset Specifies the SQL query argument to be modified. expr Specifies the SQL query expression.
Parameters Example rule-id Specifies the rule identification number that uniquely identifies the rule. action-id Specifies the action identification number that uniquely identifies this action within the rule. num-reps Specifies how many times the action is to be repeated invalidate Invalidates the specified action: flush-all or flush-rule. miss-policy Specifies the cache miss policy.
protocol ms-sql rpc-arg rule-id arg-offset expr Description IMPORTANT: The commands for MS-SQL support must be implemented by HP professional services—improper use can result in undesirable effects. NOTE: If you are interested in enabling the MS-SQL blade for other database applications, contact HP professional services.
[rpc-query-regex ] | [cursor-type ]]} Parameters rule-id Specifies the rule identification number that uniquely identifies the rule. app-name-regex Specifies the client application name (standard string expression). rpc-id Specifies the RPC identifier. num-params Specifies the expected number of parameters in the SQL query.
Parameters 4 - CONFIGURATION-MODE COMMANDS Example Specifies the name of the application to be supported by the MS-SQL blade. minna (config) # protocol ms-sql support-app msproject minna (config) # qos move-rule Description Moves a QoS rule to the rule number specified. Syntax qos move-rule Parameters Example Specifies the rule number to insert before.
Syntax qos rule src dest [dest-port ] dscp rulenum Parameters Example Specifies the destination IP subnet. You can use wild cards in this field. dest-port Specifies the port on which to monitor. To configure QoS mapping for the FTP data channel, specify port 20.
If no radius-server host {hostname | ip-address} is specified, all radius configurations for the host are deleted. The no radius-server host {hostname | ipaddress} auth-port {port} command can be specified to refine which host is deleted, as the previous command deletes all RADIUS servers with the specified IP address. Example minna (config) # radius-server host 10.0.0.
Parameters Example Sets the timeout for retransmitting a request to any RADIUS server. The range is 1-60. The default value is 3. minna (config) # radius-server timeout 30 minna (config) # segstore receive port Description Receives the data store from another HP EFS WAN Accelerator. The failover HP EFS WAN Accelerator must be the same model. You cannot preload a data store on a nonfailover HP EFS WAN Accelerator.
NOTE: Any change in the connection pooling parameter requires you to restart the HP EFS WAN Accelerator service. service connection pooling Parameters Specifies the IP address of the peer HP EFS WAN Accelerator. The IP address of 0.0.0.0 identifies the group of all HP EFS WAN Accelerator peers. Specifies the connection pooling value for the HP EFS WAN Accelerator peer. The default value is 20. minna (config) # service connection pooling 10.0.0.
Parameters Example None minna (config) # service error reset minna (config) # service map-port Description Sets a target port to service port mappings. Setting multiple service ports on inner connections enables you to identify the type of traffic and apply QoS settings based on a port. The no command option disables the service map. For example, in an in-path deployment, CIFS and MAPI could be mapped to port 9800 and HTTP to port 9802.
service neural-framing stats enable Description Neural framing creates a set of heuristics to intelligently determine the optimal moment to flush TCP buffers. The HP EFS WAN Accelerator continuously evaluates these heuristics and uses the optimal heuristic to maximize the amount of buffered data transmitted in each flush, while minimizing the amount of idle time that the data sits in the buffer. The no command option disables neural-framing statistics.
Parameters Example Specifies the name of the SNMP server community. minna (config) # snmp-server community ReaDonLy minna (config) # snmp-server contact Description Sets the SNMP server contact. The no command option disables the SNMP server contact. Syntax snmp-server contact Parameters Example Specifies the user name of the SNMP server community contact. minna (config) # snmp-server contact john doe minna (config) # snmp-server enable Description Enables an SNMP server.
snmp-server listen enable Description After you have enabled interface restrictions, you must specify which interfaces to accept connections on using the snmp-server listen interface command. If the list of interfaces is empty, all interfaces are accepted. If the list of interfaces has at least one entry, then the server only listens on that subset of interfaces. NOTE: This option is available in the CLI only.
Syntax snmp-server location Parameters Example Specifies the location of the system. minna (config) # snmp-server location 10.10.10.1 minna (config) # ssh client generate identity user Description Generates Secure Shell (ssh) client identity keys for the specifies user. Secure Shell provides secure login for Windows and Unix clients and servers. Syntax ssh client generate identity user Parameters Example Specifies the client user login.
NOTE: This option is available in the CLI only. ssh server listen enable Parameters None Example 4 - CONFIGURATION-MODE COMMANDS Syntax minna (config) # ssh server listen enable minna (config) # ssh server listen interface Description Adds one or more interfaces to the ssh server access restriction list. The no command option removes the interface. After you have enabled interface restrictions, you must specify which interfaces to accept connections on using the ssh server listen interface command.
Syntax stats alarm { } Specifies the following types of alarms: bypass (configures all states for alarms), cpu_util_indiv, duplex_pri (primary), duplex_aux (auxiliary), duplex_lan (LAN), duplex_wan (WAN), halt_error, mismatch_peer (peer mismatch), paging (memory paging), service_error (HP EFS WAN Accelerator service error), store_corruption (data store corruption), sw_version (software version mismatch), warning_temp (CPU temperature).
Parameters Example None minna (config) # stats clear-all minna (config) # Description Exports statistics. Syntax stats export csv after //- before //
- filename Parameters Specifies the format. csv Specifies the type of report to export: • cpu_util. CPU utilization. • memory. Memory utilization. • paging. Paging. • conns. Connection history. • dstore. Data store hits. • bw. Aggregate bandwidth. • bw_.
Parameters Example type Specifies the type of statistic: admission_conn, admission_mem, bypass, cpu_util, duplex_aux, duplex_lan, duplex_pri, duplex_ wan, halt_error, memory, mismatch_peer, paging, raid_error, raid_warning, rbt, rbt_kernel, service_error, store-corruption, sw-version. clear Clears all statistics for type. interval Specifies the sampling interval for this set of samples.
Parameters Specifies the TACACS+ server host name or IP address. auth-port Specifies the authorization port number. The default value is 49. timeout Sets the timeout for retransmitting a request to any TACACS+ server. The range is 1-60. The default value is 3. retransmit Specifies the number of times the client attempts to authenticate with any TACACS+ server. The default value is 1. The range is 0-5. To disable retransmissions set it to 0.
tacacs-server retransmit Description Specifies the number of times the client attempts to authenticate with any TACACS+ server. The default value is 1. The range is 0-5. To disable retransmissions set it to 0. The tacacs-server retransmit command can be overridden in a tacacs-server host command. The no command option resets the value to the default value.
For someone with an Optical Carrier-3 line or faster, turning off SDR makes sense and allows HSTCP reach its full potential. For a 2 Mbps link regardless of the amount of latency, it is better to keep SDR enabled, because the HSTCP mechanism is typically not triggered until you reach beyond 100 Mbps of WAN throughput. Syntax tcp highspeed enable Parameters None Usage To configure HSTCP you must: have a valid license for HSTCP. enable HSTCP.
Parameters Specifies the terminal type. length Specifies the number of lines for the terminal. width Specifies the terminal width in characters. Example minna (config) # terminal type vt100 length 20 width 180 minna (config) # username disable Description Disables the user account so that no one can log in with a password. The no command option re-enables the specified user account. To re-enable the account, you must set a password for it.
Parameters Specifies the user login: admin or monitor. Specifies the password. The password must be at least 6 characters. minna (config) # username admin password xyzzzZ minna (config) # username password 0 Description Sets the password for the specified user. The password must be a minimum of 6 characters.The password is returned in cleartext format on the command line.
so that the HP EFS WAN Accelerators do not have to be physically in-path but can be logically in-path. That is, the HP EFS WAN Accelerators are configured to be physically out-of-path devices while optimizing traffic as if they were in-path devices. to redirect traffic to an HP EFS WAN Accelerator or group of HP EFS WAN Accelerators to provide load balancing and failover support.
If the source or destination flags are set, the router redirects only the TCP traffic that matches the source or destination ports specified. For detailed information about configuring WCCP, see the HP StorageWorks Enterprise File Services WAN Accelerator Deployment Guide.
Example flags Specifies the combination of src-ip-hash, dst-ip-hash, src-porthash, dst-port-hash, ports-dest, ports-source that define the fields the router hash on and if certain ports should be redirected. ports Specifies a comma separated list of up to 7 ports that the router will redirect. Use only if ports-dest or ports-source service flag is set. priority Specifies the WCCP priority for traffic redirection.
web enable Enables the Management Console. The default value is true. The no command option disables the Management Console. Syntax web enable Parameters None Example minna (config) # web enable minna (config) # web http enable Description Enables the HTTP. The default value is true. The no command option disables the Management Console. Syntax web http enable Parameters None Example minna (config) # web http enable minna (config) # web http port Description Sets the web port.
NOTE: This option is available in the CLI only. Syntax web http listen enable Parameters None Example minna (config) # web http listen enable minna (config) # web httpd listen interface Description Adds an interface to the web server access restriction list. The no command option removes the web interface.
Syntax web https port Parameters Example Specifies the port number. 4 - CONFIGURATION-MODE COMMANDS minna (config) # web https port 8080 minna (config) # web prefs log lines Description Sets the number of lines per system log page. The no command option disables the number of log lines. Syntax web prefs log lines Parameters Example Specifies the number of lines per log page.
Parameters Example Specifies the number of minutes. minna (config) # web session renewal 5 minna (config) # web session timeout Description Sets the session timeout value. This is the amount of time the cookie is active. The default value is 60 minutes. The no command option resets the session timeout to the default value. Syntax web session timeout Parameters Example Specifies the number of minutes.
In This Appendix HP EFS WAN Accelerator MIB This appendix describes the HP EFS WAN Accelerator Enterprise Simple Network Management Protocol (SNMP) Message Information Block (MIB).
HP EFS WAN Accelerator Enterprise MIB The following text is an example of the HP EFS WAN Accelerator Enterprise MIB file (RBT-mib.txt). RBT-MIB DEFINITIONS ::= BEGIN IMPORTS OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE, enterprises, Unsigned32, TimeTicks, IpAddress FROM SNMPv2-SMI DateAndTime FROM SNMPv2-TC; rbt MODULE-IDENTITY LAST-UPDATED "200502272100Z" ORGANIZATION "Riverbed Technology" CONTACT-INFO " XXX XXXX XXX@Riverbed.
A - HP EFS WAN ACCELERATOR MIB model OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Appliance model" ::= { system 1 } serialNumber OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Appliance serial number" ::= { system 2 } systemVersion OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "System software version string" ::= { system 3 } ---- STATUS --systemClock OBJECT-TYPE SYNTAX DateAndTime MAX-ACCESS read-only S
MAX-ACCESS not-accessible STATUS current DESCRIPTION "List of managed processes" ::= { status 5 } procEntry OBJECT-TYPE SYNTAX ProcEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry for one process" INDEX { procIndex } ::= { procTable 1 } ProcEntry ::= SEQUENCE { procIndex procName procStatus procNumFailures } Unsigned32, OCTET STRING, OCTET STRING, Unsigned32 procIndex OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "Synthetic numeric unique ID of process" ::=
::= { peerStatus 1 } PeerEntry ::= SEQUENCE { peerIndex peerHostname peerVersion peerAddress peerModel } A - HP EFS WAN ACCELERATOR MIB peerEntry OBJECT-TYPE SYNTAX PeerEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry for one peer" INDEX { peerIndex } ::= { peerTable 1 } Unsigned32, OCTET STRING, OCTET STRING, IpAddress, OCTET STRING peerIndex OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "Index of peer" ::= { peerEntry 1 } peerHostname OBJECT-TYPE SYNTA
-activeConfig OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Current active configuration" ::= { config 1 } inpath OBJECT IDENTIFIER ::= { config 2 } inpathSupport OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "In-path support" ::= { inpath 1 } outofpath OBJECT IDENTIFIER ::= { config 3 } outofpathSupport OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "Out-of-path support" ::= { outofpath 1 } ---- ALARMS --alarm
above the acceptable threshold" ::= { alarmsPrefix 3 } smartError NOTIFICATION-TYPE STATUS current DESCRIPTION "SMART has sent an event about a possible disk error" ::= { alarmsPrefix 5 } peerVersionMismatch NOTIFICATION-TYPE OBJECTS { systemVersion } STATUS current DESCRIPTION "Detected a peer with a mismatched software version" ::= { alarmsPrefix 6 } bypassMode NOTIFICATION-TYPE STATUS current DESCRIPTION "The appliance has entered bypass (failthru) mode" ::= { alarmsPrefix 7 } raidError NOTIFICATION-TYP
scheduledJobError NOTIFICATION-TYPE STATUS current DESCRIPTION "A scheduled job has failed during execution" ::= { alarmsPrefix 14 } ---- STATISTICS --cpuLoad OBJECT IDENTIFIER ::= { statistics 1 } cpuLoad1 OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "One-minute CPU load in hundreths" ::= { cpuLoad 1 } cpuLoad5 OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "One-minute CPU load in hundreths" ::= { cpuLoad 2 } cpuLoad15 OBJECT-TYPE SYNTAX Unsig
"Current total number of pass-through connections" ::= { connectionCounts 2 } halfClosedConnections OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "Current total number of half-closed (optimized) connections" ::= { connectionCounts 4 } establishedConnections OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "Current number of established (optimized) connections" ::= { connectionCounts 5 } activeConnections OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS r
bwAggOutWan OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total bytes LanToWan WAN side since last restart of service" ::= { bandwidthAggregate 4 } bandwidthPerPort OBJECT IDENTIFIER ::= { bandwidth 2 } bwPortTable OBJECT-TYPE SYNTAX SEQUENCE OF BWPortEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "List of bandwidth ports" ::= { bandwidthPerPort 1 } bwPortEntry OBJECT-TYPE SYNTAX BWPortEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry for one port
MAX-ACCESS read-only STATUS current DESCRIPTION "Bytes LanToWan LAN side since last restart of service" ::= { bwPortEntry 4 } datastore OBJECT IDENTIFIER ::= { statistics 4 } hitsTotal OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of hits since last restart of service" ::= { datastore 1 } hitsMem OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of hits in memory since last restart of service" ::= { datastore 2 } hitsDi
166 A - HP EFS WAN ACCELERATOR MIB
In This Appendix HP EFS WAN Accelerator Ports This appendix describes the HP EFS WAN Accelerator default and supported secure ports. It contains the following sections: “Default Ports,” next “Commonly Optimized Ports” on page 168 “Interactive Ports Forwarded by the HP EFS WAN Accelerator” on page 168 “Secure Ports Forwarded by the HP EFS WAN Accelerator” on page 169 Default Ports The HP EFS WAN Accelerator uses the following default ports.
Commonly Optimized Ports The HP EFS WAN Accelerator by default optimizes all ports. If you do not want the HP EFS WAN Accelerator to optimize all ports for an in-path or out-of path configuration, you can specify specific ports for optimization.
Description 1494 Cytrix 2598 Cytrix 3389 MS WBT Server, TS/Remote Desktop 5631 PC Anywhere 5900-5903 VNC 6000 X11 B - HP EFS WAN ACCELERATOR PORTS Port Secure Ports Forwarded by the HP EFS WAN Accelerator A default in-path rule with the port label Secure is automatically created in your system. This in-path rule automatically passes through traffic on commonly secure ports (for example, ssh, https, and smtps).
Type Port Description telnets 992/tcp telnet protocol over TLS/SSL imaps 993/tcp imap4 protocol over TLS/SSL pop3s 995/tcp pop3 protocol over TLS/SSL (was spop3) l2tp 1701/tcp l2tp pptp 1723/tcp pptp tftps 3713/tcp TFTP over TLS The following table contains the uncommon ports automatically forwarded by the HP EFS WAN Accelerator.
Port Description ibm-diradm-ssl 3539/tcp IBM Directory Server SSL can-nds-ssl 3660/tcp Candle Directory Services using SSL can-ferret-ssl 3661/tcp Candle Directory Services using SSL linktest-s 3747/tcp LXPRO.
172 B - HP EFS WAN ACCELERATOR PORTS
GLOSSARY Glossary ARP. Address Resolution Protocol. An IP protocol used to obtain a node's physical address. Bandwidth. The upper limit on the amount of data, typically in kilobits per second (kbps), that can pass through a network connection. Greater bandwidth indicates faster data transfer capability. Bit. A Binary digit. The smallest unit of information handled by a computer; either 1 or 0 in the binary number system. Blade.
FDDI. Fiber Distributed Data Interface. A set of American National Standards Institute (ANSI) protocols for sending digital data over fiber optic cable. FDDI networks are token-passing networks, and support data rates of up to 100 Mbps (100 million bits) per second. FDDI networks are typically used as backbones for WideArea Networks (WANs). Filer. An HP EFS WAN Accelerator that attaches to a computer network and is used for data storage. Gateway.
Internet. The collection of networks tied together to provide a global network that use the TCP/IP suite of protocols. IP. Internet protocol. Network layer protocol in the TCP/IP stack that enables a connectionless internetwork service. IPsec. Internet Protocol Security Protocol. A set of protocols to support secure exchange of packets at the IP layer. IPsec has been deployed widely to implement Virtual Private Networks (VPNs). IPsec supports two encryption modes: Transport and Tunnel.
state algorithms to send routing information to all nodes in an internetwork by calculating the shortest path to each node based on a topography of the Internet constructed by each node. Each router sends that portion of the routing table (keeps track of routes to particular network destinations) that describes the state of its own links. It also sends the complete routing structure (topography). Packet. A unit of information transmitted, as a whole, from one device to another on a network. Probe.
A aaa authentication login default 63 aaa authorization map default-user 64 aaa authorization map order 64 aaa interfaces 65 Additional resources 14 arp 65 B boot system 65 C clear arp-cache 65 CLI command negation 19 connecting 17 online help 19 overview of 18 saving configurations 20 cli clear-history 66 cli default auto-logout 66 cli default paging enable 66 cli session paging enable 66 clock set 67 clock timezone 67 configuration copy 68 configuration delete 68 configuration fetch 68 configuration jump-
FTP data channel, setting QoS for 129 H Hardware dependencies 13 hardware upgrade model 81 hostname 81 how 31 HP, contacting 16 I image boot 81 image delete 82 image fetch 82 image install 82 image move 83 in-path enable 83 in-path interface enable 83 in-path interface vlan tag 84 in-path kickoff 84 in-path neighbor enable 84 in-path neighbor ip address 85 in-path neighbor keepalive count 86 in-path neighbor keepalive interval 86 in-path neighbor port 86 in-path oop enable 87 in-path peering move-rule 88 in
Q qos move-rule 129 qos rule 129 QoS, setting the FTP data channel 129 QoS, setting the MAPI data channel 129 R radius-server host 130 radius-server key 131 radius-server retransmit 131 radius-server timeout 131 Related reading 15 Release notes for this guide, locating 14 reload 29 restart 29 S Secure ports, automatically forwarded 169 segstore receive port 132 segstore send addr 132 service connection pooling 132 service default-port 133 service enable 133 service map-port 134, 135 service neural-framing
show terminal 53 SNMP MIB, accessing 155 snmp server listen enable 137 snmp server listen interface 137 snmp-server community 135 snmp-server contact 136 snmp-server enable 136 snmp-server host 136 snmp-server location 137 software dependencies 13 ssh client generate identity user 138 ssh client user authorized-key rsakey sshv2 138 ssh server listen enable 138 ssh server listen interface 139 stats alarm 139 stats chd 140 stats clear-all 140 stats export 141 stats sample 141 stats settings bandwidth 142 web