access: Managers
Adds a master Service Processor (MSP) for a subordinate Service Processor.
Adding a master downloads the MSP’s public key so that the master can make configuration changes to the subordinate without further authentication. It also tells the subordinate to send status changes to the MSP so that someone logged into the MSP can see the status of all subordinates.
sp add master MASTER
Return Codes
Following are the return values for this command:
| Code | Numeric Code | Description |
|---|---|---|
| NWSE_Success | 0 | Command successfully completed. |
| NWSE_InvalidUsage | 1 | Invalid usage: bad parameter usage, conflicting options specified. The remote mount point was not specified. |
| NWSE_InvalidArgument | 4 | One or more arguments were incorrect or invalid. The local directory does not exist. |
| NWSE_NoPermission | 6 | Not authorized to perform this operation. |
| NWSE_NoMemory | 8 | Insufficient memory. |