Installation Guide for Oracle Self-Service E-Billing > Configuring IBM WebSphere > Configuring and Starting Scheduler on IBM WebSphere >

Configuring and Starting Scheduler on IBM WebSphere and AIX


Follow these steps to configure and start Scheduler if you are running IBM WebSphere on AIX.

To configure and start Scheduler on IBM WebSphere and AIX

  1. On the command line, go to the EDX_HOME/bin directory. In the path, EDX_HOME is the location where Oracle Self-Service E-Billing is installed.
  2. Run the following command:

    $./edx_config

  3. Specify the appropriate details for the database server, Oracle home directory, and application server. For example.
    Parameter
    Example Value

    Database server

    oracle

    Oracle home directory

    /vol1/oracle/11.2.0.1

    Oracle database user name (DB_Username)

    oltp

    Oracle database password (DB_PWD)

    oltp

    Oracle database alias (tnsname)

    oltp

    Application server to use

    ws

    Version of WebSphere Application Server

    6.1

    WebSphere Application Server profile directory

    /export/home/IBM/WebSphere/AppServer/profiles/CC_profile

    Java root directory

    /export/home/IBM/WebSphere/AppServer/java

  4. Specify the IBM WebSphere Application Server profile directory:

    $WS_HOME/AppServer/profiles/CC_profile

  5. Specify the Java root directory:

    $WS_HOME/AppServer/java

  6. Run Scheduler using the following command, located in the EDX_HOME/bin directory:

    ./ws_scheduler -start -url iiop://Host_Name:Bootstrap_Address -verbose

    where:

    • Host_Name is the name of the application server.
    • Bootstrap_Address is the bootstrap address, which you can find in the cc.props file.

      For example:

    ./ws_scheduler -start -url iiop://localhost:2811 -verbose

  7. To stop Scheduler, replace the -start parameter with the -stop parameter.

    ./ws_scheduler -stop -url iiop://localhost:2811 -verbose

Installation Guide for Oracle Self-Service E-Billing Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Legal Notices.