Contained Within
Find More Documentation
Featured Support Resources
| PDF로 이 문서 다운로드
NAME
- dr_cmd_obp_info - show complete config of a system board in Tcl encoding
SYNOPSIS
-
dr_cmd_obp_info sb
AVAILABILITY
- Sun Enterprise 10000 servers only.
DESCRIPTION
-
-
Caution:
- Do not use this command, which runs in the DR shell; it displays information in Tcl encoding, which is understood by the drview(1M) application, but is not intended for direct viewing by the interactive user. Instead, use drshow(1M) to view this information.
-
dr_cmd_obp_info displays the complete board configuration, including processors, memory and I/O devices, of a system board that has been Init Attached to a domain (that is, probed by OBP), but is not yet completely attached. See the Caution, above.
OPTIONS
-
-
sb
- The board number (0 to 15) of the target system board.
EXIT STATUS
- If dr_cmd_obp_info 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.
|
|