HP StorageWorks Enterprise File Services WAN Accelerator 2.1.
Legal and notice information © Copyright 2006 Hewlett-Packard Development Company, L.P. © Copyright 2003–2006 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 ......................................................................................................... 13 About This Guide................................................................................ 13 Types of Users .............................................................................. 13 Organization of This Guide .......................................................... 13 Document Conventions ..............................................................
exit....................................................................................................... 23 ping ..................................................................................................... 24 tcpdump............................................................................................... 25 tproxytrace .......................................................................................... 25 traceroute.....................................................................
show in-path oop-all-port.................................................................... 40 show in-path peering rules .................................................................. 40 show in-path rules ............................................................................... 40 show interfaces.................................................................................... 40 show ip security ..................................................................................
show snmp .......................................................................................... 53 show ssh client .................................................................................... 54 show ssh server ................................................................................... 54 show stats ............................................................................................ 54 show tacacs ..................................................................................
configuration revert saved................................................................... 74 configuration switch-to ....................................................................... 74 configuration upload ........................................................................... 75 configuration write.............................................................................. 75 datastore notification wrap-around .....................................................
hp agents stop...................................................................................... 88 image boot........................................................................................... 89 image delete ........................................................................................ 89 image fetch.......................................................................................... 89 image install ...............................................................................
ip route .............................................................................................. 106 ip security authentication policy ....................................................... 106 ip security enable .............................................................................. 107 ip security encryption policy............................................................. 107 ip security pfs enable ........................................................................
pfs local-password ............................................................................ 121 pfs security-sign ................................................................................ 121 pfs share cancel-event ....................................................................... 121 pfs share configure............................................................................ 122 pfs share enable.................................................................................
qos rule.............................................................................................. 139 radius-server host .............................................................................. 140 radius-server key............................................................................... 141 radius-server retransmit .................................................................... 142 segstore receive port .........................................................................
tcp connection send keep-alive ......................................................... 155 tcp connection send reset .................................................................. 156 tcp highspeed enable ......................................................................... 156 terminal ............................................................................................. 157 username disable...............................................................................
Glossary ....................................................................................................... 185 Index .......................................................................................................
12 CONTENTS
INTRODUCTION Introduction In This 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).
Antivirus Compatibility The HP EFS WAN Accelerator has been tested with the following antivirus software with no impact on performance: Network Associates (McAfee) VirusScan 7.0.0 Enterprise on the server Network Associates (McAfee) VirusScan 7.1.0 Enterprise on the server Network Associates (McAfee) VirusScan 7.1.0 Enterprise on the client Symantec (Norton) AntiVirus Corporate Edition 8.
HP StorageWorks Enterprise File Services Remote Copy Utility Reference Manual describes how to install and deploy the HP EFS Remote Copy Utility (HP EFS RCU). The HP EFS RCU is an optional utility of the HP EFS WAN Accelerator that copies, mirrors, and transparently prepopulates data. You can download the HP EFS RCU from the HP support site located at http:// www.hp.com/support/manuals.
Operating system type and revision level Detailed, specific questions HP Storage Web Site The HP web site has the latest information on this product, as well as the latest drivers. Access the storage site at: http://www.hp.com/country/us/eng/prodserv/storage.html. From this web site, select the appropriate product or solution.
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 19.
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.
Syntax traceroute [] Parameters Example 26 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 19. 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 23.
28 “show configuration full” on page 34 “show configuration running” on page 34 “show connections” on page 35 “show datastore” on page 36 “show email” on page 36 “show failover” on page 36 “show files debug-dump” on page 37 “show files stats” on page 37 “show files tcpdump” on page 37 “show hosts” on page 38 “show images” on page 38 “show info” on page 38 “show in-path” on page 39 “show in-path cdp” on page 39 “show in-path neighbor” on page 39
“show protocol ms-sql” on page 50 “show protocol ms-sql rules” on page 50 “show pfs all-info” on page 47 “show pfs configuration” on page 47 “show pfs state shares” on page 48 “show pfs stats shares” on page 48 “show qos rules” on page 51 “show radius” on page 51 “show raid diagram” on page 51 “show raid error-msg” on page 52 “show running-config” on page 52 “show service” on page 52 “show service authentication” on page 53 “show service connection pooling
Parameters None Example minna # configure terminal minna (config) # 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.
Syntax file stats {move | delete | upload } Example move 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.
Example minna # restart Terminating the process.... Relaunching the process. show aaa Description Displays the authentication methods used for log in. 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.
show cli Displays current CLI settings. Syntax show cli Parameters None Example minna # show cli Current inactivity timeout is 15 minutes 3 - ENABLE-MODE COMMANDS Description 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.
## Network interface configuration ##(displays running configuration; this is a partial example.) Description Displays connections running through the HP EFS WAN Accelerator. Syntax show connections [all | optimized | passthrough | opening | closing] [filter ] [sort-by | srcip | srcport | destip | destport |peerip | peerport | app | reduction | bytes_in | bytes_out | starttime] [full] Parameters optimized Specifies the total active connections optimized.
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.
None Example minna # show failover Enabled: no Master: yes Local Port: 7820 Buddy IP Address: 0.0.0.0 Buddy Port: 7820 minna # 3 - ENABLE-MODE COMMANDS Parameters 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 the appliance is restarted.
Model: Revision: Version: minna # 5010 A rapanui-flamebox 3 - ENABLE-MODE COMMANDS show in-path Description Displays current in-path configuration settings.
show in-path oop-all-port Description Displays ports for failover deployments using PBR with CDP to redirect traffic to the backup HP EFS WAN Accelerator. Syntax show in-path oop-all-port Parameters None Example minna (config) # show in-path oop-all-port L4/PBR/WCCP on all interfaces: no minna # show in-path peering rules Description Displays current in-path peering rules for serial cluster deployments.
Syntax show interfaces [] | [brief | configured] Parameters Specifies the name of the interface. brief Displays the running state settings without statistics. configured Displays configured settings for the interface. 3 - ENABLE-MODE COMMANDS Example minna # show interfaces Interface lo state Up: yes IP address: 127.0.0.1 Netmask: 255.0.0.
Interface type: MTU: HW address: RX bytes: RX packets: RX mcast packets: RX discards: RX errors: RX overruns: RX frame: TX bytes: TX packets: TX discards: TX errors: TX overruns: TX carrier: TX collisions: ethernet 1500 00:E0:81:52:0E:21 0 0 0 0 0 0 0 0 0 0 0 0 0 0 show ip Description Displays Internet Protocol (IP) settings.
IKE rekeying interval: Encryption policy: Authentication policy: IP security is running: 240 des hmac_md5 yes Description Displays IPsec security settings for peer HP EFS WAN Accelerators. The show ip security peers command displays a static configuration and might not reflect that actual IPsec connections that are established.
Example minna # show jobs % No jobs configured. show licenses Description Displays active licenses.
Parameters Displays the log continuously, similar to the tail -f command. files Displays a list of log files or a specific log file. matching Displays a list of matching log files. Example minna # show log Dec 22 20:00:00 localhost /usr/sbin/crond[784]: logrotate /etc/logrotate.conf) Dec 22 20:00:00 localhost cli[555]: [cli.INFO]: signal 2 (SIGINT) Dec 22 20:02:31 localhost cli[555]: [cli.INFO]: command: show ip route Dec 22 20:02:38 localhost cli[555]: [cli.
Example minna # show ntp NTP enabled: yes No NTP peers configured. NTP server: 192.6.38.127 (version 4) NTP server: 66.187.224.4 (version 4) NTP server: 66.187.233.4 (version 4) show out-of-path Description Displays current out-of path configuration settings. Syntax show out-of-path Parameters None Example minna # show out-of-path Enabled: no Inner Port: 7810 show peers Description Displays connected HP EFS WAN Accelerators.
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). For a list of ports forwarded, see Appendix B, “HP EFS WAN Accelerator Ports.” If you do not want to forward secure ports, you must delete the default Secure in-path rule. For detailed information, see “in-path rule fixedtarget” on page 100.
Parameters Example filer Displays PFS settings for the HP EFS WAN Accelerator (the proxy-filer). shares [local-name ] Displays the PFS settings for all the shares or the local share specified. minna # show pfs configuration filer PFS enabled: yes Domain Name/Realm: perf1cs2.
Parameters Example Specifies the name of the local share for which to display statistics.
Parameters None Example minna # show protocol mapi Incoming MAPI Port: 7830 Prepop Enabled: yes Prepop Max Connections: 1125 Prepop Poll Interval: 20 min(s) Prepop Timeout: 96 hr(s) NSPI Port: 7840 MAPI/Exchange 2003 Support: yes show protocol ms-sql Description Displays the Microsoft Structured Query Language (MS-SQL) blade support settings.
replace MSP_TEXT_FIELDS Action Num Reps Invalidate Miss Policy Prefetch Preack -------- ---------- ----------- -------- -----1 flush-all 0 true true Arg Action Rule Expr -------------------------------------------------------replace MSP_DATE_FIELDS partial example) show qos rules Description Displays Quality of Service (QoS) rules.
[=======][=======][=======][=======] [ 5 ][ 6 ][ 7 ][ 8 ] [=======][=======][=======][=======] -----------------------------------[=======][=======][=======][=======] [ 1 ][ 2 ][ 3 ][ 4 ] [=======][=======][=======][=======] series 5000 layout: [=======][=======][=======][=======] [ 9 ][ 10 ][ N/A ][ S ] [=======][=======][=======][=======] -----------------------------------[=======][=======][=======][=======] [ 5 ][ 6 ][ 7 ][ 8 ] [=======][=======][=======][=======] ----------------------------------[====
Example minna # show service Optimization Service: Running Description Displays current client and server authentication settings. Syntax show service authentication Parameters None Example minna # show service authentication Authentication Service: Not Enabled 3 - ENABLE-MODE COMMANDS show service authentication show service connection pooling Description Displays the HP EFS WAN Accelerator connection pooling settings.
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. Syntax show ssh server Parameters None Example minna # show ssh server SSH server enabled: yes show stats 54 Description Displays system statistics.
Parameters 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 Description Displays high-speed TCP (HSTCP) settings. The HSTCP feature is only available on the HP EFS WAN Accelerator, Series 5000. 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.
Build date: Built by: 2004-02-07 19:24:24 root@releng 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.
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.
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 configurationmode 1. Connect to the CLI. For detailed information, see “Connecting to the CLI” on page 19. 2. To enter enable-mode, at the system prompt enter: host> enable 3.
60 “clock set” on page 70 “clock timezone” on page 70 “configuration copy” on page 70 “configuration delete” on page 71 “configuration fetch” on page 71 “configuration jump-start” on page 72 “configuration merge” on page 72 “configuration move” on page 73 “configuration new” on page 74 “configuration revert saved” on page 74 “configuration switch-to” on page 74 “configuration upload” on page 75 “configuration write” on page 75 “datastore notification e
“file stats upload” on page 82 “file tcpdump” on page 83 “file tcpdump delete” on page 83 “file tcpdump upload” on page 83 “hardware upgrade model” on page 84 “hostname” on page 84 “hp agents restart” on page 84 “hp agents start” on page 86 “hp agents status” on page 87 “hp agents stop” on page 88 “image boot” on page 89 “image delete” on page 89 “image fetch” on page 89 “image install” on page 90 “image move” on page 90 “in-path cdp enable” on pag
62 “in-path rule pass-through” on page 102 “in-path simplified routing” on page 102 “interface” on page 103 “ip default-gateway” on page 104 “ip domain-list” on page 104 “ip host” on page 105 “ip in-path route” on page 105 “ip in-path-gateway” on page 105 “ip name-server” on page 106 “ip route” on page 106 “ip security authentication policy” on page 106 “ip security enable” on page 107 “ip security encryption policy” on page 107 “ip security peer ip” o
“ntp disable” on page 116 “ntp enable” on page 116 “ntp peer” on page 117 “ntp server” on page 117 “out-of-path enable” on page 117 “peer” on page 118 “pfs auto-launch enable” on page 118 “pfs configure” on page 119 “pfs enable” on page 120 “pfs local-password” on page 121 “pfs security-sign” on page 121 “pfs share cancel-event” on page 121 “pfs share configure” on page 122 “pfs share enable” on page 124 “pfs share manual-sync” on page 124 “pfs sha
64 “protocol ms-sql query-act rule-id action-id” on page 134 “protocol ms-sql query-arg-act rule-id action-id arg-offset expr” on page 135 “protocol ms-sql rpc-act rule-id action-id” on page 135 “protocol ms-sql rpc-arg rule-id arg-offset expr” on page 137 “protocol ms-sql rpc-arg-act rule-id arg-offset expr” on page 136 “protocol ms-sql rpc-rule rule-id app-name-regex” on page 138 “protocol ms-sql support-app” on page 139 “qos move-rule” on page 139 “qos rule” on page 13
“stats clear-all” on page 151 “stats export” on page 152 “stats sample” on page 152 “stats settings bandwidth” on page 153 “tacacs-server host” on page 153 “tacacs-server key” on page 154 “tacacs-server retransmit” on page 155 “tacacs-server timeout” on page 155 “tcp connection send keep-alive” on page 155 “tcp connection send reset” on page 156 “tcp highspeed enable” on page 156 “terminal” on page 157 “username disable” on page 158 “username nopassword” o
aaa authentication login default Description Configures Remote Authentication Dial-In User Service (RADIUS) or Terminal Access Controller Access Control System (TACACS+) login settings. The order in which the methods are specified is the order in which the authentication is attempted. The no aaa command option clears all authentication states and returns user authentication to the local username database.
Usage The order determines how the remote user mapping behaves. If the authenticated user name is valid locally, no mapping is performed.The setting has the following behaviors: remote-first. If a local-user mapping attribute is returned and it is a valid local user name, map the authenticated user to the local user specified in the attribute. If the attribute is not present or not valid locally, use the username specified by the default-user command. (This is the default behavior.) remote-only.
Syntax banner login motd Parameters Example Specifies the login or MOTD message. minna (config) # banner motd this is a test minna (config) # boot system Description Boots the specified partition the next time the HP EFS WAN Accelerator is rebooted. Syntax boot system Parameters Example Specifies the partition to boot: 1 or 2.
cli default auto-logout Sets keyboard inactivity time-out for automatic log out. The no command option disables the automatic logout feature. Syntax cli default auto-logout Parameters Example Specifies the number of minutes before log out occurs. minna (config) # cli default auto-logout 11 minna (config) # cli default paging enable Description Sets ability to view text, one screen at a time. The no command option disables paging.
Example minna (config) # cli session auto-logout 20 minna (config) # clock set Description Sets the system time and date. Syntax clock set { | } Parameters Example Specifies the hour, minutes, and seconds. Specifies the year, month, and day. minna (config) # clock set 12:34:55 minna (config) # clock timezone Description Sets the current time zone. The default value is Greenwich Mean Time (GMT-offset).
configuration delete Deletes a configuration file. For an example of usage, see “configuration merge” on page 72. Syntax configuration delete Parameters Example Specifies the name of the configuration file. minna (config) # configuration delete westcoast minna (config) # configuration fetch Description Downloads a configuration file over the network.
configuration jump-start Description Restarts the configuration wizard. Syntax configuration jump-start Parameters None Example minna (config) # configuration jump-start Configuration wizard. Step 1: Hostname? [telegraph] Step 2: Use DHCP? [no] Step 3: Primary IP address? [10.0.0.74] Step 4: Netmask? [255.255.0.0] Step 5: Default gateway? [10.0.0.1] Step 6: Primary DNS server? [10.0.0.2] Step 7: Domain name? [domain.
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 Parameters Usage Specifies the new configuration name.
configuration new Description Creates a new, blank configuration file. Syntax configuration new Parameters Example Specifies the name of the new configuration file. minna (config) # configuration new westcoast minna (config) # configuration revert saved Description Reverts the active configuration to the last saved configuration.
configuration upload Uploads the configuration file. Syntax configuration upload [] | [] | [active] Parameters Example Specifies the location of the configuration file to download in URL, scp:// , or ftp:// format. Uploads the configuration file to a remote host in URL, scp://, or ftp:// format. Uploads the active configuration file.
datastore notification wrap-around Description Sets the number of days to elapse before sending an email message notifying you that the data in the data store has been replaced. The no command option disables notification wrap-around. Syntax datastore notification wrap-around Parameters wrap-around Example Specifies the number of days to elapse before sending an email message notifying you that the data in the data store has been replaced.
datastore sync enable Description IMPORTANT: If you are setting up automated data store synchronization for the first time, the HP EFS WAN Accelerator service is halted on the backup HP EFS WAN Accelerator. You must restart the HP EFS WAN Accelerator service on both HP EFS WAN Accelerators.
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. The default value is 30. minna (config) # datastore sync reconnect 30 minna (config) # datastore sync server Description Sets the data store synchronization server.
Parameters minna (config) # email mailhub mail-server.example.com minna (config) # email notify events enable Description Enables email notification for events. The no command option disables email notification. Syntax email notify events enable Parameters None Example minna (config) # email notify events enable minna (config) # email notify events recipient Description Sets the recipient for email notification. 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. minna (config) # email notify failures recipient example@example.com minna (config) # email send-test Description Sends test email to all configured event and failure recipients.
Parameters minna (config) # failover buddy port 2515 minna (config) # failover enable Description Enables failover support. Failover support enables a failover (backup) HP EFS WAN Accelerator so that if the master HP EFS WAN Accelerator fails, the traffic is routed automatically through the failover (backup) HP EFS WAN Accelerator. Valid values must exist for the port, buddy address, and buddy port before this command can complete. The no command option disables failover support.
Example minna (config) # failover port 2515 minna (config) # file stats delete Description Deletes statistics file. Syntax file stats delete Parameters Example Specifies the statistics file to delete. minna (config) # file stats delete throughput minna (config) # file stats move Description Renames a statistics file. Syntax file stats move Parameters Example Specifies the source file to rename.
Example minna (config) # file stats upload throughput http://www.test.com/stats minna (config) # Description Deletes or uploads a tcpdump file. Syntax file tcpdump {delete | upload } Parameters delete Deletes the tcpdump file. upload Uploads a tcpdump output file to a remote host.
Example 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. NOTE: This command is valid only after you have installed a hardware upgrade license. Syntax hardware upgrade model Parameters None Example minna (config) # hardware upgrade model minna (config) # hostname Description Sets the host name for this HP EFS WAN Accelerator.
Already stopped cpqrid. Stopping cpqci:ESC[60G[ ESC[1;32mOKESC[0;39m ]^M Shutting down NIC Agents (cmanic): All agents Already stopped NIC Agent Daemon (cmanicd). Stopping HP Lights-Out Drivers and Agents (hprsm): cmarackd cmasm2d cpqriisd cpqrid cpqci Shutting down Rack agent (cmarackd): Shutting down RIB agent (cmasm2d): Already stopped cpqriisd. Already stopped cpqrid. Already stopped cpqci.
Starting HP Lights-Out Drivers and Agents (hprsm): cpqci cpqrid cpqriisd cmasm2d cmarackd Starting cpqci:ESC[60G[ ESC[1;32mOKESC[0;39m ]^M Starting cpqrid:ESC[60G[ ESC[1;32mOKESC[0;39m ]^M Starting cpqriisd:ESC[60G[ ESC[1;32mOKESC[0;39m ]^M Starting RIB agent (cmasm2d): Starting Rack agent (cmarackd): Starting Storage Agents (cmastor): cmaeventd cmaidad cmafcad cmaided cmascsid cmasasd Starting Storage Event Logger (cmaeventd): Starting IDA agent (cmaidad): Starting FCA agent (cmafcad): Starting IDE agent (
such file or directory ls: /boot/vmlinuz.version.
Parameters None Example 520 (config) # hp agents status Started 520 (config) # hp agents stop Description Stops the HP System Management Homepage agents installed on the system. If the System Management Homepage does not load properly, check the status of the agents and stop, start, or restart as needed.
Stopping hpsmhd: 520 (config) # 4 - CONFIGURATION-MODE COMMANDS image boot Description Boots the specified system image by default. Syntax image boot 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.
image install Description Installs the software image onto a system partition. Syntax image install Parameters Example Specifies the software image filename. Specifies the partition number: 1, 2. minna (config) # image install version1.0 2 minna (config) # image move Description Moves or renames an inactive system image on the hard disk.
in-path cdp holdtime Description CDP is proprietary protocol used by Cisco routers and switches to obtain neighbor IP addresses, model, IOS version, and so forth. The protocol runs at the Open System Interconnection (OSI) layer 2 using the 802.3 Ethernet frame. For detailed information about how to configure an HP EFS WAN Accelerator for PBR with CDP, see the HP StorageWorks Enterprise File Services WAN Accelerator Deployment Guide.
in-path enable Description Enables in-path support. An in-path configuration is a configuration in which the HP EFS WAN Accelerator is in the direct path of the client and the server. The no command option disables in-path support. Syntax in-path enable Parameters None Example minna (config) # in-path enable minna (config) # in-path interface enable Description Enables the in-path interface for optimization.
in-path kickoff Description When the HP EFS WAN Accelerator is not powered on or the HP EFS WAN Accelerator service is not running, the failover HP EFS WAN Accelerator takes over so that connections continue to be made to the WAN. With kickoff enabled, when the HP EFS WAN Accelerator service starts, it breaks existing connections and forces clients to open a new connection. With kickoff disabled, open connections are not broken but they are unoptimized—new connections are optimized.
Example minna (config) # in-path neighbor enable minna (config) #in-path neighbor ip-address 10.0.0.4 ;;client-side appliance (HP EFS WAN Accelerator-1) minna (config) #in-path neighbor ip-address 10.0.0.6 ;;the server-side appliance (HP EFS WAN Accelerator-2) in-path neighbor ip address Description Sets the IP address for the neighbor HP EFS WAN Accelerator for connection forwarding. The no command option removes the IP address for the neighbor HP EFS WAN Accelerator from the connection forwarding list.
in-path neighbor keepalive interval Sets the time interval between keep-alive messages with the neighbor HP EFS WAN Accelerator for connection forwarding. Syntax in-path keepalive interval Parameters Example Specifies the number of seconds between keep-alive messages. The default value is 10.
Example minna (config) # in-path oop all-port enable 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.
Syntax in-path peering rule {auto | pass | accept} [peer [src ] | [dst ] | [dst-port ] [rulenum ] Parameters Specifies the rule type: • auto. Automatically determines the response for peering requests (performs the best peering possible). • pass. Passes through all matching peering requests (never peers with the HP EFS WAN Accelerator before this HP EFS WAN Accelerator). • accept.
Parameters srcaddr Specifies the source network for this rule. For example: 10.0.0.3/24 dstaddr Specifies the destination network for this rule. For example: 10.0.0.0/24 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. neural-mode Enables neural framing in the HP EFS WAN Accelerator.
rulenum minna (config) # in-path rule autodiscover srcaddr 10.0.0.0/24 optimization SDR-Only rulenum 1 minna (config) # in-path rule deny Description Denies connections for the source network and destination network. When packets for connections match the in-path rule the HP EFS WAN Accelerator actively tries to reset the connection.
Parameters Example srcaddr Specifies the source IP address. dstaddr Specifies the destination IP address. 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. srcaddr Specifies the source IP address. rulenum Specifies the rule number: 1-N, start, or end. The rule inserts itself at the rule specified.
neural-mode • never. Never use the Nagle algorithm. All the data is immediately encoded without waiting for timers to fire or application buffers to fill past a specified threshold. Neural heuristics are computed in this mode but are not used. • always. Always use the Nagle algorithm. This is the default setting (always wait 6 ms). All data is passed to the codec which attempts to coalesce consume calls (if needed) to achieve better fingerprinting.
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. Specify a subnet for which you do not want to optimize traffic. The no command option disables the in-path rule. The no command option has the following syntax: no in-path rule .
Simplified routing has the following constraints: Syntax Broadcast support in Proxy File Service (PFS) configurations cannot be enabled. WCCP cannot be enabled. Connection forwarding cannot be enabled if you collect mappings for source MAC data (that is, the options all or dest-source). in-path simplified routing [all | dest-only | dest-source | none] Parameters all Specifies source and destination MAC data.
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 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 In-path interfaces use routes from an in-path route table. To configure in-path routes you set a new in-path route that points to your WAN gateway. You must also copy any static routes that you have added to the main table (if they apply to the in-path interface). Example 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.
Parameters Specifies the primary policy (method 1): • 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. minna (config) # ip security authentication policy hmac_md5 minna (config) # ip security enable Description Enables encryption and authentication support using the IP Security Protocol (IPsec).
Parameters Specifies the primary algorithm: • des. The Data Encryption Standard (DES). The default value is des. • 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 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.
An arbitrary number of CLI commands can be specified with a job and are executed in an order specified by sequence numbers. If a CLI command in the sequence fails, no further commands in the job are executed. The output of all commands executed are saved to a file in a specified directory. The output of each command is simply appended to the file. The no job command command option deletes the CLI command from the job.
Syntax job date-time-pairs : [] | [] Parameters 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 Example Specifies the job identification number. 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 Installs a new software license key. The no command option disables this command. Syntax license install 4 - CONFIGURATION-MODE COMMANDS Description 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 Description 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) # 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. minna (config) # logging files rotation max-num 10 minna (config) # logging local Description Sets the minimum severity for messages sent to the local syslog servers. The default value is none.
Parameters Specifies the logging severity level. The following levels are supported: • 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) # 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.
peer Description Configures minimum and maximum protocol version. The no command option removes the protocol version. Syntax peer
version [min | max ] Parameters Usage Specifies the in-path or out-of-path (or both) HP EFS WAN Accelerator. min Specifies the protocol version number: 5 or 6. max Specifies the protocol version number: 5 or 6. Version 2.1.
For detailed information about PFS, see the HP StorageWorks Enterprise File Services WAN Accelerator Deployment Guide. 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. To enable Proxy File Service (PFS) support, you must have an HP EFS WAN Accelerator, Model DL3201020, DL320-2020, DL380-3010, or DL380-5010.
pfs enable Enables PFS support. PFS provides fast access to local files, accelerated access to files requiring SMB signing and continuous access to files in the event of WAN disruption. PFS allows you to store local copies of files at the remote site in an integrated virtual file server resident on the HP EFS WAN Accelerator. PFS supports only Windows 2000 and above domains. PFS is not appropriate for all network environments.
pfs enable Parameters None Example minna (config) # pfs enable minna (config) # 4 - CONFIGURATION-MODE COMMANDS Syntax 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.
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. minna (config) # pfs share cancel-event local-name test minna (config) # pfs share configure 122 Description Configures a PFS file share on 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 156. 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.
protocol mapi port protocol mapi nspi port Syntax protocol mapi nspi Parameters Example Specifies the incoming NSPI port number. The default value is 7840. minna (config) # protocol mapi nspi port 2125 minna (config) # protocol mapi port Description Sets the incoming MAPI Exchange port. The default value is 7830. The no command option resets the MAPI port to the default value.
minna (config) # protocol mapi prepop enable minna (config) # protocol ms-sql enable Enables Microsoft Structured Query Language (MS-SQL) blade support for Microsoft- SQL servers. Enabling the MS-SQL blade enables default rules to be applied to support Microsoft Project (MS Project) optimization. IMPORTANT: The commands for MS-SQL support must be implemented by HP professional services—improper use can result in undesirable effects.
Parameters None minna (config) # protocol ms-sql prefetch-fetchnext enable minna (config) # Description Specifies the maximum number of sp_execute (or save project) requests to preacknowledge before waiting for a server response to be returned. You can enable preacknowledgement if the client application does not need a result value from the server. For example, when you save a project in MS Project, server-side procedures are invoked many times to write or update database data.
Syntax protocol ms-sql port Parameters Specifies the SQL server port to listen on for requests. The default value is 1433. minna (config) # protocol ms-sql port 2433 minna (config) # protocol ms-sql query-act rule-id action-id Description Specifies a query action when the corresponding query match occurs. The following types of actions can be specified: prefetch requests as specified in query argument actions. invalidate prefetched cache entries.
protocol ms-sql query-arg-act rule-id action-id arg-offset expr Specifies how the query arguments should be modified when prefetching queries. The no command option disables the SQL query argument. 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.
NOTE: If you are interested in enabling the MS-SQL blade for other database applications, contact HP professional services. Syntax protocol ms-sql rpc-act rule-id action-id {num-reps miss-policy | invalidate {flush-all miss-policy | flush-rule miss-policy }} Parameters Example rule-id Specifies the rule identification number that uniquely identifies the rule.
Parameters Specifies the rule identification number that uniquely identifies the rule. arg-offset Specifies the RPC argument parameter. expr Specifies the regular expression for the RPC value.
protocol ms-sql rpc-rule rule-id app-name-regex Description Specifies a RPC rule. The no command option disables the rule. 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.
protocol ms-sql support-app 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. Syntax protocol ms-sql support-app Parameters Example Specifies the name of the application to be supported by the MS-SQL blade.
After you map a service port and a DSCP level, every packet using that service port has the DSCP field set to that value in the forward and backward direction. On the HP EFS WAN Accelerator, you can configure a network router or a traffic shaper to prioritize packets according to the value in the DSCP field before they are sent across the WAN.
Parameters Specifies the RADIUS server host name or IP address. auth-port Specifies the authorization port number. The default value is 1812. timeout Sets the timeout for retransmitting a request to any RADIUS server. The range is 1-60. The default value is 3. retransmit Specifies the number of times the client attempts to authenticate with any RADIUS server. The default value is 1. The range is 0-5. To disable retransmissions set it to 0.
radius-server retransmit Description Specifies the number of times the client attempts to authenticate with any RADIUS server. This command can be overridden in a radius-server host command. The no command option resets the value to the default value. Syntax radius-server retransmit Parameters Example Specifies the number of times the client attempts to authenticate with any RADIUS server. The range is 0-5. The default value is 1.
segstore send addr Sends the data store to another HP EFS WAN Accelerator. The other HP EFS WAN Accelerator must be the same model. You cannot preload a data store on a nonfailover HP EFS WAN Accelerator. Syntax segstore send addr [port ] Parameters Example Specifies the IP address. port Specifies the port number. minna (config) # segstore send addr 10.10.10.
service default-port Description Sets the default service port you want to use for connection pooling. Syntax service default-port Parameters Example Specifies the new port. minna (config) # service default-port 7800 minna (config) # service enable Description Starts the HP EFS WAN Accelerator service.
In the out-of-path deployment, you define which port to listen to on the server HP EFS WAN Accelerator and you define an in-path fixed-target rule on the client HP EFS WAN Accelerator to point to the service ports for the traffic you want to apply QoS to. Syntax Port Description 22 Reserved for Secure Shell (SSH). 80, 443, and 446 Reserved for the HP EFS WAN Accelerator Manager. 139, 445, and 977 Reserved for Proxy File Service (PFS). These ports are only excluded if you have PFS enabled.
service port Description Sets a new service port to add for multiple service ports. Service ports are the ports used for inner connection between HP EFS WAN Accelerators. You can configure multiple service ports on the server-side of the network for multiple QoS mappings. You define a new service port and then map CIFS ports to that port, so that QoS configuration settings that are on the router are applied to that service port. The no command option disables the service port.
snmp-server enable Enables an SNMP server. The no command option disables the SNMP server or traps. Syntax snmp-server enable [traps] Parameters None Example minna (config) # snmp-server enable minna (config) # 4 - CONFIGURATION-MODE COMMANDS Description snmp-server host Description Sets the SNMP server host, traps, and version. The no command option disables the SNMP server host.
snmp-server listen interface Description Adds an interface to the SNMP server access restriction list. The no command option removes the SNMP interface. For example, to add an interface to the list to listen on: snmp-server listen interface To remove an interface so that it is no longer listened to: no ssh server listen interface NOTE: This option is available in the CLI only.
minna (config) # snmp-server rwcommunity ReaDonLy minna (config) # 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.
Parameters None Example 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. If the list of interfaces is empty, all interfaces are accepted.
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 None Example minna (config) # stats clear-all minna (config) # stats export 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.
Parameters 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 Usage hostname < ip address> 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.
tacacs-server 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. 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.
Example minna (config) # tcp connection send keep-alive local-addr 10.0.0.0 local-port 1240 remote-addr 10.0.0.1 local-port 1300 minna (config) # tcp connection send reset Description Configures TCP connection tools for debugging HP EFS WAN Accelerators. Terminates connections between HP EFS WAN Accelerators so that you can debug connection problems in your network.
You need to carefully evaluate whether HSTCP will benefit your network environment. To enable HSTCP you must disable the Lempel-Ziv (LZ) compression and Scalable Data Referencing (SDR). With SDR your throughput will bottleneck between 100 and 150 Mbps, which cancels out the benefit of HSTCP. NOTE: If you want to delete the license for HSTCP, you must first disable the feature. Syntax tcp highspeed enable Parameters None Usage To configure HSTCP you must: have a valid license for HSTCP.
Syntax terminal {type | length | width } 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.
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 virtually 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 HP EFS WAN Accelerator Manager. The default value is true. The no command option disables the HP EFS WAN Accelerator Manager. 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 HP EFS WAN Accelerator Manager.
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 4 - CONFIGURATION-MODE COMMANDS Specifies the port number. 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
178 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 180 “Interactive Ports Forwarded by the HP EFS WAN Accelerator” on page 180 “Secure Ports Forwarded by the HP EFS WAN Accelerator” on page 181 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.
184 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 appliance 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 66 aaa authorization map default-user 66 aaa authorization map order 66 aaa interfaces 67 Additional resources 16 arp 67 B banner 67 boot system 68 C clear arp-cache 68 CLI command negation 21 connecting 19 online help 21 overview of 20 saving configurations 22 cli clear-history 68 cli default auto-logout 69 cli default paging enable 69 cli session paging enable 69 clock set 70 clock timezone 70 configuration copy 70 configuration delete 71 configuration fetch 71 configura
FTP data channel, setting QoS for 140 H Hardware dependencies 15 hardware upgrade model 84 hostname 84 how 33 hp agents restart 84 hp agents start 86 hp agents status 87 hp agents stop 88 I image boot 89 image delete 89 image fetch 89 image install 90 image move 90 in-path cdp enable 90 in-path cdp holdtime 91 in-path cdp interval 91 in-path enable 92 in-path interface enable 92 in-path interface vlan tag 92 in-path kickoff 93 in-path neighbor enable 93 in-path neighbor ip address 94 in-path neighbor keepal
Q qos move-rule 139 qos rule 139 QoS, setting the FTP data channel 140 QoS, setting the MAPI data channel 140 R radius-server host 140 radius-server key 141 radius-server retransmit 142 radius-server timeout 142 Related reading 17 reload 31 restart 31 S Secure ports, automatically forwarded 181 segstore receive port 142 segstore send addr 143 service connection pooling 143 service default-port 144 service enable 144 service map-port 144, 146 service neural-framing stats enable 145 show aaa 32 show arp 32 s
show protocol mapi 49 show protocol ms-sql 50 show protocol ms-sql rules 50 show radius 51 show raid error-msg 52 show service 52, 53 show service neural-framing 53 show tacacs 55 show tcp highspeed 56 show terminal 56 SNMP MIB, accessing 167 snmp server listen enable 147 snmp server listen interface 148 snmp-server community 146 snmp-server contact 146 snmp-server enable 147 snmp-server host 147 snmp-server location 148 snmp-server rwcommunity 148 software dependencies 15 ssh client generate identity user