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
- 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.
- Run the following command:
$./edx_config
- Specify the appropriate details for the database server, Oracle home directory, and application server. For example.
|
|
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 |
- Specify the IBM WebSphere Application Server profile directory:
$WS_HOME/AppServer/profiles/CC_profile
- Specify the Java root directory:
$WS_HOME/AppServer/java
- 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
- To stop Scheduler, replace the -start parameter with the -stop parameter.
./ws_scheduler -stop -url iiop://localhost:2811 -verbose
|