The generateconfig command generates the 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 generateconfig -appserver app_server_type
-license license_type
-repositorytype ldap_repository_type
-db database_type -ldap ldap_type -bootstrap bootstrap_operation
-deploy deploy_type -task task_type -taskname display_name
-profile myprofile [-silent] [-force] [-help]
Specify standard if you are deploying Content Platform Engine to a stand-alone (that is, a server that is not managed or clustered) WebSphere Application Server, JBoss Application Server or Oracle WebLogic Server.
Specify cluster if you are deploying Content Platform Engine to a WebSphere Application Server, JBoss Application Server orOracle WebLogic Server cluster.
Specify netdeploy if you are deploying Content Platform Engine to a managed WebSphere Application Server instance. That is, you are using Network Deployment to manage individual servers that are not in a cluster.
Option | Configuration file to generate | Description |
---|---|---|
omitted | applicationserver.xml configurepricingmodel.xml configurebootstrap.xml configurejdbcgcd.xml configurejdbcos.xml configureldap.xml configureloginmodules.xml deployapplication.xml |
If you omit the -task task_type parameter, then all the default configuration files for a profile are created. |
configurepricingmodel | configurepricingmodel.xml |
Generates the file that specifies the license choices for IBM® FileNet® Content Manager or IBM Content Foundation, IBM Case Foundation, and IBM Case Manager. |
configurebootstrap | applicationserver.xml configurebootstrap.xml |
Generates the file for the application server properties and the file with the settings for the Content Platform Engine bootstrap on the application server. The bootstrap information is needed for creating the global configuration database and for starting Content Platform Engine. |
configurejdbcgcd | applicationserver.xml configurejdbcgcd.xml |
Generates the file for the application server properties and the file with the settings for configuring the JDBC connections to the global configuration database database used by Content Platform Engine. If the profile already contains an applicationserver.xml file, the existing file is retained. |
configurejdbcos | applicationserver.xml configurejdbcos.xml configurejdbcos.n.xml, where n is an integer greater than or equal to 2 |
Generates the file for the application server properties and the file with 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 cannot change the filename, but you can edit the value in the file for the name of the task. If the profile already contains an applicationserver.xml file, the existing file is retained. |
configureldap | applicationserver.xml configureldap.xml configureldap.n.xml, where n is an integer greater than or equal to 2 |
Generates the file for the application server properties and the file for configuring the connection to the directory server for authenticating Content Platform Engine users. (WebSphere Application Server or Oracle WebLogic Server only.) When you generate a second LDAP configuration file, it is named configureldap.2.xml. The filename increments for each new file you generate. You cannot change the filename, but you can edit the value in the file for the name of the task. JBoss does not support multiple LDAP tasks. If the profile already contains an applicationserver.xml file, the existing file is retained. |
configureloginmodules | applicationserver.xml configureloginmodules.xml |
(WebSphere Application Server or JBoss Application Server only.) Generates the file for the application server properties and the files for the login modules for the Content Platform Engine application. If the profile already contains an applicationserver.xml file, the existing file is retained. |
deployapplication | applicationserver.xml deployapplication.xml |
Generates the file for the application server properties and the file with settings for deploying the Content Platform Engine application on the application server. If the profile already contains an applicationserver.xml file, the existing file is retained. |
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 generateconfig -appserver websphere
-task configurepricingmodel -license "PVU Production"
-profile wstdb2jdbc
configmgr_cl generateconfig -appserver WebLogic
-task configurepricingmodel -license "PVU Production
-profile wblgprofile
configmgr_cl generateconfig -appserver JBoss -appserverVession 6.x_EAP
-task configurepricingmodel -license "PVU Production -profile jbprofile
configmgr_cl generateconfig -appserver websphere
-repositorytype standalone -db db2 -ldap tivoli -bootstrap new
-deploy standard -profile wstdb2
configmgr_cl generateconfig -appserver WebLogic
-repositorytype standalone -db mssql -ldap activedirectory
-bootstrap new -deploy standard -profile wblgprofile
configmgr_cl generateconfig -appserver JBoss -appserverVession 6.x_EAP
-repositorytype standalone -db db2 -ldap activedirectory
-bootstrap new -deploy standard -profile jbprofile
configmgr_cl generateconfig -appserver websphere -db db2
-repositorytype standalone -task configurejdbcos -profile wstdb2
configmgr_cl generateconfig -appserver WebLogic -db msssql
-repositorytype standalone -task configurejdbcos -profile wblgprofile
configmgr_cl generateconfig -appserver JBoss -appserverVession 6.x_EAP
-db db2 -repositorytype standalone -task configurejdbos -profile jbprofile
configmgr_cl generateconfig -appserver websphere -db db2
-repositorytype standalone -task configurejdbcos
-taskname "Configure Object Store OS23 Data Sources"
-profile wstdb2jdbc
configmgr_cl generateconfig -appserver WebLogic -db mssql
-repositorytype standalone -task configurejdbcos
-taskname "Configure Object Store OS23 Data Sources"
-profile wblgprofile
configmgr_cl generateconfig -appserver JBoss -appserverVession 6.x_EAP
-db db2 -repositorytype standalone -task configurejdbcos
-taskname "Configure Object Store OS23 Data Sources"
-profile jbprofile
configmgr_cl generateconfig -help