stop_local.sh script
Use the stop_local.sh
script to stop IBM® Product Master services
from the command line.
Syntax
stop_local.sh [--wsadminUsername=<was_admin_user>
--wsadminPwd=<was_admin_password>][--profile]
[--debug][--rmlogs][--help]
Parameters
- wsadminUsername
- This is the WebSphere® Application
Server administrative user name. This is required if admin_security=true is
specified but username and password are not provided in the env_settings.ini.
You can specify
wsadminUsername
andwsadminPwd
arguments in the command to override the values provided in the env_settings.ini file. This argument is applicable only if svc_name is of typeappsvr
. - wsadminPwd
- This is the password of WebSphere Application
Server administrative user. This is required if admin_security=true is
specified but username and password are not provided in the env_settings.ini file.
You can specify
wsadminUsername
andwsadminPwd
arguments in the command to override the values provided in the env_settings.ini file. This argument is applicable only if svc_name is of typeappsvr
.
Example
In this example, the stop_local.sh
script
is run to stop Product Master services:
$<install directory>/bin/go/stop_local.sh
Running
the stop_local.sh
script displays the name of each
service as it is stopped.