IBM Tivoli Monitoring, Version 6.3

Silent response file for uninstallation of IBM Tivoli Monitoring components for a dashboard environment

You must create response file before you can perform a silent uninstallation of IBM® Tivoli® Monitoring components for a dashboard environment.

The IBM Tivoli Monitoring Dashboards for Servers and Authorization Policy Components DVD or DVD image contains the following sample response file:
responsefiles\uninstall_ITMApps4JazzSM.xml
This file can be customized and used for silent uninstallation. For information about recording a new response file, see Recording a response file.
Sample response file:
<?xml version="1.0" encoding="UTF-8"?>
<!--
	Sample uninstall response file.
	This file has to be customized accodring to user's environemnt settings and then
	in IBM Installation Manager Home direcotry execute following command:
	IBMIM -s -input	uninstall_ITMApps4JazzSM.xml -nosplash -acceptLicense -log <logfile>
-->

<agent-input>
<server>
</server>

<uninstall modify='false'>
	<!-- IBM Infrastructure Management Dashboards for Servers. 
	Comment line below to skip component uninstallation. 
	-->
	<offering id='com.ibm.tivoli.monitoring.osd' profile='Core services in Jazz for Service Management' 
features='itmosd-install,itmosd-config'/>
	
	<!-- IBM Tivoli Authorization Policy Server. 
	Comment line below to skip component uninstallation. 
	-->
	<offering id='com.ibm.tivoli.kge.server.offering' profile='Core services in Jazz for Service Management'
features='server-install,server-config'/>
	
	<!-- IBM Tivoli tivcmd Command Line Interface for Authorization Policy. 
	Comment line below to skip component uninstallation. 
	-->
	<offering id='com.ibm.tivoli.kge.cli.offering' profile='tivcmd Command Line Interface for Authorization 
Policy' features='kge.cli.feature'/>
	
</uninstall>

<profile id='Core services in Jazz for Service Management'>
    <!-- Obligatory section when IBM Infrastructure Management Dashboards for Servers or
	     Authorization Policy Server is selected for uninstallation -->
	<!-- DASH login credentials 
	Customize value below to provide DASH user name	
	-->
    <data key='user.WAS_USER_NAME' value='tipadmin'/>
	<!-- Encrypted DASH user password 
	Customize value below to provide DASH user password for your system. Value must be in encrypted form.
    To encrypt the value, use IBM Installation Manager command line tool "imutilsc", stored IIM tools 
subdirectory. 
	Example:
	im.<platform>\tools>imutilsc encryptString <stringToEncryption>
	Output of this command set as value in line below.
	-->
	<data key='user.WAS_PASSWORD' value='M6NQ+7Gb+GuoNQNg8N+Lkw=='/>
</profile>
</agent-input>


Feedback