Previous Topic: Extensions for SiteMinderNext Topic: Installation Log Files


Configuration File Format

The im-installer.properties file is located in the CA IdentityMinder installation directory. For example:

The following is an example of the im-installer.properties file created during a CA IdentityMinder installation:

###############################################################
### Silent input properties file for the IM R12.5SP7 installer ###
###############################################################

# Component list
#   Valid values (comma-separated, one or more):  Server,Exten,Admin,Provision,Directory
DEFAULT_COMPONENTS=

# Install folder
#   All products are installed in subfolders under this folder
#   This is parent product root selected by the user
#   For e.g. C:\\Program Files\\CA\Identity Manager
DEFAULT_INSTALL_FOLDER=

#Generic login information
DEFAULT_GENERIC_USERNAME=
#DEFAULT_GENERIC_PASSWORD=<For silent install, insert generic user password here and uncomment line.>

#Optionally enable management console security - a default user will be created with the generic login credentials above.
DEFAULT_SECURE_MANAGEMENT_CONSOLE=

# Provisioning Server and Provisioning Directory Information.
#  Configure the Provisioning Server to a remotely installed Provisioning Directory(true/false)
DEFAULT_CONFIG_REMOTE_PROVISIONING=

 #Select the deployment type that suits your needs (1,2,3 or 4): 1. Compact 2. Basic 3. Intermediate (64 Bit only) 4. Large (64 Bit only)
DEFAULT_DEPLOYMENT_SIZE=
DEFAULT_DIRECTORY_IMPS_HOSTNAMES=
DEFAULT_DOMAIN_NAME=
DEFAULT_DIRECTORY_HOST=
DEFAULT_DIRECTORY_PORT
#DEFAULT_DIRECTORY_PASSWORD=<For silent install, insert password to be used with Provisioning Components here and uncomment line.>


#FIPS 140-2 Compliance mode (true/false) for Identity Manager, Admin Tools, Provisioning Manager and Provisioning Server 
DEFAULT_FIPS_MODE=
#Complete path of the FIPS key file. For e.g. C:\\Program Files\\FIPSkey.dat
DEFAULT_FIPS_KEY_LOC=

#Use custom encryption properties for encrypting sensitive data
DEFAULT_KEY_PARAMS_ENABLED=
#Abs path of the encrpytion properties file. E.g. C:\\Program Files\\keyParams.properties
DEFAULT_KEY_PARAMS_LOC=


#Identity Manager Application Server information
#   App Server
#   Valid values:  JBoss, WebLogic, WebSphere
DEFAULT_APP_SERVER=
DEFAULT_APP_SERVER_URL=

#Path to JDK for the JBOSS Application Server. No input required for other Application Servers
DEFAULT_JAVA_HOME=

#JBoss info
DEFAULT_JBOSS_FOLDER=
DEFAULT_JBOSS_PROFILE=
DEFAULT_JBOSS_SERVER_ID=

#Weblogic info
DEFAULT_BINARY_FOLDER=
DEFAULT_DOMAIN_FOLDER=
DEFAULT_SERVER_NAME=
DEFAULT_BEA_CLUSTER=

#WebSphere info
DEFAULT_WEBSPHERE_FOLDER=

#WAS_NODE Value: $WAS_HOME$\installedApps\$WAS_NODE$ or $WAS_HOME$\config\cells\$WAS_CCELL$\nodes\$WAS_NODE$. These should be same.
DEFAULT_WAS_NODE=

#WAS_SERVER Value: $WAS_HOME$\config\cells\$WAS_CELL$\nodes\$WAS_NODE$\servers\$WAS_SERVER$
DEFAULT_WAS_SERVER=

#WAS_CELL Value: $WAS_HOME$\config\cells\$WAS_CELL$
DEFAULT_WAS_CELL=

#WAS_PROFILE Value: $WEBPHERE_HOME$\profiles\$WAS_PROFILE$
WAS_PROFILE=

#WAS_CLUSTER Value: $WAS_HOME$\config\cells\$WAS_CELL$\clusters\$WAS_CLUSTER$
DEFAULT_WAS_CLUSTER=

