To migrate the database for the common components, perform the following steps.
Follow these steps:
This directory contains the following zip files that are applicable for this migration path:
Important! If CA Strong Authentication is 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 10
Note: Click Yes if you are prompted to overwrite any existing files.
%ARCOT_HOME%\tools\common\upgrade
Copy the JAR to the %ARCOT_HOME%\tools\common\upgrade\lib directory.
%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 file.
|
Option |
Description |
|---|---|
|
JVM-Options |
The following JVM options are required only if LDAP organizations are configured:
-Dcom.arcot.ldap.migration.timeout=<duration>: The migration of an LDAP organization involves fetching all the users from the LDAP server and migrating the users to the CA Risk Authentication database. This parameter sets the maximum time (in minutes) taken to fetch all users from the LDAP server, beyond which the migration of the LDAP organization is marked as failed. The LDAP migration timeout for 1,00,000 users is approximately 240 minutes or 4 hours. However, the timeout value would depend on the type of hardware configuration being used. The default value of this parameter is 240 minutes. Note: Ensure that the java command executable belongs to JAVA_HOME identified in Step 7. If JAVA_HOME is not set, modify the PATH environment variable to include %JAVA_HOME%\bin. |
|
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 for which the upgrade is run. If you do not specify the product name, the product name is assumed to be common. Possible values are:
|
|
prompt |
Prompts whether to proceed further after each phase of the upgrade process is completed successfully. The upgrade process happens in the following phases:
This option You can choose to run the upgrade 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. |
Note: If you are upgrading from release 1.0.x, verify for the following line in the %ARCOT_HOME%\logs\arcot_common_upgrade.log file:
Upgrade for common from version 1.0.x to version 2.0 run successfully.
The presence of this line in the log confirms that the database was upgraded successfully.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|