Performing the initial transfer to the satellite

This topic describes how to generate, send, and receive the initial transfer package. Before you can create an integration testing project in the satellites, you must first send the master hello project and associated data to each satellite.

Before you begin

This action requires the dcm_mgr role.

Procedure

  1. Start a CLI session.
  2. Transfer the Master Transfer of hello project transfer set to the satellite, IL.

    ccm dcm -generate -transfer -ts "Master Transfer of hello project" -dbid IL

    This operation generates, transfers, and initiates the automatic receive of the transfer package. When the generate and transfer operations are completed, IL automatically receives the transfer set. IL then has a copy of the baseline, a copy of the hello-1.0 project, and copies of the All completed tasks for release hello/2.0 folder and the All completed tasks for hello/2.0 from database MA folder.

    The IL database also has the process rules for the hello/2.0 release, and release definitions for hello/1.0 and hello/2.0. These process rules were included in the transfer package. You can check the process rules using the ccm dcm -show -dbid IL command.

    The IL database also sets up a skeleton DCM database definition for MA. You can check this database definition using the ccm dcm -show -dbid MA command.


Feedback