Previous Topic: How to Deploy the User Behavioral Profiling ModelNext Topic: Database Configuration


Verify Prerequisites

Before you configure User Behavioral Profiling, verify the following prerequisites:

Hardware and Software requirements

4 servers are required for the User Behavioral Profiling implementation. The hardware and software requirements are:

CA Advanced Authentication User Behavioral Profiling Server

CA CA Strong Authentication/CA CA Risk Authentication Server

Active Directory Server

Database Server

Third-Party Components

Java SDK

Verify the current version of Java is 1.6 or greater on the CA Advanced Authentication User Behavioral Profiling.

To upgrade to version 1.7 or to install the Java component, follow the steps that are provided in the ORACLE Java download site.

Environment Variables

To execute the application at Java Location set the environment components.

Follow these steps:

  1. Navigate to system properties of the computer.
  2. In the advanced tab click Environment Variables and set the system variables.
  3. To set the New System Variable, set the JAVA_HOME system variable value to \Program Files (x86)\Java\jdk1.7.0_51.

    Note: The folder name (jdk1.7.0_51 in this example) is different if you download a different JDK release. Verify that the variable value represents the correct folder.

  4. To set the Edit System Variable, update the PATH system variable value by adding \%JAVA_HOME%\jre\bin after the path.
  5. From a command prompt window, type Java then press Enter.
  6. If Java was correctly added to the PATH system variable, you see usage information about java.

    Note: Server restart is required to update the system variable.