NAME | SYNOPSIS | DESCRIPTION | OPTIONS | OPERANDS | EXAMPLES | EXIT STATUS | ERROR MESSAGES | NOTES | SEE ALSO
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
An addboard operation was initiated, but not completed
A deleteboard(1M) operation was initiated, but not completed
A moveboard(1M) operation was initiated, but not completed
If the specified board is already in the domain, addboard returns an exit status of zero, indicating success.
The following options are supported:
Specifies the system board number, 0 through 15.
Specifies the domain name.
Displays a usage message.
Specifies the number of retry attempts. There are no limits to the possible retries.
Specifies the time in seconds between retry attempts. There is no limit to the amount of time.
Turns on quiet mode, which means informational messages are not written to standard output.
The following operand is supported:
Specifies the system board number, where x equals an integer from 0 through 15.
In the following examples, the command attaches system board 2 to a domain named xf1-b4. If the first attempt to attach the board fails, two retries are made, if necessary, with a wait time of 10 minutes between retries.
# addboard -b 2 -d xf1-b4 -r 2 -t 600
# addboard -d xf1-b4 -r 2 -t 600 SB2
The following exit values are supported.
Successfully attached the board to the specified domain.
Command syntax error occurred.
Failed to acquire DR lock.
Failed to release DR lock.
Failed to initialize DR communications.
The board or target domain is not eligible for attachment.
A board in the target domain is in an intermediate attach state.
Failed in initial attachment stage.
Failed in complete attachment stage.
Failed to dynamically link with DR library.
bringup -C requested process termination.
A termination signal was received.
The command was not completed because of a negative acknowledgment from the confp->confirm function.
System configuration administration is not supported on this attachment point.
System configuration administration operation is not supported on this attachment point.
The caller does not have the required process privileges. For example, if configuration administration is performed through a device driver, the permissions on the device node are used to control access.
The command was not completed because an element of the system configuration administration system was busy.
The command required a service interruption and was not completed because part of the system could not be suspended (that is, quiesced).
A procedural error occurred in the data.
A procedural error occurred in the library, including a failure to obtain process resources such as memory and file descriptors.
A hardware-specific library could not be located by using the specified attachment point.
The operation failed because of the condition of the attachment point.
The system configuration administration operation requested is not supported on the specified attachment point.
An error occurred during the processing of the requested operation. This error code includes validation of the command arguments by the hardware-specific code.
No such attachment point exists.
No attachment point with the specified attributes exists.
An invalid board ID was specified.
If addboard fails, it writes diagnostic messages to standard error.
The addboard command prevents more than one attach or detach operation from executing concurrently.
deleteboard(1M), moveboard(1M), rcfgadm(1M)
domain_status(1M) and showdevices(1M) in the Sun Enterprise 10000 SSP 3.5 Reference Manual
dcs(1M) and dr_daemon(1M) in man pages section 1M: System Administration Commands in the Solaris 8 Reference Manual
Sun Enterprise 10000 Dynamic Reconfiguration User Guide
NAME | SYNOPSIS | DESCRIPTION | OPTIONS | OPERANDS | EXAMPLES | EXIT STATUS | ERROR MESSAGES | NOTES | SEE ALSO