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.

If the on-prem PCE is a supercluster, configure pcemigrate access for each region within 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.