Skip to main content

Install, Configure, and Upgrade Guide for 26.x

Set up the pcemigrate Workstation

  • Before you start the initial replication, prepare the dedicated workstation that contains the pcemigrate tool.

1. Upgrade the PCE to a migration-ready version

The migration-ready version for the PCE is release 26.2.10.

If your PCE is on a previous release, you must upgrade to 26.2.10 first. See Upgrade the PCE.

2. Edit the runtime configuration for a supercluster

If the on-premises PCE is a supercluster, configure pcemigrate access to each region of the supercluster.

pcemigrate pce-add --name <name> --fqdn <pce-fqdn> --port <port> --ev-fqdn <ev-service-fqdn> --ev-port <port> --sb-port <port> --api-user <api_username> --api-key <api_password> --org <orgid>

where

  • <pce-fqdn> is the FQDN of the PCE.

  • <ev-service-fqdn> is the FQDN of the Event Service.

  • --ev-port is the Event Service port. This information can also be found in the runtime.yaml file.

    If it's not available here, the defaults are: event-service-port: 8444; north-bound-port: 8443.

  • --sb-port is the Southbound API port (8444)

  • pce-add is performed by FQDN.

    For example, for PCEmycompany.com, you will add pce1-.mycompany.com , not the individual nodes under it. You need to add it only once.