man pages(1M): Dynamic Reconfiguration Administration Commands
  Search only this book
Download this book in PDF

NAME

dr_cmd_print_brd_info - show board resources in tabular format

SYNOPSIS

dr_cmd_print_brd_info sb flags

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 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.

EXAMPLES

To display the Processor and Memory configuration:
dr> dr_cmd_print_brd_info 5
To display all configuration information:
dr> dr_cmd_print_brd_info 31

OPTIONS

sb
The board number (0 to 15) of the target system board.
flags
A bitstring in decimal that represents the desired information.

DR Administration Commands..dr_cmd_print_brd_info ( 1M ) EXIT STATUS

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.
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.