Previous Topic: How to  Deploy CA Strong Authentication on a Single SystemNext Topic: Post-Installation Tasks


Perform a Complete Installation

To install all component on a single system, use the Complete option. Custom installation allows you to install only the selected components from the package. This option is recommended for advanced users.

Follow these steps:

  1. Log in and navigate to the directory where you extracted the installer.
  2. Verify that you have the permission to run the installer. If not, run the following command:
    chmod a=rx CA-StrongAuthentication-8.0-Linux-Installer.bin
    
  3. Run the installer as follows:
    sh CA-StrongAuthentication-8.0-Linux-Installer.bin
    
  4. Press Enter to continue with the installation.

    The License Agreement appears.

  5. Accept the License Agreement:
    1. Enter y to accept the acceptance of License Agreement and to continue with the installation.

    The Choose Installation Location options appear.

  6. Perform one of the following steps:

    The installation types (Complete and Custom) supported by CA Strong Authentication appear.

  7. Enter 1 to select the default (Complete) option and install all components of CA Strong Authentication, and press Enter to continue.

    The Database Type options appear.

  8. Enter the number corresponding to the database, and press Enter to continue:

    The Primary Database Access Configuration options appear.

    Note: CA Strong Authentication supports Oracle Real Application Clusters (Oracle RAC). To use Oracle RAC , select Oracle Database in this step, perform the next step (Step 9), and then perform the steps in Configuring CA CA Strong Authentication for Oracle RAC.

  9. Depending on the database that you use:

Parameter

Description

Primary ODBC DSN

The installer creates an ODBC connection that CA Strong Authentication uses to connect to the database.

The recommended value to enter is arcotdsn.

User Name

The database user name for CA Strong Authentication to access the database. This name is specified by the database administrator. (MS SQL Server, typically, refers to this as login.)

Note: It is recommended that you use different user names for the primary and backup DSNs.

Password

The password associated with the User Name you specified in the previous field and which is used by CA Strong Authentication to access the database. This password is specified by the database administrator.

Server Name

The host name or IP address of the CA Strong Authentication datastore.

  • Default Instance

Syntax: <server_name>

Example: demodatabase

  • Named Instance

Syntax: <server_name>\<instance_name>

Example: demodatabase\instance1

Port Number

The port on which the database server listens to the incoming requests.

Note: Press Enter, if you want to accept the default port.

Database

The name of the MS SQL database instance.

Parameter

Description

Primary ODBC DSN

The installer creates an ODBC connection that CA Strong Authentication uses to connect to the database.

The recommended value to enter is arcotdsn.

User Name

The database user name for CA Strong Authentication to access the database. This name is specified by the database administrator.

Note: The User Name for the Primary and Backup DSNs must be different.

Password

The password associated with the User Name you specified in the previous field and which is used by CA Strong Authentication to access the database. This password is specified by the database administrator.

Host Name

The host name or IP address of the CA Strong Authentication datastore.

  • Default Instance

Syntax: <server_name>

Example: demodatabase

  • Named Instance

Syntax: <server_name>\<instance_name>

Example: demodatabase\instance1

Port Number

The port at which the Database listens to the incoming requests.

Note: Press Enter, if you want to accept the default port.

Database

The name of the IBM DB2 database instance.

Parameter

Description

Primary ODBC DSN

The installer creates an ODBC connection that CA Strong Authentication uses to connect to the database.

The recommended value to enter is arcotdsn.

User Name

The database user name for CA Strong Authentication to access the database. This name is specified by the database administrator.

Note: The User Name for the Primary and Backup DSNs must be different.

Password

The password associated with the User Name you specified in the previous field and which is used by CA Strong Authentication to access the database. This password is specified by the database administrator.

Service ID

The Oracle System Identifier (SID) that refers to the instance of the Oracle database running on the server.

Port Number

The port at which the Database listens to the incoming requests.

Note: Press Enter, if you want to accept the default port.

Host Name

The host name or IP address of the datastore.

Syntax: <server_name>

Example: demodatabase

Parameter

Description

Primary ODBC DSN

The installer creates an ODBC connection that CA Strong Authentication uses to connect to the database.

The recommended value to enter is arcotdsn.

User Name

The database user name for CA Strong Authentication to access the database. This name is specified by the database administrator. (MS SQL Server, typically, refers to this as login.)

Note: The User Name for the Primary and Backup DSNs must be different.

Password

The password associated with the User Name you specified in the previous field and which is used by CA Strong Authentication to access the database. This password is specified by the database administrator.

Server Name

The host name or IP address of the CA Strong Authentication datastore.

  • Default Instance

Syntax: <server_name>

Example: demodatabase

  • Named Instance

Syntax: <server_name>\<instance_name>

Example: demodatabase\instance1

Port Number

The port on which the database server listens to the incoming requests.

Note: Press Enter, if you want to accept the default port.

Database

The name of the MS SQL database instance.

The Backup Database Access Configuration options appear.

  1. Perform one of the following steps:

    The Encryption Configuration options appear. Use these options to select the encryption mode and set the information used for encryption.

  2. Specify the following information:
    1. Enter y if you want to use a Hardware Security Module (HSM) to encrypt the sensitive data. Enter n if you want to use the software encryption, in this case you do not have to provide the following HSM information.

      Note: The following options appear only if you choose to use HSM.

    2. Enter 1 if you want to use Luna HSM or 2 if you want to use nCipher netHSM.
      • HSM PIN: Enter the password that is used to connect to the HSM.
      • Shared Library: The absolute path to the PKCS#11 shared library corresponding to the HSM.

      Note: Enter the absolute path of the libcknfast.so file.

      • Storage Slot Number: The HSM slot where the 3DES keys used for encrypting the data are present. The default value for Luna is 0, and for nCipher netHSM the default value is 1.

      Note: The HSM parameter values are recorded in the arcotcommon.ini file located at <install_location>/arcot/conf. To change these values after installation, edit the arcotcommon.ini file, as discussed in appendix, "Configuration Files and Options".

  3. Press Enter to continue.

    The Pre-Installation Summary appears.

  4. Review the product details displayed carefully and press Enter to proceed with the installation.

    The Installing message appears. This may take several minutes

    After the preceding tasks are completed successfully, the Installation Complete message appears.

  5. Press Enter to exit the installer.

    You may have to wait for a few minutes (for the installer to clean up temporary files) until the prompt reappears.

  6. Verify that UTF-8 support is enabled:
    1. Navigate to the <install_location>/arcot/odbc32v70wf/odbc.ini file.
    2. Locate the [ODBC] section.
    3. Ensure that the IANAAppCodePage=106 entry is present in the section.
    4. If you do not find this entry, then add it.
    5. Save and close the file.