Man Pages(1M): Dynamic Reconfiguration Administration Commands
  Искать только в названиях книг
Загрузить это руководство в формате PDF

NAME

dr_cmd_c_attach - complete DR attach system board operation

SYNOPSIS

dr_cmd_c_attach sb

AVAILABILITY

Sun Enterprise 10000 servers only.

DESCRIPTION

Caution:
Do not use this command, which runs in the DR shell; it is included here only for completeness, and is dangerous. Instead, use
complete_attach(1M), which performs the same functions, but with the added security of safeguards and checks.
dr_cmd_c_attach completes the DR attach board operation started by dr_cmd_init_attach(1M). The designated system board should already have been successfully Init Attached via dr_cmd_init_attach(1M). The complete attach operation causes the operating system on the target domain to dynamically add the resources from this system board (processors, memory, and I/O devices) to the running system. If a problem occurs, preventing attachment of any device present on the board, the problem is logged in the system message buffer of the target domain.

OPTIONS

sb
The board number (0 to 15) of the system board being attached.

EXIT STATUS

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

DIAGNOSTICS

See DIAGNOSTICS on complete_attach(1M).

dr_cmd_c_attach ( 1M ) SEE ALSO

dr (1M),dr_cmd_init_attach(1M)