BIP8847
Severity
10 : WarningMessage
migrates a components queues, registry, database and file-system information between different versions.
Syntax:
mqsimigratecomponents componentName [ -s sourceVersion ] [ -t targetVersion ] [ -c ] [ -1 ] [ -2 ] [ -3 ] [ -v ] [ -q ] [ -u ]
Explanation
Command Options:
'componentName' is the name of the component to query for its registry data
'-s sourceVersion' The current version of the component.
'-t targetVersion' The version of the component to migrate to.
'-c' Do a pre-migration check of the specified component. This will attempt to determine whether the current state of the component is such that it can be safely migrated.
'-1' Do only registry and file-system related migration work. Use this when security restrictions prevent the command from migrating WebSphere MQ, registry and file-system and database in one step.
'-2' Do only WebSphere MQ related migration work. Use this when security restrictions prevent the command from migrating WebSphere MQ, registry and file-system and database in one step.
'-3' Do only database related migration work. Use this when security restrictions prevent the command from migrating WebSphere MQ queues, registry and file-system and database in one step.
'-v' Do a post-migration check of the specified component. This will double-check whether the migration has completed successfully.
'-q' reduce the verbosity of the progress of the command.
'-u' Undo a failed migration step. At least one of -1, -2 or -3 must also be specified. This should only be used when migration has failed, and also failed to auto-recover.