NAME
- dr_cmd_print_obp_info - show system board info per OBP in tabular format
SYNOPSIS
-
dr_cmd_print_obp_info sb
DESCRIPTION
-
-
Caution:
- Do not use this command, which runs in the DR shell; it is included here only for completeness. Instead, use drshow(1M), which presents the information in a more readable format.
-
dr_cmd_print_brd_info obtains system board configuration information from OpenBoot, then displays that information in a tabular format. Use this command to interrogate a system board that has been Init Attached, but not yet Complete Attached.
OPTIONS
-
-
sb
- The board number (0 to 15) of the target system board.
EXIT STATUS
- If dr_cmd_print_obp succeeds it returns a 0 result code in the dr_return global variable. If it fails, it returns a 1 and displays diagnostic messages.
-
-
Note:
- Tcl parsing errors prevent DR commands from running which, in turn, leaves dr_return uninitialized. In such cases, the dr_return error code is meaningless. See dr (1M)for more information concerning return codes.
|