Uninstalling ITNCM-Reports

To uninstall Netcool Configuration Manager Tivoli Common Reporting use IBM Installation Manager.

Before you begin

You need the JazzSM Administrative username and password to uninstall the product.

About this task

Use IBM Installation Manager to remove the ITNCM-Reports.

Tip: To do a silent removal, create or record an Installation Manager response file. For more information, see the 'Record a response file with Installation Manager' topic in the IBM Installation Manager Knowledge center:

http://www-01.ibm.com/support/knowledgecenter/SSDV2W_1.8.2/com.ibm.silentinstall12.doc/topics/t_silent_create_response_files_IM.html.

Procedure

To remove ITNCM-Reports with the Installation Manager GUI
  1. Change to the /eclipse subdirectory of the Installation Manager installation directory.
  2. Use the following command to start the Installation Manager wizard: ./IBMIM
  3. In the main Installation Manager window, click Uninstall.
  4. Select the offerings that you want to remove and follow the installation wizard instructions to complete the removal.
To remove ITNCM-Reports with the Installation Manager console
  1. Change to the /eclipse/tools subdirectory of the Installation Manager installation directory.
  2. Use the following command to start the Installation Manager wizard: ./imcl -c
  3. From the Main Menu, select Uninstall.
  4. Select the offerings that you want to remove, and follow the installation wizard instructions to complete the removal.
To silently remove ITNCM-Reports
  1. Change to the /eclipse/tools subdirectory of the Installation Manager installation directory.
  2. Use the following command to start the removal: ./imcl -input response_file -silent -log /tmp/install_log.xml -acceptLicense
    Where response_file is the directory path to the response file that defines the removal configuration.

Results

The Installation Manager removes only the files and directories that it installed.

Example

Tip: Best practice recommendation: You can generate a response file through Installation Manager, as in the following example:
<?xml version='1.0' encoding='UTF-8'?>
<agent-input>
  <variables>
    <variable name='sharedLocation' value='/home/icosuser//IBM/IBMIMShared'/>
  </variables>
  <server>
    <repository location='/home/icosuser/Repo'/>
  </server>
  <profile id='Netcool Configuration Manager' installLocation='/opt/IBM/tivoli/netcool/ncm'>
    <data key='eclipseLocation' value='/opt/IBM/tivoli/netcool/ncm'/>
    <data key='user.import.profile' value='false'/>
	<!--Update architecture to aix for AIX-->
    <data key='cic.selector.os' value='linux'/>
	<!--Updae architecture to ppc64 for AIX-->
    <data key='cic.selector.arch' value='x86_64'/>
    <data key='cic.selector.ws' value='gtk'/>
    <data key='user.itncm.jdbc.type' value='oracle12'/>
    <data key='user.itncm.jdbc.driver' value='oracle.jdbc.driver.OracleDriver'/>
    <data key='user.itncm.jdbc.url' value='jdbc:oracle:thin:@ServerLocation:1521/itncm'/>
    <data key='user.itncm.jdbc.credentials.password' value=''/>
    <data key='user.itncm.jdbc.schema.name' value='itncm'/>
    <data key='user.itncm.jdbc.credentials.user' value='DBUSER'/>
    <data key='user.itncm.jdbc.host' value='ncmlnx02.hursley.ibm.com'/>
    <data key='user.itncm.jdbc.port' value='1521'/>
    <data key='user.itncm.jdbc.type.prop' value='oracle'/>
    <data key='user.tcr.was.user.name' value='smadmin'/>
    <data key='user.tcr.app.server.home' value='/opt/IBM/WebSphere/AppServer'/>
    <data key='user.itncm.reports.update' value='false'/>
    <data key='user.tcr.WAS_SERVER_NAME' value='server1'/>
    <data key='user.tcr.jazz.home' value='/opt/IBM/JazzSM'/>
    <data key='user.tcr.reports.integrated' value='N'/>
    <data key='user.tcr.was.profile.path' value='/opt/IBM/JazzSM/profile'/>
    <data key='user.tcr.was.server.name' value='server1'/>
    <data key='cic.selector.nl' value='en'/>
    <data key='user.tcr.was.user.password' value=''/>
  </profile>
  <uninstall modify='false'>
    <offering profile='Netcool Configuration Manager' id='com.ibm.tivoli.itncm.configurationmanager.server' 
version='6.4.2.20160202_1049'/>
  </uninstall>
  <preference name='com.ibm.cic.common.core.preferences.eclipseCache' value='${sharedLocation}'/>
  <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='false'/>
  <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>