user manual

Chapter 29: iastool command-line utility 345
Using the iastool command-line tools
dumpstack
Use this tool to obtain diagnostic information about the threads running in a
Partition. This tool causes the Partition to generate a stack trace of all threads,
and the output is stored in the Partition's event log file. The stack trace may be
useful for diagnosing problems with the Partition. The log file is located in the
directory:
<install_dir>\var\domains\<domain_name>\configurations\<config_name>\
<partition_name>\adm\logs\partition_log.xml
Syntax
-dumpstack <-hub <hub> | -host <host>:<listener_port>> -cfg <configname>
-partition <partitionname> [-mgmtport <nnnnn>] [-realm <realm>]
[-user <username>] [-pwd <password>] [-file <login_file>]
Options
The following table describes the options available when using the dumpstack
tool.
-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.
Option Description
-hub <hub> | -host
<hostname>:<listener_port>
Specifies the name of the hub or the host
name and the listener port of the
machine on which the partition process
you are interested in is running. You
must specify either a hub name or a host
name and listener port. Specifying a
listener port 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 partition.
-partition <partitionname> Specifies the name of the Partition that
you want to diagnose. The name of a
valid Partition must be specified.
-mgmtport <nnnnn> Specifies the management port number
used by the specified hub. The default is
42424
Option Description