The Configuration and Installation Manager (CIM) helps to simplify product configuration by walking you through the required steps. This ensures that all necessary steps are completed and are done in the correct order. You can use CIM to get an installation running quickly and easily.

CIM handles the following configuration steps:

See the CIM help and the ATG Installation and Configuration Guide for additional information on CIM.

To configure Commerce using CIM, do the following:

  1. Install your application server.

  2. Install your Oracle ATG Web Commerce applications, using the appropriate installers for each.

  3. Create your databases and set up accounts (note that you do not need to do this if you are configuring the included MySQL demo database).

  4. To start CIM, go to <ATG10dir>/home/bin and type:

    cim

    Note: Type H at any prompt for additional information as you proceed through the configuration steps. Note also that CIM menus change dynamically depending on which products you have installed and which selections you have previously made in your configuration.

  5. Select the products you want to configure.

  6. Select add-ons. Add-ons are applications that support other applications, but which are unlikely to be used on their own.

  7. Select any demo applications you want to install.

  8. Select whether you want to configure a switching or a non-switching datasource. See Creating Tables for a Switching Schema for more information on switching.

  9. Select your application server.

  10. Configure your database. This involves the following steps:

    • Configure datasources for each database. A datasource is a configuration file that contains the connection information for your database. CIM automatically calculates which databases are required to support your installation. (For example, if you are not using switching, you probably only need to configure Publishing and Production Core datasources; if you are using switching, you must also configure your two switching datasources.)

      For the MySQL demo database, use the following values:

      User name: (see table that follows for user names)

      Password: (see table that follows for passwords)

      Host: localhost

      Port: 3306

      Database Name: (see table that follows for database names)

      Database URL: (automatically generated)

      JNDI Name: (use the CIM-generated name)

      Driver Path: <ATGdir>/MySQL/mysql-connector-java-5.1.15-bin.jar

      Database Name

      Account User Name

      Password

      production_core

      prod

      Welcome1

      publishing

      pub

      Welcome1

      switchingA

      switchA

      Welcome1

      switchingB

      switchB

      Welcome1

      agent

      agent

      Welcome1

      datawarehouse

      dw

      Welcome1

    • Create schemas. CIM automatically runs the scripts that create your database schemas and imports any initial data required. Before you can import data into the MySQL demo database, you may be prompted to create passwords for user accounts.

  11. Configure your server instances. See the ATG Installation and Configuration Guide for information on server instances. CIM automatically calculates the minimum number of server instances required to run your installed products. For most Commerce installations, you need at least a publishing server and a production server.

  12. Assemble and deploy your application EAR files to your application server.

Note that CIM does not configure the following:


Copyright © 1997, 2012 Oracle and/or its affiliates. All rights reserved.

Legal Notices