Silent installation parameters in Linux

A silent installation response XML file in Linux includes values from the IBM® Installation Manager and system files.

The following example silent installation file includes descriptions of the XML parameters in the XML file. For information about creating a silent installation file, see Configuring a silent installation file in Linux.

Many of the parameters are for data that you enter when you use the Installation Manager to install B2B Advanced Communications. For more information about the Installation Manager fields, see Installation Manager worksheet.

Parameter example and descriptions

The following example code is for a single node production installation on Linux with a DB2® database and WebSphere® MQ message provider.

<?xml version="1.0" encoding="UTF-8"?>
<!--The "acceptLicense" attribute has been deprecated. Use "-acceptLicense" command line option to accept license agreements.-->
<agent-input acceptLicense='true'>

# The location of the repository file that contains
# Multi-Enterprise Integration Gateway offerings, and updates for those offerings
<server>
<repository location='/MEIG_media_image archive/20140326-1237/MEG-1.0.0-SNAPSHOT-MediaImage/meg-im-repository/output'/>
</server>

# The unique profile ID for an installation 
# of Multi-Enterprise Integration Gateway
# and the installation location.
<profile id='Multi-Enterprise Integration Gateway' installLocation='/MEIG_Install'>

# System-generated parameters.
# The eclipseLocation value is the same as the installation directory.
# The only support value for cic.selector.nl is en (English).
<data key='eclipseLocation' value='/MEIG_Install'/>
<data key='user.import.profile' value='false'/>
<data key='cic.selector.os' value='win32'/>
<data key='cic.selector.arch' value='x86_64'/>
<data key='cic.selector.ws' value='win32'/>
<data key='cic.selector.nl' value='en'/>


<!--Message Fabric Settings-->

# The message fabric type. The only valid value is webspheremq. 
# This parameter is not used for the Proof of Concept (POC) Installation feature.
<data key='user.messagefabric.configuration.type,com.ibm.b2b.boom' value='webspheremq'/>

# The WebSphere</tm> MQ connection name list.
# Value also entered at the Connection Name List field of the Installation Manager.
<data key='user.messagefabric.jms.webspheremq.XMSC_WMQ_CONNECTION_NAME_LIST,com.ibm.b2b.boom' value='server_name'/>

# The WebSphere MQ queue manager name.
# Value also entered at the Queue Manager Name field of the Installation Manager.
<data key='user.messagefabric.jms.webspheremq.XMSC_WMQ_QUEUE_MANAGER,com.ibm.b2b.boom' value='queue_manager_name'/>

# The WebSphere MQ server connection channel name.
# Value also entered at the Server Connection Channel Name field of the Installation Manager.
<data key='user.messagefabric.jms.webspheremq.XMSC_WMQ_CHANNEL,com.ibm.b2b.boom' value='channel_name'/>

# The WebSphere MQ user ID.
# Value also entered at the WebSphere MQ Username field of the Installation Manager.
<data key='user.messagefabric.jms.webspheremq.userid,com.ibm.b2b.boom' value='user_ID'/>

# The WebSphere MQ password.
# Value also entered at the WebSphere MQ Password field of the Installation Manager.
<data key='user.messagefabric.jms.webspheremq.password,com.ibm.b2b.boom' value='password'/>


<!--Database Settings-->

# When a value must be set for all four data sources,
# data source numbers are assigned as follows:
# user.ds.0 = Identity
# user.ds.1 = Comms
# user.ds.2 = Infrastructure
# user.ds.3 = UI

# The database type for all data sources.
# Value also entered at the Database Type field of the Installation Manager.
<data key='user.databaseType,com.ibm.b2b.boom' value='DB2'/>

# The database vendor for all data sources.
# Value is set for all four data sources.
# Value also entered at the Database Type field of the Installation Manager.
<data key='user.ds.0.vendor,com.ibm.b2b.boom' value='DB2'/>
<data key='user.ds.1.vendor,com.ibm.b2b.boom' value='DB2'/>
<data key='user.ds.2.vendor,com.ibm.b2b.boom' value='DB2'/>
<data key='user.ds.3.vendor,com.ibm.b2b.boom' value='DB2'/>

# Indicates whether you are creating your own database schema for the installation.
# Value also entered at the following field of the Installation Manager:
# Automatically create the schema in the specified data sources?
<data key='user.createSchema,com.ibm.b2b.boom' value='true'/>

