Skip to main content

updproxy

The updproxy program, installed on the Bravura Security Fabric server, works in conjunction with the psproxy service. It is used to update the list of proxy servers registered on the Bravura Security Fabric server, and to push any files necessary to run connectors and list utilities to the proxy servers. This includes the Logging Service (idmlogsvc) being used on the proxy servers. Normally, updproxy is invoked as one of the first steps in the auto discovery batch file.

The UPDATE SYSTEM AGENT COUNT option controls how many proxy servers can be updated simultaneously. The default value is 50. This option can be set at Manage the system > Maintenance > Options .

The UPDATE SYSTEM AGENT COUNT option also controls how many target systems can be listed simultaneously.

Usage

Argument

Description

-list

Lists all proxy servers registered with the Bravura Security Fabric server.

-refresh

Copies the latest agents to all proxy servers.

-rotatelog <N>

Rotate the log folder for at most <N> rounds.

-proxy <IP address>/<port>

Specifies which proxy servers to refresh.

Unlike updinst , updproxy cannot be controlled using a configuration file. Proxies have different requirements compared to full instances. Currently updproxy works based on a hardcoded list of things that are relevant to proxy instances:

  • Connector Pack (instance or global)

  • Some utilities (updsvcpass, pscp, logutil)

  • \<instance>\script\

  • \<instance>\lib\

  • \<instance>\idmlib\

  • \<instance>\license\

  • \<instance>\component\

  • Services (idmlogsvc, psproxy)

Examples
  1. To show a list of currently registered proxy servers, type:

    updproxy -list
  2. To update agents on all the proxy servers, type:

    updproxy -refresh
  3. To update agents on a specific server, type:

    updproxy -refresh -proxy <IP address>/<port>