Purpose
Displays the syntax of specified bos commands or lists functional descriptions of all bos commands
Synopsis
bos help [-topic <help string>+] [-help] bos h [-t <help string>+] [-h]
Description
The bos help command displays the complete online help entry (short description and syntax statement) for each command operation code specified by the -topic argument. If the -topic argument is omitted, the output includes the first line (name and short description) of the online help entry for every bos command.
To list every bos command whose name or short description includes a specified keyword, use the bos apropos command.
Options
Output
The online help entry for each bos command consists of the following two or three lines:
Examples
The following command displays the online help entry for the bos status command:
% bos help status bos status: show server instance status Usage: bos status -server <machine name> [-instance <server process name>+] [-long] [-cell <cell name>] [-noauth] [-localauth] [-help]
Privilege Required
None
Related Information