sepcli start
Use the sepcli start command to start the IBM® Serviceable Event Provider instance.
Synopsis
sepcli start
Description
The sepcli start command starts the Serviceable Event Provider instance.
Usage
To start the Serviceable Event Provider, follow these steps:- Log in to the IBM PowerKVM system.
- In command line, go to /opt/ibm/seprovider/bin.
- Run the command sepcli start to start theServiceable Event Provider.
- Run the command echo $? to view the return code.
The echo $? command
returns the following codes depending on the status of the Serviceable Event Provider. For information
on the sepcli status command,
see sepcli status
- 0 - Serviceable Event Provider started / Active
- 10 - Serviceable Event Provider Stopped / Inactive
Note: The return codes other than 0 and 10 represent
that there is an error in the process.
Examples
- Start Serviceable Event Provider
This example illustrates running the ./sepcli start command successfully.
./sepcli start echo $? 0 ./sepcli status Serviceable event provider is running