Entering commands, Angle bracketed parameters, Accessing online help – HP StorageWorks Enterprise File Services WAN Accelerator User Manual

Page 163: Error messages

Advertising
background image

HP EFS WAN A

CCELERATOR

M

ANAGER

U

SER

S

G

UIDE

163

A - HP

EFS W

A

N

A

C

C

EL
ER
ATO

R

M

ANA

GER

The commands available to you depend on which mode you are in. Entering a question
mark (?) at the system prompt provides a list of commands for each command mode.

Entering
Commands

The CLI accepts abbreviations for commands. The following example is the
abbreviation for the configure terminal command:

tilden # config terminal

You can also press

TAB

to complete a CLI command automatically.

Angle
Bracketed
Parameters

This section summarizes the meaning of angle bracketed parameters for the CLI:

‹

<ifname>. An interface name, for example: eth0 eth1, lo (loopback), and so
forth. This corresponds to the value of the wildcard under /net/interface in the
management node hierarchy.

‹

<URL>. A typical URL, using any protocol that wget supports, including HTTP,
HTTPS, and FTP; or a pseudo-URL specifying an scp file transfer. The scp
pseudo-URL format is

scp://username:password@hostname/path/filename

The path is an absolute path. Paths relative to the home directory of the user are
not currently supported.

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.

Error Messages

If the system does not recognize the command or parameter, it displays the following
message:

Mode

Access Method

System Prompt

Exit Method

Description

user

Each CLI session begins
in user mode.

host >

exit

• Perform common

network tests such as
ping.

privileged

Enter the enable
command at the system
prompt while in user
mode.

host #

disable

no enable

• Restart and reboot the

system.

• Display system

information.

• Verify configuration

information.

configuration

Enter the configure
terminal
command at
the system prompt while
in privileged mode.

host (config) #

exit

• Configure system

parameters.

Advertising