# Indicates whether you are using the Microsoft SQL Server database,
# which requires you to access an external JDBC driver.
# When using SQL Server, value is set for all four data sources.
<data key='user.ds.0.jdbcDriver,com.ibm.b2b.boom' value=''/>
<data key='user.ds.1.jdbcDriver,com.ibm.b2b.boom' value=''/>
<data key='user.ds.2.jdbcDriver,com.ibm.b2b.boom' value=''/>
<data key='user.ds.3.jdbcDriver,com.ibm.b2b.boom' value=''/>

# The database driver when you are using the Microsoft SQL Server database.
# Value also entered at the Database Driver field of the Installation Manager.
<data key='user.databaseDriverPath,com.ibm.b2b.boom' value=''/>

# The server that is used for the data source databases.
# Value is set for all four data sources.
# Value also entered at the data source Servername field of the Installation Manager.
<data key='user.ds.0.serverName,com.ibm.b2b.boom' value='localhost'/>
<data key='user.ds.1.serverName,com.ibm.b2b.boom' value='localhost'/>
<data key='user.ds.2.serverName,com.ibm.b2b.boom' value='localhost'/>
<data key='user.ds.3.serverName,com.ibm.b2b.boom' value='localhost'/>

# The port number that is used for the data source databases.
# Value is set for all four data sources.
# Value also entered at the data source Port field of the Installation Manager.
<data key='user.ds.0.portNumber,com.ibm.b2b.boom' value='50000'/>
<data key='user.ds.1.portNumber,com.ibm.b2b.boom' value='50000'/>
<data key='user.ds.2.portNumber,com.ibm.b2b.boom' value='50000'/>
<data key='user.ds.3.portNumber,com.ibm.b2b.boom' value='50000'/>

# The user name to access the data source database.
# Value is set for all four data sources.
# Value also entered at the data source Username field of the Installation Manager.
<data key='user.ds.0.user,com.ibm.b2b.boom' value='tester'/>
<data key='user.ds.1.user,com.ibm.b2b.boom' value='tester'/>
<data key='user.ds.2.user,com.ibm.b2b.boom' value='tester'/>
<data key='user.ds.3.user,com.ibm.b2b.boom' value='tester'/>

# The password to access the data source database.
# Value is set for all four data sources.
# Value also entered at the data source Password field of the Installation Manager.
<data key='user.ds.0.password,com.ibm.b2b.boom' value='passw0rd'/>
<data key='user.ds.1.password,com.ibm.b2b.boom' value='passw0rd'/>
<data key='user.ds.2.password,com.ibm.b2b.boom' value='passw0rd'/>
<data key='user.ds.3.password,com.ibm.b2b.boom' value='passw0rd'/>

# The name of the data source database.
# Value is set for all four data sources.
# Value also entered at the Database Name field of the Installation Manager.
<data key='user.ds.0.databaseName,com.ibm.b2b.boom' value='IDENTITY_DB'/>
<data key='user.ds.1.databaseName,com.ibm.b2b.boom' value='COMMS_DB'/>
<data key='user.ds.2.databaseName,com.ibm.b2b.boom' value='INFRA_DB'/>
<data key='user.ds.3.databaseName,com.ibm.b2b.boom' value='UI_DB'/>

# The amount of time, in seconds, before the connection to the data source times out.
# Value is set for all four data sources.
# Value comes from the ds.number.connectionTimeout property 
# in the datasources_database.properties file 
# in the install_media/resources/config directory.
<data key='user.ds.0.connectionTimeout,com.ibm.b2b.boom' value='10'/>
<data key='user.ds.1.connectionTimeout,com.ibm.b2b.boom' value='10'/>
<data key='user.ds.2.connectionTimeout,com.ibm.b2b.boom' value='10'/>
<data key='user.ds.3.connectionTimeout,com.ibm.b2b.boom' value='10'/>

# The JNDI name for the data source.
# Value is set for all four data sources.
# Value comes from the ds.number.jndiName property 
# in the datasources_database.properties file 
# in the install_media/resources/config directory.
<data key='user.ds.0.jndiName,com.ibm.b2b.boom' value='jdbc/IdentityServerRepositoryDataSource'/>
<data key='user.ds.1.jndiName,com.ibm.b2b.boom' value='jdbc/MegCommsDataSource'/>
<data key='user.ds.2.jndiName,com.ibm.b2b.boom' value='jdbc/MEGInfrastructureDataSource'/>
<data key='user.ds.3.jndiName,com.ibm.b2b.boom' value='jdbc/MEGUI'/>

# This value is used only for the Derby database used by POC installs.
# Value is set for all four data sources.
<data key='user.ds.0.createDatabase,com.ibm.b2b.boom' value='create'/>
<data key='user.ds.1.createDatabase,com.ibm.b2b.boom' value='create'/>
<data key='user.ds.2.createDatabase,com.ibm.b2b.boom' value='create'/>
<data key='user.ds.3.createDatabase,com.ibm.b2b.boom' value='create'/>

# Indicates whether you can drop existing tables 
# before you automatically create a database schema.
<data key='user.dropDBs,com.ibm.b2b.boom' value='true'/>

# Indicates if you are dropping existing tables 
# before you automatically create a database schema.
# Value is set for all four data sources.
<data key='user.ds.0.dropDatabase,com.ibm.b2b.boom' value='false'/>
<data key='user.ds.1.dropDatabase,com.ibm.b2b.boom' value='false'/>
<data key='user.ds.2.dropDatabase,com.ibm.b2b.boom' value='false'/>
<data key='user.ds.3.dropDatabase,com.ibm.b2b.boom' value='false'/>

# The identifier for the data source.
# Value is set for all four data sources.
# Value comes from the ds.number.id property 
# in the datasources_database.properties file 
# in the install_media/resources/config directory.
<data key='user.ds.0.id,com.ibm.b2b.boom' value='identityServerDS'/>
<data key='user.ds.1.id,com.ibm.b2b.boom' value='megCommsDS'/>
<data key='user.ds.2.id,com.ibm.b2b.boom' value='megInfrastructureDS'/>
<data key='user.ds.3.id,com.ibm.b2b.boom' value='megUIDS'/>

# The Java Naming and Directory Interface (JNDI) source type.
# Value is set for all four data sources.
# Value comes from the ds.number.type property 
# in the datasources_database.properties file 
# in the install_media/resources/config directory.
<data key='user.ds.0.type,com.ibm.b2b.boom' value='javax.sql.ConnectionPoolDataSource'/>
<data key='user.ds.1.type,com.ibm.b2b.boom' value='javax.sql.ConnectionPoolDataSource'/>
<data key='user.ds.2.type,com.ibm.b2b.boom' value='javax.sql.ConnectionPoolDataSource'/>
<data key='user.ds.3.type,com.ibm.b2b.boom' value='javax.sql.ConnectionPoolDataSource'/>

# The minimum size for the thread pool for all data sources.
# Value is set for all four data sources.
# Value comes from the ds.number.minPoolSize property 
# in the datasources_database.properties file 
# in the install_media/resources/config directory.
<data key='user.ds.0.minPoolSize,com.ibm.b2b.boom' value='5'/>
<data key='user.ds.1.minPoolSize,com.ibm.b2b.boom' value='5'/>
<data key='user.ds.2.minPoolSize,com.ibm.b2b.boom' value='5'/>
<data key='user.ds.3.minPoolSize,com.ibm.b2b.boom' value='5'/>

# The maximum size for the thread pool for this data source.
# Value is set for all four data sources.
# Value comes from the ds.number.maxPoolSize property 
# in the datasources_db2.properties file 
# in the install_media/resources/config directory.
<data key='user.ds.0.maxPoolSize,com.ibm.b2b.boom' value='10'/>
<data key='user.ds.1.maxPoolSize,com.ibm.b2b.boom' value='10'/>
<data key='user.ds.2.maxPoolSize,com.ibm.b2b.boom' value='10'/>
<data key='user.ds.3.maxPoolSize,com.ibm.b2b.boom' value='10'/>

# The schema to use to connect to a DB2 database. 
# This property is used only for DB2. 
# If this property is not specified, the default for the connection is used.
# Value is set for all four data sources.
# Value comes from the ds.number.currentSchema property 
# in the datasources_db2.properties file 
# in the install_media/resources/config directory.
<data key='user.ds.0.currentSchema,com.ibm.b2b.boom' value='identitySchema'/>
<data key='user.ds.1.currentSchema,com.ibm.b2b.boom' value='commsSchema'/>
<data key='user.ds.2.currentSchema,com.ibm.b2b.boom' value='infraSchema'/>
<data key='user.ds.3.currentSchema,com.ibm.b2b.boom' value='uiSchema'/>

