REFRESH_CMD - UCTL Manager configuration option

Description

The REFRESH_CMD option directs Universal Broker to refresh the configuration data that it maintains for all components, including itself, or a single, specified component type.

A REFRESH_CMD option that does not specify a component tells Universal Broker to refresh the configuration data that it maintains for all components. The Broker will reread the configuration data and refresh its copy that it keeps in memory for all components.

A REFRESH_CMD option that specifies a component type tells Universal Broker to refresh its copy of the configuration data for that component type and forward the option to components of that type.

Note

Currently, Universal Event Monitor Server (uems) and Universal Automation Center Agent (uag) are the only individual components that can be refreshed via the REFRESH_CMD option.

Usage

Method

Syntax

IBM i

UNIX

Windows

z/OS

Command Line, Short Form

-R [compname]


(tick)

(tick)

(tick)

Command Line, Long Form

-refresh [compname]


(tick)

(tick)

(tick)

Environment Variable

n/a





Configuration File Keyword

n/a





STRUCT Parameter

REFRESH(*option) [RFSHCMPNM(compname)]

(tick)




Values

compname is the name of the component to which Universal Broker forwards this option.

Currently, only uems (Universal Event Monitor Server) and uag (Universal Automation Center Agent) are valid values for compname.

If compname is not specified, Universal Broker refreshes the configuration data for all components (including itself).


IBM i

Valid values for option are:

  • yes
    Refresh the configuration data.
  • no
    Do not refresh the configuration data.