user manual

Chapter 29: iastool command-line utility 351
Using the iastool command-line tools
Options
The following table describes the options available when using the kill tool.
Examples
The following example kills the managed object j2ee-server using the default
management port:
iastool -kill -hub BES1 -cfg j2ee -mo j2ee-server
The following example kills the partition naming service running on the
configuration j2ee using the management port 24410:
iastool -kill -hub BES1 -cfg j2ee -mo standard_visinaming -mgmtport 24410
Option Description
-hub <hub> Specifies the name of the hub on which
you want to kill a managed object.
-host <host>:<listener_port> Specifies the host name and the listener
port of the machine on which the
managed object you are interested in is
running. The option is enables the
iastool utility to locate a hub on a
different subnet than the machine on
which iastool is running.
-cfg <configname> Specifies the name of the configuration
containing the specified managed object.
-mo <managedobjectname> Specifies the name of the managed
object.
-moagent <managedobjectagent> Specifies the managed object agent
name. Use this option if the specified hub
has more than one agent.
-mgmtport <nnnnn> Specifies the management port number
used by the specified hub. The default is
42424.
-realm <realm> Specifies the realm used to authenticate
a user when the user and password
options are specified.
-user <username> Specifies the user to authenticate against
the specified realm.
-pwd <password> Specifies the user's password to
authenticate against the specified realm.
-file <login_file> Specifies a login script file containing the
realm, user name , and password used
to authenticate a user. The full or relative
path to this file must be specified. See
Executing iastool command-line tools
from a script file on page 372 for more
information.