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-portis the Event Service port. This information can also be found in theruntime.yamlfile.If it's not available here, the defaults are:
event-service-port: 8444;north-bound-port: 8443.--sb-portis the Southbound API port (8444)pce-addis performed by FQDN.For example, for
PCEmycompany.com, you will addpce1-.mycompany.com, not the individual nodes under it. You need to add it only once.