DataPlane Platform Administration
Also available as:
PDF

Initialize the target DP host

  1. Copy the public and private key files from the source host to the target host:
    /usr/dp/current/core/bin/certs/ssl-cert.pem
    /usr/dp/current/core/bin/certs/ssl-key.pem 
  2. On the target host, edit /usr/dp/current/core/bin/config.env.sh file and set to the above:
    DATAPLANE_CERTIFICATE_PUBLIC_KEY_PATH
    DATAPLANE_CERTIFICATE_PRIVATE_KEY_PATH 
    Note
    Note
    Leave USE_EXTERNAL_DB set to no and do not configure the target host to use the external database at this time. Otherwise, the external database will be reset, losing your DP information.
  3. On the target host, initialize the deployment.
    dpdeploy init --all
  4. Stop the DP instance on source host if it is still running so that no new changes are happening to the instance.
    dpdeploy stop
  5. Copy the keystore from the source host to the target host:
    /usr/dp/current/core/bin/certs/dp-keystore.jceks
  6. Replace config.env.sh from /usr/dp/current/core/bin/ of target host with /usr/dp/current/core/bin/config.env.sh of the source host.
  7. On the target host, stop the DP instance:
    dpdeploy stop
  8. Start the DP instance on the target host and be sure to enter the same Master Password that was used with your source host:
    dpdeploy start