list-resource-adapter-configs

lists the names of the current resource adapter configurations

Synopsis

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

--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

0

command executed successfully

1

error in executing the command

See Also

create-resource-adapter-config(1), delete-resource-adapter-config(1)

asadmin(1M)