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:
  1. Log in to the IBM PowerKVM system.
  2. In command line, go to /opt/ibm/seprovider/bin.
  3. Run the command sepcli start to start theServiceable Event Provider.
  4. 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