|
The addboard(1M) command attaches a system board to a domain specified by domain (also referred to as the target domain). It also writes progress messages to the platform log on the SSP and to standard output.
If addboard fails, it writes an error message to standard error and returns a nonzero exit status. The board stays in the state it is in when the command fails. You can rerun addboard, or you can use deleteboard(1M) to return the board to its original state.
The -r option specifies the maximum number of retry attempts, retry_count, in the event that an attach operation fails. The -t option specifies a time period in seconds, timeout, between retry attempts. If you specify the number of retries, but no timeout, there is no delay between retry attempts. If you specify a timeout, you must also specify the number of retries.
To be eligible for attachment, a board must be powered on and in one of the following states:
- Not in a domain
- In an intermediate state due to an incomplete DR operation
If the specified board is already in the domain, addboard returns an exit status of zero, indicating success.
|