The execute command applies the settings from a configuration XML file for the specified configuration task. The command name is not case sensitive.
The following syntax includes line breaks to format the command for reading. Enter the command and options on a single line, without any line breaks.
configmgr_cl execute [-task task_type | -taskfile task_file_name]
-profile myprofile [-silent] [-force] [-help]
Option | Configuration file to execute | Description |
---|---|---|
omitted | configurebootstrap.xml configurepricingmodel.xml configurejdbcgcd.xml configurejdbcos.xml configurejdbcos.n.xml configureldap.xml configureldap.n.xml configureloginmodules.xml deployapplication.xml where n is an integer greater than or equal to 2 |
If you omit the -task task_type parameter and the -taskfile task_file_name parameter, then all the configuration files in the path are run. Any configuration XML file that has the enabled attribute value in the <configuration> tag set to false is skipped. |
configurebootstrap | configurebootstrap.xml |
Applies the settings for the Content Platform Engine bootstrap text extraction on the application server. The bootstrap information is needed for creating the global configuration database and for starting Content Platform Engine. |
configurepricingmodel | configurepricingmodel.xml |
Applies the license choices for IBM® FileNet® Content Manager or IBM Content Foundation, IBM Case Foundation, and IBM Case Manager. |
configurejdbcgcd | configurejdbcgcd.xml |
Applies the settings for configuring the JDBC connections to the global configuration database database used by Content Platform Engine. |
configurejdbcos | configurejdbcos.xml configurejdbcos.n.xml, where n is an integer greater than or equal to 2 |
Applies the settings for configuring JDBC connections to a single object store database used by Content Platform Engine. You need to generate, edit, and apply the configurejdbcos task settings for each object store in your database. When you generate a second object store JDBC configuration file, it is named configurejdbcos.2.xml. The filename increments for each new file you generate. You can edit the file name as needed. If your profile contains more than one configurejdbcos task, then you must specify the -taskfile task_file_name parameter to identify the task to run. |
configureldap | configureldap.xml configureldap.n.xml, where n is an integer greater than or equal to 2 |
Configures the connection to the directory server for authenticating Content Platform Engine users. WebSphere® Application Server or Oracle WebLogic Server only.) If you generate a second LDAP configuration file, then it is named configureldap.2.xml. The filename increments for each new file you generate. You can rename the file as needed. JBoss Application Server does not support multiple LDAP tasks. If your profile contains more than one configureldap task, then you must specify the -taskfile task_file_name parameter to identify the task to run. Oracle WebLogic Server only. When you run configureldap option,
the
value is set to SUFFICIENT for authenticating
users. |
configureloginmodules | configureloginmodules.xml | (WebSphere Application Server or JBoss Application Server only.) Creates the login modules for the Content Platform Engine application. |
deployapplication | deployapplication.xml | Deploys the Content Platform Engine application on the application server. |
If only one task file exists for the task_type, then the -taskfile task_file_name parameter is optional.
If more than one task file for the task_type exists, then you must include the -taskfile task_file_name parameter. You can omit the -task task_type parameter when you specify the -taskfile task_file_name parameter.
The following examples include line breaks to format the command for reading. Enter the command and options on a single line, without any line breaks.
configmgr_cl execute -profile wstdb2jdbc
configmgr_cl execute -task configurepricingmodel.xml -profile wstdb2jdbc
configmgr_cl execute -task configurejdbcos.xml -profile wstdb2jdbc
configmgr_cl execute -taskfile configurejdbc.2.xml -profile wstdb2jdbc
configmgr_cl execute -help