Sample response file for uninstalling

You can use the sample response file in this topic to uninstall Rational® Focal Point™. You must modify the parameter values for your environment. For instructions to create a response file, see Creating a response file manually.
A response file is an XML file that contains the data required to complete installation or uninstallation operations silently. IBM® Installation Manager uses response files to complete uninstallation operations silently.

You can record a response file by recording preferences and installation, upgrade, or uninstallation actions in the graphical user interface of Installation Manager. Alternatively, you can create a response file manually by using the documented list of response file commands and preferences.

You can use one response file to install, update, or uninstall multiple products. For more information about response files, see the response file section in the Installation Manager information center.

Sample response file for uninstalling Rational Focal Point

<?xml version="1.0" encoding="UTF-8"?>
<agent-input>

<profile id='IBM Rational Focal Point' installLocation='C:\Program Files (x86)\IBM\Rational\Focal Point'>
<data key='eclipseLocation' value='C:\Program Files (x86)\IBM\Rational\Focal Point'/>
<data key='user.import.profile' value='false'/>
<data key='cic.selector.os' value='win32'/>
<data key='cic.selector.ws' value='win32'/>
<data key='cic.selector.arch' value='x86'/>
<data key='cic.selector.nl' value='de,ru,ko,en,pt_BR,it,fr,hu,es,zh,iw,cs,ar,zh_TW,zh_HK,ja,pl'/>	
		<!-- Server Type details -->
		<data key='user.FP_SERVERTYPE,com.ibm.rational.focalpoint' value='TOMCAT'/>
			<!-- [TOMCAT/WAS] -->

<!-- Server Connection details required only for Tomcat server. Ignore this section for WAS server.   -->
<data key='user.FP_SERVERHOME,com.ibm.rational.focalpoint' value='C:\Program Files (x86)\apache-tomcat-6.0.35'/>
<data key='user.FP_SERVERPORT,com.ibm.rational.focalpoint' value='8080'/>
<data key='user.FP_JDBCPASSWORD,com.ibm.rational.focalpoint' value='password'/>

<!-- Database Connection details required only for Tomcat server. Ignore this section for WAS server  -->
<data key='user.FP_DATABASETYPE,com.ibm.rational.focalpoint' value='POSTGRE'/>

 <!-- [DB2,POSTGRE,ORACLE] -->

<data key='user.FP_JDBCSERVER,com.ibm.rational.focalpoint' value='127.0.0.1'/>
<data key='user.FP_JDBCPORT,com.ibm.rational.focalpoint' value='5432'/>
<data key='user.FP_JDBCDBNAME,com.ibm.rational.focalpoint' value='focalpoint'/>
<data key='user.FP_JDBCUSERNAME,com.ibm.rational.focalpoint' value='postgres'/>
<data key='user.FP_JDBCMAXDATABASECONNECTIONS,com.ibm.rational.focalpoint' value='10'/>

<data key='user.FP_SERVERMAXMEMORY,com.ibm.rational.focalpoint' value='500'/>
<data key='user.FP_SERVER_64BIT,com.ibm.rational.focalpoint' value='true'/>
<data key='user.FP_DEFAULTLOCALE,com.ibm.rational.focalpoint' value='en'/>
<data key='user.FP_LICENSETYPE,com.ibm.rational.focalpoint' value='SERVER'/>
<data key='user.FP_LICENSEHOME,com.ibm.rational.focalpoint' value=""/>

	</profile>
	<uninstall modify='false'>
	<offering id="com.ibm.rational.focalpoint" profile="IBM Rational Focal Point" features="com.ibm.rational.focalpoint.war,DeployFinancierWar"/>
</uninstall>

	<!-- Preference values depends upon IT Infrastructure / setup -->
	<preference name='com.ibm.cic.common.core.preferences.eclipseCache' value='C:\Program Files (x86)\IBM\SDP70Shared'/>
<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='true'/>
<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>

Parameters that need to be modified in the sample response file

Based on your environment, you must edit the parameters in your response file. The following tables show the parameters to modify.
Table 1. Parameters that must be modified based on your installation setup
Attributes Description
profile installLocation and id Specify the Rational Focal Point installation location.
FP_SERVERTYPE Specify the application server type. Possible values:
  • TOMCAT
  • WAS
Table 2. Parameters that must be specified in the response file if you are using Apache Tomcat server.
Note: If you are using WebSphere Application Server, specify values for only FP_SERVERHOME and FP_SERVERPORT.
Attributes Description
FP_SERVERHOME Specify the location of the application server home path.
FP_SERVERPORT Specify the connector port.
FP_DATABASETYPE Specify the database that is configured for Rational Focal Point. Possible values:
  • DB2
  • POSTGRE
  • ORACLE
FP_JDBCSERVER, FP_JDBCPORT, and FP_JDBCDBNAME Specify the host name or IP address, port, and name of the database that is created for Rational Focal Point.
Note: If you are using an Oracle database, specify the database SID instead of the database name.
FP_JDBCUSERNAME and FP_JDBCPASSWORD Specify the database user name and password.
Note:
  • For DB2® and PostgreSQL databases, the database connection parameters are the same settings that you specified when you installed the database.
  • For Oracle databases, specify the user name and the password that you created while creating the Rational Focal Point schemas.
FP_LICENSETYPE Specify the license type.
  • LATER: You must specify the license information when you log in to Rational Focal Point.
  • SERVER: Specify the location of the license server in the following format: port@host. For example: 19353@licenseserver
  • FILE: Specify the path of the license file.

Feedback