NAME | SYNOPSIS | DESCRIPTION | OPERANDS | EXIT STATUS | SEE ALSO
This command, which runs in the DR shell, produces output in a form suitable for the drview(1M) application, not the interactive user. Use drshow(1M) instead to view device information.
dr_cmd_dev_info checks the target domain for peripheral devices attached to the specified system board and returns the information in a Tcl list encoding, which is used by the drview(1M) application.
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.
If dr_cmd_dev_info succeeds it returns a 0 result code in the dr_return global variable. If it fails, it returns a 1 and displays diagnosic 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.
dr(1M), dr_cmd_cpu_info(1M), dr_cmd_mem_info(1M)
NAME | SYNOPSIS | DESCRIPTION | OPERANDS | EXIT STATUS | SEE ALSO