ZDU - Distributed Installation

To upgrade the Automation Engine without any downtime, you use the ZDU Upgrade Process. For this purpose, you have to set up a distributed installation. This serves to ensure that a base and a target version system are available for conducting the upgrade and that testing the proper running of tasks and jobs is possible in the target version.

Notes:

This page includes the following:

Overview

As base and target version CP/WP processes are active in the parallel mode, you have to set up two separate installations in separate bin directories, one instance of the version you want to upgrade from (base), another of the version you want to upgrade to (target). These may be to installation on the same host (recommended), or in separate hosts.

Important! You have to use the same INI file (ucsrv.ini) for base and target version, located in one directory only. When updating to this version, please check the new port definition for all types of server processes.

More information:

Split an Existing Installation

In most cases this will be the solution of choice.

  1. Use two separate bin directories.
  2. Split an existing installation:
    1. In this case you use already configured and known ports.
    2. You would shut down half the system, that is, shut down half the number of all existing WPs and CPs. After upgrading the shut down ones to the target version, you would start them again.

Advantage:

Disadvantages:

Distributed Installation

In rare cases, where the number of agents in a system are tens of thousands, this setup is advisable. In case of doubt consult CA Automic support.

  1. Set up two installations of the AE system you want to upgrade (base version).
    1. Use either the same host and set up two separate installations.
    2. Alternatively use two separate hosts and separate installations.
  2. You have to configure double the amount of ports than are usually necessary for the correct working of an AE system.
    1. These ports have to be known to any clients that are going to connect to a CP, therefore enter them either in the INI or the config file.
      This is necessary, because at some point during the upgrade base and target version CPs have to be active in a parallel mode at the same time.
  3. You also have to create double the amount of MQ1CPnnn and MQ2CPnnnn in the database.

Advantages:

Disadvantages:

Combine with a Proxy

You can execute the ZDU by using the most hassle-free solution and run a Proxy.

The Proxy combines and reroutes CP connections, while agents just connect to the Proxy, using the ports or port ranges configured in it.

  1. You have to set up one of the environment variants explained above, use a distributed installation or split your existing environment.
  2. Configure the second system in the Proxy accordingly.
  3. The Proxy will then reroute connections to either the base or target version CPs, as necessary.

Advantages:

See also:

Upgrade Process