Stopping the system and all services

You can stop IBM® Product Master and all services from the command-line.

Before you begin

Before you can stop the system and all services, you must ensure that no important tasks are running that is affected by stopping all services.

About this task

Stopping a service is not the same as aborting a service. If you stop a service, Product Master will attempt to stop the service but only after all tasks that are currently using the service is stopped. If you abort a service, Product Master attempts to shut down the service but if a task is using the service, the abort might fail.

Procedure

Run the stop_local.sh script from the $TOP/bin/go/ directory to stop the system and all services.
Syntax
stop_local.sh

Example

The following example shows the output after you run the stop_local.sh shell script:
#./stop_local.sh
stopping services on localhost
++ [success] stop service 'appsvr_LORAX' (Mon Aug 26 17:55:46 PDT 2002)
Product Master will stop in 5 seconds
++ [success] stop service 'admin_LORAX' (Mon Aug 26 17:55:47 PDT 2002)
admin will stop in 5 seconds
++ [success] stop service 'eventprocessor' (Mon Aug 26 17:55:47 PDT 2002)
event processor stopped
++ [success] stop service 'scheduler' (Mon Aug 26 17:55:47 PDT 2002)
scheduler will stop in 5 seconds
++ [success] stop service 'queuemanager' (Mon Aug 26 17:55:48 PDT 2002)
queue manager stopped
killing service 'rmi'

What to do next

To restart your system, see Starting the system and all services.