DEFAULT_WAS_NO_AUTO_DEPLOY=$WAS_NO_AUTO_DEPLOY$

#Policy Server info
DEFAULT_PS_HOST=
DEFAULT_PS_USER=
#DEFAULT_PS_PW=<For silent install, insert PS Admin user password here and uncomment line.>

#8.1 Migration
# SiteMinder Agent Name
DEFAULT_AGENT_NAME=
# SiteMinder Shared Secret
#DEFAULT_AGENT_PW=<For silent install, insert PS Shared Secret here and uncomment line.>
# Automatically migrate. Valid values (true/false)
DEFAULT_MIGRATE_DIR_ENV=
# Directory to export to
DEFAULT_DIR_ENV_EXPORT=

#Policy Server Extensions info
#   Location of CsSmPs-<Instance name> folder
DEFAULT_PS_ROOT=
#You can use the SiteMinder Policy Server and a SiteMinder Web Agent to provide advanced security
# for CA Identity Manager environments. Valid values (true/false)
DEFAULT_USE_SITEMINDER=

#Database Info
DEFAULT_DB_HOST=
DEFAULT_DB_PORT=
DEFAULT_DB_NAME=
DEFAULT_DB_USER=
#DEFAULT_DB_PASSWORD=<For silent install, insert database password here and uncomment line.>

#Following are permissible values: mssql2005 or oracle10
DEFAULT_DB_TYPE=

#WAS Message Engine Database Info
DEFAULT_ME_HOST=
DEFAULT_ME_PORT=
DEFAULT_ME_NAME=
DEFAULT_ME_USER=
#DEFAULT_ME_PASSWORD=<For silent install, insert database password here and uncomment line.>
DEFAULT_ME_SCHEMA=

#Upgrading from IM8.1sp2
#	If you have data stores located on separate servers or you wish to install them on separate
#	servers, you can specify them below. Otherwise if you wish to have all the data stores on
#	the same server, change the DEFAULT_DB_* properties from above.

#Object Store Datastore Info
#DEFAULT_OS_DB_HOST=
#DEFAULT_OS_DB_PORT=
#DEFAULT_OS_DB_NAME=
#DEFAULT_OS_DB_USER=
#DEFAULT_OS_DB_PASSWORD=<For silent install, insert database password here and uncomment line.>

#Task Persistence Datastore Info
#DEFAULT_TP_DB_HOST=
#DEFAULT_TP_DB_PORT=
#DEFAULT_TP_DB_NAME=
#DEFAULT_TP_DB_USER=
#DEFAULT_TP_DB_PASSWORD=<For silent install, insert database password here and uncomment line.>

#Audit Datastore Info
#DEFAULT_AUDIT_DB_HOST=
#DEFAULT_AUDIT_DB_PORT=
#DEFAULT_AUDIT_DB_NAME=$AUDIT_DB_USER$
#DEFAULT_AUDIT_DB_PASSWORD=<For silent install, insert database password here and uncomment line.>

#Reporting Snapshot Datastore Info
#DEFAULT_RS_DB_HOST=
#DEFAULT_RS_DB_PORT=
#DEFAULT_RS_DB_NAME=
#DEFAULT_RS_DB_USER=
#DEFAULT_RS_DB_PASSWORD=<For silent install, insert database password here and uncomment line.>

#Workflow Datastore Info
#DEFAULT_WF_DB_HOST=
#DEFAULT_WF_DB_PORT=
#DEFAULT_WF_DB_NAME=
#DEFAULT_WF_DB_USER=
#DEFAULT_WF_DB_PASSWORD=<For silent install, insert database password here and uncomment line.>

# Automatically Upgrade Workflow DB
DEFAULT_UPGRADE_WF_DB=

# Automatically Migrate Task Persistance
DEFAULT_MIGRATE_TP=$

# HTTP Proxy settings
DEFAULT_HTTP_PROXY_ENABLED=
DEFAULT_HTTP_PROXY_HOST=
DEFAULT_HTTP_PROXY_PORT=
DEFAULT_HTTP_PROXY_DOMAIN=
DEFAULT_HTTP_PROXY_USERNAME=
DEFAULT_HTTP_PROXY_PASSWORD=