User Guide

15
Examples
(1) Shows only targets
Show -d Targets
(2) Shows target whose name is “server01” and supported commands.
show -d targets=server01,verbs
(3) Shows property whose name is “Name” or “Status”, and shows supported commands.
show -d properties=(Name,Status),verbs
-o | -output <arg>(,<arg>…)
Description
Specifies a format of output data.
format=text | clpxm
If set to "text", output is in text format.
If set to "clpxml", output is in XML format.
1.5.3 Specific options
This section describes NEC ESMPRO Manager specific options.
-exclude <arg>[,<arg>,…]
Description
Specifies exceptional items. This option is effective when the target is group.
cmp="("<name>,<name>, …,<name>")"
Specifies exceptional items using component names.
If there are some <name>, they must be separated by comma and surrounded by parentheses.
grp="("<name>,<name>, …,<name>")"
Specifies exceptional items using group names.
If there are some <name>, they must be separated by comma and surrounded by parentheses.
ufit="("<name>,<name>, …,<name>")"
Specifies exceptional items using UFiT.
If there are some <name>, they must be separated by comma and surrounded by parentheses.
TIP:
UFiT is displayed at the result of show command.
-outputfile <path>
Description
Saves command result to a file of specified path.
When the file of specified path is not existing, new file is created and output it.
When the file of specified path exists and the file is not an output file of esmcli, the command result
will be error.
This option is supported by all basic commands.