Enabling automatic starting, then stopping the environment

Before you proceed with the Business Space steps, enable the automatic starting of the target environment, and then stop the target environment. These steps are required before migrating the Business Space database and data.
Figure 1. Sample environment after the target is started. The source environment is not running. The target can read from the databases.
The details of the diagram are provided in the figure caption.

Procedure

  1. Enable the automatic starting of all your applications and schedulers in the target environment by running the following command:
    install_root/bin/BPMManageApplications.sh -autoStart true -target -propertiesFile target_migration_properties_file
    where:
    • target_migration_properties_file is the full path to the migration properties file in which you specified the configuration information for the target environment.
    • -target specifies that the command will enable the target environment.
    You can follow the progress of the command by reading the output, which includes the following actions:
    • Changing the auto start setting for each individual application
    • Setting the auto start for each scheduler
    • Synchronizing all custom nodes with the cell repository
    After the command has completed successfully, you see a message similar to the following message:
    CWMCO4021I: Auto-start properties were set for all applications and the scheduler daemon.
  2. Stop the target environment:
    1. Stop the target environment.
    2. Stop the deployment manager and the nodes.