# The maximum size for the thread pool for all data sources.
# Value is set for all four data sources.
# Value comes from the ds.number.maxIdleTime property 
# in the datasources_db2.properties file 
# in the install_media/resources/config directory.
<data key='user.ds.0.maxIdleTime,com.ibm.b2b.boom' value='300'/>
<data key='user.ds.1.maxIdleTime,com.ibm.b2b.boom' value='300'/>
<data key='user.ds.2.maxIdleTime,com.ibm.b2b.boom' value='300'/>
<data key='user.ds.3.maxIdleTime,com.ibm.b2b.boom' value='300'/>

# Indicates if a data source update is applied to new connections 
# and existing connections not in use from the connection pool.
# See Liberty profile: How data source configuration updates are applied
# Value is set for all four data sources.
<data key='user.ds.0.transactional,com.ibm.b2b.boom' value='false'/>
<data key='user.ds.1.transactional,com.ibm.b2b.boom' value='false'/>
<data key='user.ds.2.transactional,com.ibm.b2b.boom' value='false'/>
<data key='user.ds.3.transactional,com.ibm.b2b.boom' value='false'/>

# Indicates whether you are using a JDBC URL to configure the database.
# Value is set for all four data sources.
# Value also entered at the following field of the Installation Manager:
# Provide a datasource URL
<data key='user.0UrlEnabled,com.ibm.b2b.boom' value='false'/>
<data key='user.1UrlEnabled,com.ibm.b2b.boom' value='false'/>
<data key='user.2UrlEnabled,com.ibm.b2b.boom' value='false'/>
<data key='user.3UrlEnabled,com.ibm.b2b.boom' value='false'/>

# The URL if you are using a JDBC URL to configure the database.
# Value is set for all four data sources.
# Value also entered at the URL field of the Installation Manager.
<data key='user.ds.0.URL,com.ibm.b2b.boom' value=''/>
<data key='user.ds.1.URL,com.ibm.b2b.boom' value=''/>
<data key='user.ds.2.URL,com.ibm.b2b.boom' value=''/>
<data key='user.ds.3.URL,com.ibm.b2b.boom' value=''/>


<!--Data Grid Settings-->

# The user name that is used to access the data grid.
# Value also entered at the security User ID field of the Installation Manager.
<data key='user.gridUser,com.ibm.b2b.boom' value='tester'/>

# Enables security in the data grid.
# The only supported value for this system-generated parameter is true.
<data key='user.gridParm.securityEnabled,com.ibm.b2b.boom' value='true'/>

# Enables client authentication in the data grid.
# The only supported value for this system-generated parameter is true.
<data key='user.gridParm.clientAuthentication,com.ibm.b2b.boom' value='Required'/>

# The data grid secure token type.  
# The only supported value for this system-generated parameter is autoSecret.
<data key='user.gridParm.secureTokenManagerType,com.ibm.b2b.boom' value='autoSecret'/>

# The domain name of the data grid. 
# System-generated parameter.
<data key='user.gridParm.domainName,com.ibm.b2b.boom' value='Domain_1.0.0'/>

# The transfer type for the data grid.
# The only supported value for this system-generated parameter is TCP/IP.
<data key='user.gridParm.transportType,com.ibm.b2b.boom' value='TCP/IP'/>

# The password that is used to access the data grid.
# Value also entered at the security Password field of the Installation Manager.
<data key='user.gridPassword,com.ibm.b2b.boom' value='passw0rd'/>

# Confirmation of the password that is used to access the data grid.
# Value also entered at the security Confirm Password field of the Installation Manager.
<data key='user.gridConfirmPassword,com.ibm.b2b.boom' value='passw0rd'/>

# The number of catalog members in the installation.
# Value also entered at the Number of Catalog Servers field of the Installation Manager.
<data key='user.gridParm.numCatalogServers,com.ibm.b2b.boom' value='1'/>

# Secret authentication phrase that is generated by the system
# when you configure security for the data grid.
<data key='user.gridParm.authenticationSecret,com.ibm.b2b.boom' value='2c1692f4-3058-4da3-8540-675bf20975e4'/>


