Starting the target environment
Disable
the automatic starting of all applications and schedulers in the target
environment, start the deployment manager, start the managed node
or nodes, and then start the servers.
Figure 1. Sample environment after the target is
started. The source environment is not running. The target can read
from the databases.
Procedure
- Disable the automatic starting of all
applications and schedulers in the target environment by running the
following command:
where:install_root\bin\BPMManageApplications.bat -autoStart false -target -propertiesFile target_migration_properties_file
- target_migration_properties_file is the full path to the
migration properties file in which you specified the configuration information for the target
environment. Make sure that the following updates have been made:
- The admin.username, admin.password, bpm.home, and profile.name properties have been changed to the target environment.
- The value of the target.config.property.file property is set to the full path of the configuration properties file that you used to create your target environment.
- The value of profile.name is set to the name of the target deployment manager profile.
- The values of source.*.cluster.name are still set to the source environment.
- -target specifies that the command will disable the target environment.
This command ensures that no new events or processes are entering the system.
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.
- target_migration_properties_file is the full path to the
migration properties file in which you specified the configuration information for the target
environment. Make sure that the following updates have been made:
- Start the deployment manager in the target environment.
- Start the nodes and make sure that they
are synchronized with the deployment manager. Important: If you have an environment with the Business Space component (for Heritage Process Portal) installed on multiple managed nodes in a cell, start only one node first and start the other nodes only after the first node has already started.
- Start the clusters.
- Check to make sure that all clusters, servers, and messaging engines have started.
Previous topic: Upgrading existing databases
Related reference: