Stopping a service
You can stop individual services in IBM® Product Master from the command-line.
About this task
If the service is blocked, it might not stop because it is waiting for an I/O such as file reading or writing.
Procedure
Run the shell script of the specified service from the <install
dir>/bin/go directory.
A service is stopped
after all currently running tasks that use the specified service are
stopped.
- Display a list of the full names for all the services that are running
on your system. Type
svc_control --action=list
. - Stop a service on your system. Type
svc_control --action=stop --svc_name=<full name>
.
Example
svc_control --action=stop --svc_name=sch1_MYHOST