asadmin [asadmin-options] list-resource-adapter-configs [--help]
[--raname raname] [--verbose {false|true}]
list-resource-adapter-configs |
Previous | Next | Contents |
lists the names of the current resource adapter configurations
Synopsis
asadmin [asadmin-options] list-resource-adapter-configs [--help]
[--raname raname] [--verbose {false|true}]
Description
This command lists the configuration information in the domain.xml
for
the connector module. It lists an entry called resource-adapter-config
in the domain.xml
file. If the --raname
option is specified, only
the resource adapter configurations for the specified connector module
are listed.
This command 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.
--raname
Specifies the connector module name.
--verbose
Lists the properties that are configured. Default value is false.
Examples
Example 1 Listing the Resource Adapter Configurations
This example lists the current resource adapter configurations.
asadmin> list-resource-adapter-configs
ra1
ra2
Command list-resource-adapter-configs executed successfully
Exit Status
command executed successfully
error in executing the command
See Also
Previous | Next | Contents |