user manual

366 BES Developers Guide
Using the iastool command-line tools
Options
The following table describes the options available when using the start tool.
Example
The following example starts the partition naming service running on the hub
BES1 in the j2ee configuration on management port 24410:
iastool -start -hub BES1 -cfg j2ee -mo standard_visinaming -mgmtport 24410
stop
Use this tool to shut down a hub or managed object.
Option Description
-hub <hub> Specifies the name of the hub on which
the managed object you want to start is
located.
-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 managed object you are
interested in.
-mo <managedobjectname> Specifies the name of the managed
object you are interested in.
-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. If not
specified, 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.