Migrating Deployed Projects Using Command Central
Command Central uses the built-in Application Platform migration utility to migrate Application Platform projects deployed to Integration Server or My webMethods Server. When you start the migration process, the Application Platform migration utility validates the available project bundles, copies them to the destination server, and inserts the currently deployed configuration file into the destination jar file.
Before you migrate Application Platform projects using Command Central:
Ensure that the
Platform Manager and
Command Central server processes are running on the target installation.
Run the
sagcc list administration command to verify that the migration API for
Application Platform is available in the migration namespace. For more information about the
sagcc list administration command, see
Software AG Command Central Help.
To migrate deployed Application Platform projects, run the sagcc exec administration command with the required parameters. You can run the migration utility more than once. If a project bundle already exists in the destination directory, the Application Platform migration utility archives the bundle in the following directory: Software AG_directory\common\migrate\AppPlatform\archives.
Command Syntax
sagcc exec administration product node_alias PLSCore migration migrate
srcDir=source_directory_path
importFile=migration_settings_path
[options]
Argument | Description |
node_alias | The alias of the node on which the administrative action is executed. |
srcDir=source_directory_path | The full path to the installation directory of the source installation. |
importFile=migration_settings_path | Optional. The full path to the migrate.dat file that contains custom migration settings. |
[options] | Optional. The command allows all options supported by the Command Central Command Line Interface. |
For more information about the sagcc exec administration command, see Software AG Command Central Help.
Examples
To migrate all Application Platform projects for the product with ID "PLSCore" in the installation with alias "local", using the credentials of the default user and the password "manage":
sagcc exec administration product local PLSCore migration migrate
srcDir=C:\SoftwareAG990
importFile=migrate990sbs.dat
-p manage
The migration utility uses "C:\SoftwareAG990" as the source directory and gets the migration settings from the "migrate990sbs.dat" file.