Using BBI control commands
To use BBI control commands
Enter BBI commands on the COMMAND line of any
BMC AMI OpsA
application in this format:. command keyword parameter
Each BBI control command must be entered with a period (.) prefix. Delimiters in the control command statement can be a blank, comma, or equal sign.
The following examples are the most frequently used BBI control commands. The command abbreviations are shown in bold type.
Example | Description |
|---|---|
.D A | Is the same as .DISPLAY ACTIVE ALL and writes the status of the BBI-SS PAS and its resources to the Journal log Use LOG DISPLAY to see this information online. |
.D E HIGH | Is the same as .DISPLAY EXEC HIGH and displays the high-priority EXECs |
.D V | Is the same as .DISPLAY VPOOL and displays the EXEC statistics for the SHARED variable pools |
.H E | Is the same as .HELP RESET and displays an explanation of the BBI RESET control command |
.HELP | Displays information on all the BBI control commands |
.D RULESET | Displays information about Rule Sets and Rules; the command format is: .D RULESET[,type],[rulesetID],[start],[count] where:
You can omit (or skip) parameters by using a comma as a placeholder. The following list shows some sample commands:
|
.C E 2109 | Is the same as .CANCEL EXEC eid (where eid is the EXEC ID number as shown in .DISPLAY EXEC and can be a numeric value or the name of the EXEC) This command cancels an EXEC that is either queued or running. |