man pages(1M): Dynamic Reconfiguration Administration Commands
只搜尋這本書
以 PDF 格式下載這本書

NAME

complete_attach - complete a DR Attach operation

SYNOPSIS

complete_attach sb

DESCRIPTION

Execute this command at the dr (1M)shell prompt to complete an attempt to DR Attach a board after successful execution of the init_attach(1M) command. complete_attach causes the operating system on the target domain to dynamically add the resources (processors, memory, and I/O devices) from the specified board to the running system. If a problem that prevents attachment of any device present on the board occurs, that problem is logged in the system message buffer of the target domain. To display a list of the devices that were successfully attached, execute the drshow(1M) command to display the current system configuration for the board.

OPTIONS

sb
The board number (0 to 15) of the system board to be attached to the target domain.

EXIT STATUS

If successful, complete_attach returns a 0 in the dr_return global variable; if not, it returns a 1, along with one or more diagnostic messages.

EXAMPLE

dr> complete_attach 5
Completing attach for board 5
Board attachment completed successfully.

DIAGNOSTICS

Failed during final state transition

The operation failed during the final stage of attachment. Check that the DR daemon is still running on the target domain, and that the network is operational. To recover from the failure, repeat the complete_attach operation or execute an abort_attach(1M).
Failed to complete attach board

The operating system on the target domain was unable to attach the board. Repeat the complete_attach operation at a later time or execute the abort_attach(1M) command.

NOTES

If DR detects a usage syntax error, it immediately aborts the dr (1M)command, displays the dr (1M)shell prompt, and leaves dr_return unmodified. See dr (1M).

DR Administration Commands..complete_attach ( 1M ) SEE ALSO

dr (1M),drinit(1M), drshow(1M), init_attach(1M)