BPMManageApplications command-line utility
Use the BPMManageApplications command-line utility to make sure that no new events or processes are entering the system during migration when you are migrating from IBM® BPM Advanced.
- Before you take a snapshot of the source environment
- Before you run the migration command (BPMMigrate) in the target environment (to make sure that no new events are coming into the source databases)
- After you apply all configuration updates in the target environment
- If migration fails, to restore the source environment
Prerequisites
- The user name and password are taken from the migration.properties file.
The user name must have various WebSphere privileges. The WebSphere
primary administrative user has them all. In the source environment,
you can find the primary administrative user name in the administrative
console by going to . In
the target environment, if you do not have access to the administrative
console, you can find
bpm.de.authenticationAlias.#.name=CellAdminAliasin the BPMConfig properties file. Use the user name and password for that alias.
Location
The BPMManageApplications command-line utility is in the
install_root_V19.0.0.3/bin
directory.
If you installed the new version of the product on a different computer and copied the migration files to the source environment, the file is found in remote_migration_utility/bin on the source computer.
If you use the remote migration utility to run the command in the source environment, the log file is in remote_migration_utility/logs/migration.
Otherwise, the log file is in install_root_V19.0.0.3/logs/migration in the target environment.
Syntax
- To disable the automatic starting of applications and
schedulers:
BPMManageApplications -autoStart false -source|-target -propertiesFile migration_properties_file - To enable the automatic starting of applications and
schedulers:
BPMManageApplications -autoStart true -source|-target -propertiesFile migration_properties_file
You must restart the server after running this command.
Parameters
- -autoStart false
- Required parameter that stops the scheduler daemon and all applications that are deployed on the server, and disables the automatic starting of all applications and schedulers in the deployment environment.
- -autoStart true
- Required parameter that enables the automatic starting of all applications and schedulers.
- -source|-target
- Required parameter that specifies whether the command will disable or enable the source environment or the target environment.
- -propertiesFile
- Required parameter that specifies the full path to the migration properties file in which you
specify the configuration information for the source or target environment.
- If you installed the new version of the product on the same computer as the source environment,
the sample file is found in install_root_
V19.0.0.3/util/migration/resources/migration.properties. - If you installed the new version of the product on a different computer and copied the migration files to the source environment, the sample file is found in remote_migration_utility/util/migration/resources/migration.properties.
You must check all the properties in this file, and edit them if required.
- If you installed the new version of the product on the same computer as the source environment,
the sample file is found in install_root_
- -help
- Optional parameter that provides the command usage.
Examples

./BPMManageApplications.sh -autoStart true -source -propertiesFile /opt/BPMV19.0.0.3/util/migration/resources/source_migration.properties
BPMManageApplications.bat -autoStart false -target -propertiesFile "E:\Upgrade Utilities\util\migration\resources\target_migration.properties"