Content Platform Engine, Version 5.2.1       Application server:  WebLogic Application Server     

Generating one configuration XML file at a time (WebLogic)

From the command line, you can generate each of the required configuration XML files for Content Platform Engine one file at a time.

About this task

You must generate the configuration XML files for each of these required configuration tasks:

Procedure

To generate a single configuration XML file:

  1. Log on to the application server as config_mgr_user, the user who will run Configuration Manager.
  2. Change the current directory to ce_install_path/tools/configure.
  3. Run the appropriate command for the task you need. Do not type any line breaks when you enter the command.
    Generate the configurebootstrap.xml file for the configurebootstrap task:
    configmgr_cl generateconfig -appserver app_server_type
     -task configurebootstrap -bootstrap bootstrap_operation
     -profile myprofile
    Generate the configurepricingmodel.xml file for the configurepricingmodel task for the licenses:
    configmgr_cl generateconfig -appserver app_server_type
    -task configurepricingmodel -profile myprofile
    Generate the configurejdbcgcd.xml file for the configurejdbcgcd task for the GCD data sources:
    configmgr_cl generateconfig -appserver app_server_type
     -db db_type -task configurejdbcgcd -profile myprofile
    Generate the configurejdbcos.n.xml file for the configurejdbcos task for the data sources for a single object store:
    configmgr_cl generateconfig -appserver app_server_type
     -db db_type -task configurejdbcos -profile myprofile
    If you are upgrading FileNet® P8 from a version prior to 5.2.0, generate the configurejdbcos.n.xml file for the configurejdbcgos task for the data sources for Process Engine:
    configmgr_cl generateconfig -appserver app_server_type
     -db db_type -task configurejdbcos -profile myprofile
    Generate the configureldap.xml file for the configureldap task:
    configmgr_cl generateconfig -appserver app_server_type
     -ldap ldap_type -task configureldap -profile myprofile
    where:
    -appserver appserver_name
    -appserver appserver_type specifies the type of application server and must be WebLogic.
    -db database_type
    The -db database_type parameter is required only when you are generating files by using the configurejdbcgcd or configurejdbcos option. This parameter specifies the type of database to be used by Content Platform Engine and must be mssql, oracle, oracle_rac, db2, db2zos, or db2pshadr.
    -ldap ldap_type
    The -ldap ldap_type parameter is required only when you are generating all the files at the same time or when you are generating a single file by using the configureldap option. This parameter specifies the type of directory service repository that Content Platform Engine uses for authenticating users and must be activedirectory, adam, ca, edirectory, oid, oracledirectoryse, or tivoli. The adam value applies to both Microsoft ADAM and AD LDS.
    -bootstrap bootstrap_operation
    The -bootstrap bootstrap_operation parameter is required only when you are generating all the files at the same time or when you are generating a single file by using the configurebootstrap option. This parameter specifies the bootstrap and text extraction operation for the profile and must be new, modify, or upgrade.
    -task task_name
    The required parameter -tasktask_name specifies which task generates a corresponding XML file. task_name can be one of the following: configurebootstrap, configurepricingmodel, configurejdbcgcd, configureldap, or configureloginmodules.
    -profile myprofile
    The -profile myprofile parameter specifies the profile to use. Use one of the following values for myprofile:
    • The name of the profile, such as ce_was_tiv_db2. The profile must be located in the ce_install_path/tools/configure/profiles directory, where ce_install_path is the location where the Content Platform Engine software is installed.
    • The absolute path to the profile directory, such as "C:\Program Files\IBM\FileNet\ContentEngine\tools\configure\profiles\ce_was_tiv_db2" or /opt/IBM/FileNet/ContentEngine/tools/configure/profiles/ce_was_tiv_db2.
    • The absolute path to the profile input file, such as "C:\Program Files\IBM\FileNet\ContentEngine\tools\configure\profiles\ce_was_tiv_db2\ce_was_tiv_db2.cfg" or /opt/IBM/FileNet/ContentEngine/tools/configure/profiles/ce_was_tiv_db2/ce_was_tiv_db2.cfg.
    Remember: If the path includes a directory name with spaces, enclose the entire path in quotation marks. For example, enter "C:\Program Files\IBM\FileNet\ContentEngine\tools\configure\profiles\ce_was_tiv_db2\ce_was_tiv_db2.cfg".
  4. Repeat as needed to generate all the required XML configuration files.


Last updated: March 2016
p8pup663.htm

© Copyright IBM Corporation 2013, 2016.