Key to command parameters – HP VMA-series Memory Arrays User Manual
Page 148
148
HP VMA SAN Gateway User’s Guide
AM456-9026A
Key to Command Parameters
This section is a key to the meaning and format of parameter values and other attributes of the CLI
commands. Parameter values are shown in angle brackets, and listed alphabetically below.
A string specifying the cluster id sequence.
A domain name, such as
hp.com
.
A hostname, such as
hexagon.hp.com
.
An interface name, such as "eth0", "eth1", "lo" (loopback), and so
on.
An IPv4 address, such as
192.168.0.1
.
A syslog logging severity level. Possible values, from least to most
severe, are: “debug”, “info”, “notice”, “warning”, “error”, “crit”,
“alert”, “emerg”.
A MAC address. The segments may be 8 bits or 16 bits at a time,
and may be delimited by ":" or ".". So you could say
"11:22:33:44:55:66", "1122:3344:5566", "11.22.33.44.55.66", or
"1122.3344.5566".
A netmask (such as "255.255.255.0") or mask length prefixed with a
slash (such as "/24"). These two express the same information in
different formats.
An IPv4 network prefix specifying a network. This is used in
conjunction with a netmask to determine which bits are significant.
For example, "192.168.0.0".
ID of a node (HP VMA SAN Gateway). This is a numerical value
greater than zero.
A TCP or UDP port number.
An extended regular expression as defined by the
grep
man page.
(The value you provide here is passed on to
grep -E
.)
A TCP port number in the full allowable range [0..65535].
Either a normal URL, using any protocol that wget supports,
including http, https, ftp, and tftp; 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 user’s home
directory are not currently supported.
The implementation of ftp does not support authentication, so you
should use scp if you require authentication.