<!--Member Settings-->

# Repeat values for every catalog member in the installation. 
# For every additional catalog member, increment the number of the catalog member. 
# For example, user.catalog.0.host, user.catalog.1.host

# The host name of the first or only catalog member in the installation.
# Value also entered at the Catalog Host field of the Installation Manager.
<data key='user.catalog.0.host,com.ibm.b2b.boom' value=''/>

# The server name of the first or only catalog member in the installation.
# Value also entered at the Catalog Server Name field of the Installation Manager.
<data key='user.catalog.0.serverName,com.ibm.b2b.boom' value='CATALOG_1'/>

# The listen port of the first or only catalog member in the installation.
# Value also entered at the Listen Port field of the Installation Manager.
<data key='user.catalog.0.listenPort,com.ibm.b2b.boom' value='2809'/>

# The client port of the first or only catalog member in the installation.
# Value also entered at the Client Port field of the Installation Manager.
<data key='user.catalog.0.clientPort,com.ibm.b2b.boom' value='6600'/>

# The peer port of the first or only catalog member in the installation.
# Value also entered at the Peer Port field of the Installation Manager.
<data key='user.catalog.0.peerPort,com.ibm.b2b.boom' value='6601'/>

# Indicates whether the container member is enabled.
# Value also entered at the Deploy Container Member? field of the Installation Manager.
<data key='user.containerEnabled,com.ibm.b2b.boom' value='true'/>

# The name of the container member.
# Value also entered at the Container Member Name field of the Installation Manager.
<data key='user.containerName,com.ibm.b2b.boom' value='CONTAINER_1'/>

# The port of the container member.
# Value also entered at the Container JMX Port field of the Installation Manager.
<data key='user.containerPort,com.ibm.b2b.boom' value='18443'/>

# The name of the container zone that includes the container member.
# Value also entered at the Container Grid Zone field of the Installation Manager.
<data key='user.containerZoneName,com.ibm.b2b.boom' value='ZONE_1'/>

# Indicates whether the operational member is enabled.
# Value also entered at the Deploy Operational Member? field of the Installation Manager.
<data key='user.operationalEnabled,com.ibm.b2b.boom' value='true'/>

# The name of the operational member.
# Value also entered at the Operational Member Name field of the Installation Manager.
<data key='user.operationalName,com.ibm.b2b.boom' value='OPERATIONAL_1'/>

# The port of the operational member.
# Value also entered at the Operational JMX Port field of the Installation Manager.
<data key='user.operationalPort,com.ibm.b2b.boom' value='9443'/>

# Indicates whether the informational member is enabled.
# Value also entered at the Deploy Informational Member? field of the Installation Manager.
<data key='user.informationalEnabled,com.ibm.b2b.boom' value='true'/>

# The name of the informational member.
# Value also entered at the Informational Member Name field of the Installation Manager.
<data key='user.informationalName,com.ibm.b2b.boom' value='INFORMATIONAL_1'/>

# The port of the informational member.
# Value also entered at the Informational JMX Port field of the Installation Manager.
<data key='user.informationalPort,com.ibm.b2b.boom' value='19443'/>

# Indicates whether the catalog member is enabled.
# Value also entered at the Deploy Catalog Member? field of the Installation Manager.
<data key='user.catalogEnabled,com.ibm.b2b.boom' value='true'/>

# The name of the catalog member.
# Value also entered at the Catalog Member Name field of the Installation Manager.
<data key='user.catalogName,com.ibm.b2b.boom' value='CATALOG_1'/>

# The port of the catalog member.
# Value also entered at the Catalog JMX Port field of the Installation Manager.
<data key='user.catalogPort,com.ibm.b2b.boom' value='17443'/>


<!--Security Settings-->

# The passphrase that is used to start the system, 
# access protected system information, and create the keystore.
# Value also entered at the System Passphrase field of the Installation Manager.
<data key='user.passPhraseUserData,com.ibm.b2b.boom' value='password'/>

# Confirmation of the system passphrase.
# Value also entered at the Confirmation field of the Installation Manager.
<data key='user.passPhraseConfirmUserData,com.ibm.b2b.boom' value='password'/>

