access: Administrators, Managers
Updates the current version of diagnostics available.
While the Service Processor functions normally without access to an external file system, a file system is required to enable several features, including diagnostics. The Service Processor software uses a default version of diagnostics. However, if a new version is released and stored on the Network Share Volume, you must explicitly point to that new version to use it.
sp update diags {-p | --path} <PATH_TO_DIAGS_FOLDER>
Argument Description {-p | --path} Points to the location of the new diagnostics.
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. |
| NWSE_InvalidArgument | 4 | One or more arguments were incorrect or invalid. |
| NWSE_UnknownError | 15 | Unable to reset SP. |