user manual

350 BES Developers Guide
Using the iastool command-line tools
Syntax
-info
Default Output
The default output is the current Java system properties for the JVM the
iastool is running in. For example, the first few lines of output look like the
following partial listing:
application.home : C:\Program Files\BES
awt.toolkit : sun.awt.windows.WToolkit
file.encoding : Cp1252
file.encoding.pkg : sun.io
file.separator : \
java.awt.fonts :
java.awt.graphicsenv : sun.awt.Win32GraphicsEnvironment
java.awt.printerjob : sun.awt.windows.WPrinterJob
java.class.path : C:\Program Files\BES\jdk\lib\tools.jar
.
.
.
Example
The following example shows how to display configuration information.
iastool -info | more
kill
Use this tool to kill a managed object on a specified hub and configuration.
Syntax
-kill <-hub <hub> | -host <host>:listener_port>> -cfg <configname>
-mo <managedobjectname> -moagent <managedobjectagent> [-mgmtport <nnnnn>]
[-realm <realm>] [-user <username>] [-pwd <password>] [-file <login_file>]
Default Output
By default, the kill tool lists the managed object that has been killed.