You can change all the parameters of this sample code. For an explanation of the commands and their parameters, see the table further down the page. The elements in italics are the minimum parameters that you might need to change to match your deployment environment.
<?xml version="1.0" encoding="UTF-8"?> <agent-input acceptLicense='true'> <server> <repository location='https://bluewhale.torolab.ibm.com/local/products/ri/10/repository/'/> </server> <profile installLocation='C:\Program Files\IBM\Rational Common Reporting' id='IBM Rational Common Reporting'> <data key='eclipseLocation' value='C:\Program Files\IBM\RCPR'/> <data key='user.RER_ApplicationServerType' value='WAS61'/> <data key='user.RER_WASInstallType' value='NEW'/> <data key='user.RER_ApplicationServerLocation' value='C:\Program Files\IBM\RCPR'\AppServer'/> <data key='user.RER_ApplicationServerName' value='RCPRServer'/> <data key='user.RER_wasProfileName' value='RCPR'/> <data key='user.RER_wasNodeName' value='RCPRNode01'/> <data key='user.cognosMode,com.ibm.rational.common.reporting.10' value='auto'/> <data key='cic.selector.nl' value='en'/> <data key='user.db_installMode,com.ibm.rational.common.reporting.10' value='auto'/> <data key='user.db_applicationLocation,com.ibm.rational.common.reporting.10' value='C:\Program Files\IBM\SQLLIB'/> <data key='user.db_database,com.ibm.rational.common.reporting.10' value='DB2'/> <data key='user.db_db2AdminName,com.ibm.rational.common.reporting.10' value='db2admin'/> <data key='user.db_db2AdminPassword,com.ibm.rational.common.reporting.10' value='db2adminpassword=='/> <data key='user.db_dbVersion,com.ibm.rational.common.reporting.10' value='2'/> <data key='user.dw_databaseName,com.ibm.rational.common.reporting.10' value='RIDW'/> <data key='user.dw_dataHome,com.ibm.rational.common.reporting.10' value='C:\Documents and Settings\db2admin\databases'/> <data key='user.sampledw_databaseName,com.ibm.rational.common.reporting.10' value='SAMPLEDW'/> <data key='user.sampledw_dataHome,com.ibm.rational.common.reporting.10' value='C:\Documents and Settings\db2admin\databases'/> <data key='user.cs_databaseName,com.ibm.rational.common.reporting.10' value='RICM'/> <data key='user.cs_dataHome,com.ibm.rational.common.reporting.10' value='C:\Documents and Settings\db2admin\databases'/> </profile> <install modify='false'> <offering profile='IBM Rational Common Reporting' version='1.0.0.0' features='com.ibm.rer.docs.feature,com.ibm.rer.datawarehouse.feature,com.ibm.rer.reportal.feature,com.ibm.rer.datamgr.dataconfig.feature,com.ibm.rer.contentstore.feature' id='com.ibm.rational.insight.10'/> </install> <preference value='C:\Program Files\IBM\IMShared' name='com.ibm.cic.common.core.preferences.eclipseCache'/> <preference value='30' name='com.ibm.cic.common.core.preferences.connectTimeout'/> <preference value='30' name='com.ibm.cic.common.core.preferences.readTimeout'/> <preference value='0' name='com.ibm.cic.common.core.preferences.downloadAutoRetryCount'/> <preference value='false' name='offering.service.repositories.areUsed'/> <preference value='false' name='com.ibm.cic.common.core.preferences.ssl.nonsecureMode'/> <preference value='false' name='com.ibm.cic.common.core.preferences.http.disablePreemptiveAuthentication'/> <preference value='true' name='com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts'/> <preference value='false' name='PassportAdvantageIsEnabled'/> <preference value='false' name='com.ibm.cic.common.core.preferences.searchForUpdates'/> </agent-input>
Command | Description |
---|---|
<profile id="the profile (package group) id" installLocation="the install location of the profile"> <data key="key1" value="value1"/> <data key="key2" value="value2"/> </profile> |
A profile is an installation location. Use this
command to create a package group (or installation location). If the
specified package group already exists, then the command has no effect. You can use the <data> element to set profile properties. |
<server> <repository location="http://example/ repository/"> <repository location="file:/C:/ repository/"> <!-add more repositories below--> <..> </server> |
Use this command to specify the repositories used during a silent installation. Use a URL or UNC path to specify remote repositories; or use directory paths to specify local repositories. |
<install> <offering profile= "profile id" features= "feature ids" id= "offering id" version= "offering version" selected="true"></offering> <!-add more repositories below--> <..> </install> |
Use this command to specify the installation
packages that will be installed.
|