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 12.6.2 installer ###
###############################################################

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

# 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=C:\\Program Files (x86)\\CA\\Identity Manager

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

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

 #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=1
DEFAULT_DIRECTORY_IMPS_HOSTNAMES=im-weblogic11
DEFAULT_DOMAIN_NAME=im
DEFAULT_DIRECTORY_HOST=im-weblogic11
DEFAULT_DIRECTORY_PORT=20394
#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=false
#Complete path of the FIPS key file. For e.g. C:\\\\Program Files\\\\FIPSkey.dat
DEFAULT_FIPS_KEY_LOC=

#Identity Manager Application Server information
#   App Server
#   Valid values:  JBoss, Weblogic, WebSphere
DEFAULT_APP_SERVER=WebLogic
DEFAULT_APP_SERVER_URL=http://im-weblogic11.ca.com:7001

#Path to JDK for the JBOSS Application Server. No input required for other Application Servers
DEFAULT_JAVA_HOME=C:\\PROGRA~1\\Java\\JDK16~1.0_2

#JBoss info
DEFAULT_JBOSS_FOLDER=C:\\Oracle\\Middleware
DEFAULT_JBOSS_PROFILE=
DEFAULT_JBOSS_SERVER_ID=

#Weblogic info
DEFAULT_BINARY_FOLDER=C:\\Oracle\\Middleware\\wlserver_10.3
DEFAULT_DOMAIN_FOLDER=C:\\Oracle\\Middleware\\user_projects\\domains\\base_domain
DEFAULT_SERVER_NAME=AdminServer

#For Weblogic 9 & 10 only:
DEFAULT_BEA_CLUSTER=

#WebSphere info
DEFAULT_WEBSPHERE_FOLDER=C:\\Oracle\\Middleware

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

#WAS_SERVER Value: \\config\\cells\\\\nodes\\\\servers\\
DEFAULT_WAS_SERVER=

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

#WAS_PROFILE Value: \\profiles\\
WAS_PROFILE=

#WAS_CLUSTER Value: \\config\\cells\\\\clusters\\
DEFAULT_WAS_CLUSTER=

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

#8.1 Migration
# SiteMinder Agent Name
DEFAULT_AGENT_NAME=imadmin
# 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=false

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

#Following are permissible values: mssql2005 or oracle10
DEFAULT_DB_TYPE=mssql2005

#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=IBMWSSIB

#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=
#DEFAULT_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=