abort_local.sh script
Use the abort_local.sh
script to abort IBM® Product Master and all services from the command
line.
Syntax
abort_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 the username and password are not provided in the env_settings.ini file.
You can specify the
wsadminUsername
andwsadminPwd
arguments in the command to override the values provided in the env_settings.ini. This argument is applicable only ifsvc_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 the 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 ifsvc_name
is of typeappsvr
.
Example
In this example, the abort_local.sh
script is run to abort Product Master and all services:
$<install directory>/bin/go/abort_local.sh
Sample output
$ abort_local.sh
Aborting service admin_WPCAPP1...
Aborting service eventprocessor_WPCAPP1...
Aborting service workflowengine_WPCAPP1...
Aborting service queuemanager_WPCAPP1...
Aborting service appsvr_WPCAPP1...
Aborting service scheduler_WPCAPP1...
Aborting service rmi_WPCAPP1...