NAME | SYNOPSIS | CAUTION | DESCRIPTION | OPERANDS | EXAMPLES | EXIT STATUS
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 reabable format.
dr_cmd_print_brd_info obtains configuration information about the specified attached system board. The flags option specifies the information this command is to display, in the form of a bitstring, as follows:
Flag Value Display ----------- ------- 1 Processor information 2 Controller and peripheral information 4 Memory configuration 8 Memory cost information 16 Memory drain status |
You can obtain multiple displays by OR'ing (summing) the above decimal values. All displays are in a readable, tabular format.
This command is available only for DR 2.0 domains (that is, domains that use the DR daemon) on the Sun Enterprise 10000 server. You can use domain_status(1M) to determine the DR version running on the domain.
The following operands are supported.
The board number (0 to 15) of the target system board
A bitstring in decimal that represents the desired information
To display the processor and memory configuration, use the following command.
dr> dr_cmd_print_brd_info 5 |
To display all configuration information, use the following command.
dr> dr_cmd_print_brd_info 31 |
If dr_cmd_print_brd_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.
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.
NAME | SYNOPSIS | CAUTION | DESCRIPTION | OPERANDS | EXAMPLES | EXIT STATUS