# Indicates whether you want to use the default JCE file in the installation 
# or the stronger JCE file that you must download from IBM.
# Value also entered at the following field of the Installation Manager:
# Install the Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy
<data key='user.enableJcePolicyFileUserData,com.ibm.b2b.boom' value='false'/>

# The path to the JCE file if you are not using the default JCE file.
# Value also entered at the Java Cryptography Extension (JCE) field of the Installation Manager.
<data key='user.jcePolicyFileUserData,com.ibm.b2b.boom' value=''/>

# Indicates whether you want to use the default system certificate 
# in the installation or a system certificate that you created.
# Value also entered at the following field of the Installation Manager:
# Specify a custom system certificate for JMX and UI security.
<data key='user.enablePkcs12FileUserData,com.ibm.b2b.boom' value='false'/>

# The alias name for the system certificate that you created.
# Value also entered at the Certificate Alias field of the Installation Manager.
<data key='user.pkcs12KeyStoreAliasUserData,com.ibm.b2b.boom' value='ui_and_jmx_certificate'/>

# The location of the system certificate that you created.
# Value also entered at the PKCS12 System Certificate Archive field of the Installation Manager.
<data key='user.pkcs12FileUserData,com.ibm.b2b.boom' value=''/>

# The password for the system certificate that you created.
# Value also entered at the PKCS12 Password field of the Installation Manager.
<data key='user.pkcs12PasswordUserData,com.ibm.b2b.boom' value=''/>
</profile>


<!--Installation General Settings-->
#
# The feature that you are installing.
#
# Values for the features attribute:
# main.feature,production.feature = Production - Initial installation
# main.feature,nonproduction.feature = Non-Production - Initial Installation
# main.feature,extendCluster.feature = Production - Extend an existing cluster
# main.feature,extendNonProdCluster.feature = Non-Production - Extend an existing cluster
# main.feature,pocMode.feature = Proof of Concept (POC) Installation
#
# Value also entered at the Features field of the Installation Manager.
<install modify='false'>
<offering id='com.ibm.b2b.boom' version='1.0.0.20140326_1259' profile='Multi-Enterprise Integration Gateway' features='main.feature,production.feature' installFixes='none'/>
</install>


<!--Shared Data Location-->

# The location for files that are shared by different
# components of the installation.
<preference name='com.ibm.cic.common.core.preferences.eclipseCache' value='/Program Files/IBM/IBMIMShared'/>


<!--Preferences Settings-->

# Additional preferences for Installation Manager can be specified. 
# These preference correspond to those that are located in the graphical
# interface under File / Preferences. 
# 
# If a preference command is omitted from or commented out of the response 
# file, then Installation Manager uses the preference value that was 
# previously set or the default value for the preference. 
# 
# Preference settings might be added or deprecated in new versions of
# Installation Manager. Consult the online Installation Manager
# Information Center for the latest set of preferences and 
# descriptions about how to use them.
#
# See IBM Installation Manager 1.7
#
<preference name='com.ibm.cic.common.core.preferences.connectTimeout' value='30'/>
<preference name='com.ibm.cic.common.core.preferences.readTimeout' value='45'/>
<preference name='com.ibm.cic.common.core.preferences.downloadAutoRetryCount' value='0'/>
<preference name='offering.service.repositories.areUsed' value='true'/>
<preference name='com.ibm.cic.common.core.preferences.ssl.nonsecureMode' value='false'/>
<preference name='com.ibm.cic.common.core.preferences.http.disablePreemptiveAuthentication' value='false'/>
<preference name='http.ntlm.auth.kind' value='NTLM'/>
<preference name='http.ntlm.auth.enableIntegrated.win32' value='true'/>
<preference name='com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts' value='true'/>
<preference name='com.ibm.cic.common.core.preferences.keepFetchedFiles' value='false'/>
<preference name='PassportAdvantageIsEnabled' value='false'/>
<preference name='com.ibm.cic.common.core.preferences.searchForUpdates' value='false'/>
<preference name='com.ibm.cic.agent.ui.displayInternalVersion' value='false'/>
<preference name='com.ibm.cic.common.sharedUI.showErrorLog' value='true'/>
<preference name='com.ibm.cic.common.sharedUI.showWarningLog' value='true'/>
<preference name='com.ibm.cic.common.sharedUI.showNoteLog' value='true'/>
</agent-input>