access: Administrators, Managers
This command helps you test and validate different types of configurations you may be considering for the Service Processor, for example, configurations involving event forwarding (SNMP, SMTP, logfiles, directory services).
Typically, you would have to wait for an event to be generated on the Service Processor in order to validate that these configurations are working properly. However, using this command you can generate test events that will be routed appropriately according to these configurations.
sp create test events
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_RPCTimeout | 2 | Request was issued, but was not serviced by the server. RPC procedure timed out and the request may or may not have been serviced by the server. |
| NWSE_RPCNotConnected | 3 | Unable to connect to the RPC server. |
| NWSE_NoMemory | 8 | Insufficient memory. |