Command Line Interface
2.9 CLI Output Messages
The server management CLI may display messages that are not the result of a user command.
The output messages consist of a general format:
~Facility-Severity-(taskName): detailed messages
Facility The area that detects the error
Severity I additional information
W warning messages
E error messages
F fatal operations
taskName tCLImodem
For example, an error occurred at the user interface
MBM> crete
~CLI-E-(tCLImodem) unrecognized command verb: crete
MBM> create prt
~CLI-E-(tCLImodem) unrecognized keyword: prt
Usage: create {partition}
MBM> show sys -blah
~CLI-W-(tCLImodem): unrecognized qualifiers
Usage: show system
MBM>
Some common CLI output messages are given in the table below.
Message Possible Cause
Common Messages
~CLI-E: input too long
The command line is longer than 80 characters.
~CLI-E: unrecognized command verb The first word of the command name is invalid.
~CLI-E: unrecognized keyword The second word of the command name is
invalid.
~CLI-E: unrecognized qualifiers A command switch qualifier either didn't exist,
or wasn't enough to be unique.
~CLI-E: conflicting qualifiers The command switches/qualifiers specified
were contradictory.
~CLI-E: too many parameters Too many command switches/qualifiers were
specified.
~CLI-E: insufficient parameters Not enough command switches/qualifiers were
specified.
~CLI-E: invalid parameters The command switch was invalid
~CLI-E: illegal digit for specified radix Characters other than 0–9 were used for integer
2-9