To migrate the database for the common components that CA Strong Authentication uses, perform the following steps.
Follow these steps:
This folder contains the following zip files that are applicable for this migration path:
Important! If CA Risk Authentication is already upgraded to 8.0, or if current CA Strong Authentication version is 7.x, or if current CA Risk Authentication version is 3.x, then ignore Steps# 2 to 12.
%ARCOT_HOME%/tools/common/upgrade/
Extract the contents of the arcot-common-db-upgrade zip in this directory.
Note: For Oracle Database and IBM DB2 UDB, use the JDBC JAR version that is applicable to the database. For Microsoft SQL Server, use sqljdbc4.0 (Microsoft JDBC Driver 4.0 for SQL Server).
to
JAVA_HOME-used-by-App-Server/jre/lib/ext
$ARCOT_HOME/tools/common/upgrade/
java [JVM_Options] -jar arcot-common-upgrade-framework.jar [--log-file <log-file-name>] [--log-level <log-level>][--commit-batch-size <batch_size>] [--product-name common][--prompt][--mst]
The following table describes the options that are supported by this JAR:
|
Option |
Description |
|---|---|
|
JVM-Options |
The following JVM options are required only if LDAP organizations are configured:
|
|
log-file |
Specifies the path to the log file:
|
|
-log-level |
Specifies the log level. If you do not provide any value, the upgrade log level is set to INFO. |
|
commit-batch-size |
Specifies the number of transactions to be issued to the database before a COMMIT statement is issued. |
|
product-name |
Specifies the name of the product that has to be migrated. The default value is common. |
|
prompt |
Prompts whether to proceed further after each phase is completed successfully. You can choose to run the tool later to continue from where it stopped. If this option is not specified, the upgrade tool runs without any prompting until the upgrade process is completed. |
|
mst |
Refers to the Monitoring Sleep Time. If you specify this option, the upgrade tool prints diagnostic messages describing the progress made during upgrade after sleeping for the specified duration (in minutes.) The default value is two minutes. |
12. Check the log file $ARCOT_HOME/logs/arcot_common_upgrade.log to ensure that the common database migration was successful.
Important! While migrating the database, if you encounter errors due to a step that you have performed incorrectly, restore the database backup that you created earlier. After you verify that the database is correctly restored, retry the database migration procedure.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|