Show TOC

 CONFIGURATIONLocate this document in the navigation structure

This section describes the commands of the Configuration Adapter Service. They are added to the shell environment by executing the ADD CONFIGURATION on the command line.

CACHE

Syntax

CACHE <options>

Arguments
Description

Lists the cached configuration objects, displays statistics about server requests from the cache, or removes the configurations from the cache.

[-l]|[-list]

Lists the cached configuration objects

[-r]|[-hitrate]

Displays the percentage of requests that have been served using the configuration cache. The percentage is calculated based on the last 10,000 requests.

[-c]|[-clear]

Clears the configuration cache.

INTERNAL_LOCKS

Syntax

INTERNAL_LOCKS <options>

Arguments
Description

Lists or removes (or both) all current locks of Configuration Manager.

[-l]|[-list]

Lists the locks

[-r]|[-remove]

Lists the locks and enables you to choose a lock to be removed

LIST_CONFIG

Syntax

LIST_CONFIG [options] <path>

Arguments
Description

Displays a list of the parameters and files in the specified configuration object

[-nv] | [-novalues]

Does not display key-value pairs

[-nf] | [-nofiles]

Does not display files

[-nc] | [-noconfigurations]

Does not display sub-configurations

[-d] | [-detail]

Displays details about all entries in the configuration object

<path>

The path to the configuration object that contains the parameters and the files you want to view.

OPEN_CONFIGS

Syntax

OPEN_CONFIGS <options>

Arguments
Description

Lists and closes the configuration objects open for reading or writing.

[-l]|[-list]

Lists the open configuration objects

[-c]|[-close]

Lists the open configuration objects and enables you to choose a configuration to be closed

SHOW_CONFIG_FILE

Syntax

SHOW_CONFIG_FILE [options] <path> <name>

Arguments
Description

Displays the contents of a file in a specified configuration object

[-d] | [-detail]

Displays detailed information

<path>

Path to the configuration object

<name>

Name of the file that you want to view

SHOW_CONFIG_VALUE

Syntax

SHOW_CONFIG_VALUE [options] <path> <name>

Arguments
Description

Displays the value of a parameter in a specified configuration object

[-d] | [-detail]

Displays detailed information

<path>

Configuration object that contains the parameter

<name>

Name of the parameter that you want to view

STORAGE_STATISTICS

Syntax

STORAGE_STATISTICS

Description

Displays information about the connections in the database connection pool of the Configuration Manager.

CALL_TRACE

Syntax

CALL_TRACE

Description

Displays the number of modified configurations, the commit duration, and the caller stack trace for each commit.