access: Administrators, Managers
The Service Processor file system is divided into two parts, the Base and the Value-Add components. The Base component includes the repository and the Value-Add includes the application software. This command copies the Value-Add file to the Value-Add component of the Service Processor flash. The new Value-Add image takes effect after you reset the Service Processor.
sp update flash applications {-f | --filename} [{-i|--ipaddress} REMOTE_ADDRESS] [{-p|--port} REMOTE_PORT] [{-r|--remote} REMOTE_VERSION]
| Argument | Description |
|---|---|
| {-f | --filename} | Specifies the full path of the file. |
| {-i|--ipaddress} | The IP address of the server on which the update server (java application) is running. |
| {-p|--port} | Optional: The port number on the remote server on which the java sp update program is listening for SP flash update requests. If the port number is not provided, the command tries to connect to the default port. The default port number is 52708. |
| {-r|--remote} | Specify a version V1.2.3.4 or use LATEST to update using the latest version available on the update server. |
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_NotFound | 5 | Entity (user, service, file, path, etc.) was not found. |
| NWSE_NoPermission | 6 | Not authorized to perform this operation. |
| NWSE_NoMemory | 8 | Insufficient memory. |
| NWSE_FileError | 18 | Could not erase or write to flash. |
| NWSE_DeviceError | 25 | Unable to read or write to flash. |