Owner manual

148 HP VMA SAN Gateway Users 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.
<cluster id>
A string specifying the cluster id sequence.
<domain>
A domain name, such as hp.com.
<hostname>
A hostname, such as hexagon.hp.com.
<ifname>
An interface name, such as "eth0", "eth1", "lo" (loopback), and so
on.
<IP address>
An IPv4 address, such as 192.168.0.1.
<log level>
A syslog logging severity level. Possible values, from least to most
severe, are: “debug”, “info”, “notice”, “warning”, “error”, “crit”,
“alert”, “emerg”.
<MAC address>
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".
<netmask>
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.
<network prefix>
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".
<node id>
ID of a node (HP VMA SAN Gateway). This is a numerical value
greater than zero.
<port>
A TCP or UDP port number.
<regular
expression>
An extended regular expression as defined by the grep man page.
(The value you provide here is passed on to
grep -E.)
<TCP port>
A TCP port number in the full allowable range [0..65535].
<URL>
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 users home
directory are not currently supported.
The implementation of ftp does not support authentication, so you
should use scp if you require authentication.