asadmin [asadmin-options] list-lifecycle-modules [--help]
[target]
list-lifecycle-modules |
Previous | Next | Contents |
lists the lifecycle modules
Synopsis
asadmin [asadmin-options] list-lifecycle-modules [--help]
[target]
Description
The list-lifecycle-modules
subcommand lists lifecycle modules. A
lifecycle module provides a means of running a short or long duration
Java-based task at a specific stage in the server life cycle. This
subcommand is supported in remote mode only.
Options
Options for the asadmin
utility. For information about these
options, see the asadmin
(1M) help page.
--help
-?
Displays the help text for the subcommand.
Operands
Indicates the location where lifecycle modules are to be listed. Valid
values are
server
- Specifies the default server instance as the target for
listing lifecycle modules. server
is the name of the default server
instance and is the default value for this operand.
cluster_name- Specifies a particular cluster as the target for listing lifecycle modules.
instance_name- Specifies a particular server instance as the target for listing lifecycle modules.
Examples
Example 1 Listing Lifecycle Modules
asadmin> list-lifecycle-modules
WSTCPConnectorLCModule
Command list-lifecycle-modules executed successfully
WSTCPConnectorLCModule
is the only lifecycle module listed for the
default target, server
.
Exit Status
command executed successfully
error in executing the command
See Also
Previous | Next | Contents |