4.2 Viewing a List of Configurations

At any time, you can view a list of the available configurations by using either the administration console or the CLI.

Note:

The CLI examples in this section are shown in shell mode (tadm>). For information about invoking the CLI shell, see Section 2.3.1, "Accessing the Command-Line Interface."

Viewing a List of Configurations Using the Administration Console

To view a list of the available configurations by using the administration console, do the following:

  1. Log in to the administration console, as described in Section 2.3.2, "Accessing the Administration Console."

  2. Click the Configurations button that is situated at the upper left corner of the page.

    A list of the available Configurations is displayed, as shown in Figure 4-2.

    Figure 4-2 List of Configurations

    Description of Figure 4-2 follows
    Description of ''Figure 4-2 List of Configurations''

You can view the properties of a configuration by clicking on its name.

Viewing a List of Configurations Using the CLI

To view a list of the available configurations, run the list-configs command, as shown in the following example:

tadm> list-configs --verbose --all
config-name      deployment-status
---------------------------------
soa  deploy-pending
adm  undeployed
dev  deployed
org  instance-modified

Deployment Statuses

A configuration can be in one of the following statuses:

  • Deployed: One or more instances of the configuration exist. All of the instances have the updated configuration settings.

  • Deployment pending: One or more instances of the configuration exist. But the instances do not have the latest configuration settings.

  • Undeployed: No instances exist for the configuration.

  • Instance modified: The settings of one or more instances of the configuration have been manually modified.