Migrate Instances
Ensure that the target Universal Messaging server has the migration utility installed. For information about the migration utility, see Upgrading IBM webMethods Products .
- View the command line help for the migration
utility using the
sagcc list administration product node_alias NUMRealmServer migration helpcommand. - Migrate all
Universal Messaging server instances present in a source installation using
the
sagcc exec administration product node_alias NUMRealmServer migration migrate srcDir=SAG_Installation_directorycommand.Note: Use this command when migrating from Universal Messaging server version 9.8 and later. - Start migration by providing the source
Universal Messaging instance name using the
sagcc exec administration product node_alias NUMRealmServer migration migrate srcDir=SAG_Installation_directory instanceName=instance_name[,instance_name,instance_name...]command .Note: Use this command when migrating from Universal Messaging server version 9.8 and later. - Start migration by passing arguments and using
the migrate.dat file using the
sagcc exec administration product node_alias NUMRealmServer migration migrate srcDir=SAG_Installation_directory importFile=migrate.datcommand.Note: Use this command when migrating from Universal Messaging server 9.0 through 9.7. The argumentsilentis set totrueandcontinueOnErroris set tofalseby default. - Start migration using the zip file from the old
product installation using the
sagcc exec administration product node_alias NUMRealmServer migration migrate srcFile=old_installation.zip importFile=migrate.datcommand. - Start migration using the zip file from the old
product installation and specifying the source
Universal Messaging instance name using the
sagcc exec administration product node_alias NUMRealmServer migration migrate srcFile=old_installation.zip instanceName=instance_name[,instance_name,instance_name...]command. - View APIs under the migration namespace using
the
sagcc list administration product node_alias NUMRealmServer migrationcommand. - View if
Universal Messaging supports migration as a custom API using the
sagcc list administration product node_alias NUMRealmServercommand.
Examples
- To view the command line help:
sagcc list administration product sag01 NUMRealmServer migration helpwhere
sag01is the alias name of the installation whereNUMRealmServerserver instance is running.migrationis the namespace for the custom Command Central API.Helpis the command to view the migration tool's command line help. - To migrate all
Universal Messaging server instances present in a source installation:
sagcc exec administration product sag01 NUMRealmServer migration migrate srcDir=C:\SoftwareAGwhere
sag01is the alias name of the installation whereNUMRealmServerserver instance is running.migrationis the namespace for the custom Command Central API.migrateis the command to access the migration tool.scrDiris the source IBM installation directory. - To start migrating an older server instance to
a new
NUMRealmServerserver instance by providing the source instance name:sagcc exec administration product sag01 NUMRealmServer migration migrate srcDir=C:\SoftwareAG instanceName=umserver1,umserver2where
sag01is the alias name of the installation whereNUMRealmServerserver instance is running.migrationis the namespace for the custom Command Central API.migrateis the command to access the migration tool.scrDiris the source IBM installation directory.instanceNamecontains the comma-separated names of the Universal Messaging instances that will be migrated. - To start migrating an older server instance to
a new
NUMRealmServerserver instance using the migrate.dat file:sagcc exec administration product sag01 NUMRealmServer migration migrate srcDir=C:\SoftwareAG silent=true importFile=migrate.datwhere
sag01is the alias name of the installation whereNUMRealmServerserver instance is running.migrationis the namespace for the custom Command Central API.migrateis the command to access the migration tool.scrDiris the source IBM installation directory.importFilespecifies the data file containing the migration settings. - To start migration using the zip file from the
old product installation:
sagcc exec administration product sag01 NUMRealmServer migration migrate srcFile=99Src.zip importFile=migrate.datwhere
sag01is the alias name of the installation whereNUMRealmServerserver instance is running.migrationis the namespace for the custom Command Central API.migrateis the command to access the migration tool.scrFileargument is used to provide the name of the zip file from the source Universal Messaging instance.importFilespecifies the archive file path containing migration settings. - To view APIs under the migration namespace for
the
NUMRealmServerserver instance:sagcc list administration product sag01 NUMRealmServer migrationwhere
sag01is the alias name of the installation whereNUMRealmServerserver instance is running. - To view if
Universal Messaging supports migration as a custom API:
sagcc list administration product sag01 NUMRealmServerwhere
sag01is the alias name of the installation whereNUMRealmServerserver instance is running.