CLI flags
The following flags are common to all command-line interface (CLI) commands.
- -? or -h
- Print help text. For example, issuing lssystem -h provides a list of the actions available with the lssystem command.
- -nomsg
- When used, this flag prevents the display of the
successfully created
output. For example, if you issue the following command:it displays:mkmdiskgrp -ext 16
However, if the -nomsg parameter is added, for example:MDisk Group, id [6], successfully created
the following information is displayed:mkmdiskgrp -ext 16 -nomsg
This parameter can be entered for any command, but is only acted upon by those commands that generate the6
successfully created
outputs. All other commands ignore this parameter.