HP 3PAR Command Line Interface Reference (OS 3.1.2 MU2) (QL226-97016, June 2013)

nohdtot
Does not print header and totals.
csvtable
Prints table data as Comma Separated Values (CSV).
listdom <domain_name>
Indicates the domain associated with the storage server.
clientname <client_name>
Sets name of the client application.
clientver <client_version>
Sets version of the client application.
clienthost <client_host>
Sets name of the host the client application runs on.
-conntimeout <seconds>
The maximum time in seconds to establish the connection to the CLI server. It defaults to 36 seconds
if not set.
SPECIFIERS
[<command>]
Any CLI command. This specifier is not required when issuing the cli command. If commands
are specified, the CLI exits after executing the commands unless the -cmdloop option is specified.
If no commands are specified in the command line, CLI enters the command loop.
RESTRICTIONS
None.
EXAMPLES
The following example displays the CLI client version:
$ cli v
CLI client version: 3.1.2
The following example accesses the system1 storage system:
$ cli sys system1
The following example authenticates with user1 and password pw2:
$ cli user user1 password pw2
The following example places the CLI in an interactive command loop:
$ cli cmdloop
cli 73