Preparing the MDB and the DBMS is a required task whether you upgrade using a migration model or a traditional model.
Follow these steps:
Note: For instructions to back up CA MDB, see your DBMS documentation.
These steps are optional and are recommended to help improve the performance of the product. These steps can require from several minutes to an hour, depending on the volume of the data in the table.
select * into usm_system_change_detail_temp from usm_system_change_detail where old_value!=new_value
This command copies the required data to a temporary table.
The required computers are the new CA Service Catalog computers, on which you plan to install or upgrade one or more CA Service Catalog products or components.
Important! When replication has been added, the database tables are locked from any schema changes, even if replication is turned off. As a result, the upgrade cannot run successfully.
Note: For instructions to remove replication, see your DBMS documentation. Also see that documentation for instructions to add it again, after you have completed the upgrade.
You have prepared the MDB and the DBMS.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |