configure component

Returns configuration parameter information for a component in either a Replication Server or an Adaptive Server; or sets the value of a specified configuration parameter. Components are monitored objects within a server. Replication Server components are connections, logical connections, and routes; Adaptive Server Enterprise components are RepAgent threads.

Syntax

configure {connections | logical connections | routes | repagents} component_name
	[for] {server_name | group_name} [param[= value]]

Parameters

Examples

Usage

configure component returns the following result set if a value parameter is not included:

Column Descriptions for configure component

Column

Description

Server

The name of the server that contains the parameters.

Component Name

The name of the component that contains the parameter.

Component Type

The type of the component (connection, route, or RepAgent).

Category

The name of the category for the parameter. Categories are used to group related parameters together.

Parameter Name

The name of the parameter.

Current Value

The current value of the parameter.

Pending Value

The pending value becomes the value of the parameter after the component is restarted.

Default Value

The default value of the parameter.

Legal Values

A string that defines the legal values for the parameter. This can be a list, or a numeric range.

Restart Required

A flag indicating whether the server must be restarted for the parameter to take effect.

Related reference
get component
resume component
suspend component