Previous Topic: How to Prepare the Enterprise Management Server

Next Topic: Customize the Central Database Deployment Scripts

Prepare the Central Database for Enterprise Management

CA Access Control Enterprise Management requires a relational database management system (RDBMS). You must set this up before you install CA Access Control Enterprise Management.

You have two options for setting up your database to work with CA Access Control Enterprise Management:

To prepare the database for CA Access Control Enterprise Management

  1. If you do not already have one, install a supported RDBMS as the central database.

    Note: For a list of supported RDBMS software, see the Release Notes.

  2. Configure the RDBMS for CA Access Control Enterprise Management:

    Verify that the database can be accessed locally and from a remote client.

  3. (Optional) Pre-populate the central database using the deployment scripts CA Access Control provides.
    1. Customize the deployment scripts before you deploy them.

      The deployment scripts define four default user accounts that CA Access Control Enterprise Management uses (superadmin, selfreguser, neteautoadmin, [default user]). You can change the names of these default accounts and their passwords.

      Important! Customize the scripts only if you plan to use the embedded user store. If you use Active Directory, CA Access Control Enterprise Management does not store account information in the central database.

    2. Deploy the deployment scripts.
    3. Configure the database user that you will use for CA Access Control Enterprise Management installation.
      • For Oracle, keep the CONNECT and RESOURCE roles for the user you created.
      • For SQL Server, create a new user, selecting the database you created earlier as default, map the user to the database, and set the following permissions: CONNECT.SELECT, INSERT, DELETE, UPDATE, EXECUTE.