IBM Tivoli Monitoring > Version 6.3 Fix Pack 2 > Installation Guides > Installation Guide > Uninstall IBM Tivoli Monitoring
IBM Tivoli Monitoring, Version 6.3 Fix Pack 2
Uninstall event synchronization manually
Use the instructions for the appropriate operating system to remove event synchronization manually.
- HP11
- Stop the situation update forwarder long-running process if it is still running:
- Find the long-running process using:
ps –ef
- Use the kill command to remove the process:
kill –9 process_number
- Run the following command to determine whether the operating system still knows that the event synchronization component is there:
swlist -v TecEvntSyncInstallerIf it is there but all the code has been deleted, or just the uninstaller is deleted, you can try this command:
swremove TecEvntSyncInstaller
- If errors are returned saying that TecEvntSyncInstaller cannot be removed due to consistency or dependency checks, create a file named something like "remove_EvntSync.txt" and add these two lines:
enforce_dependencies=false enforce_scripts=falseThen run the swremove command as follows:
swremove -X remove_EvntSync.txt TecEvntSyncInstallerThe -X option tells the swremove command to ignore checks and dependencies and remove the files regardless.
- Remove any event synchronization directories that are left behind.
Remove any directories found in OM_TEC including OM_TEC itself. OM_TEC is found in $BINDIR/TME/TEC. To use $BINDIR you must run the following command:
. /etc/Tivoli/setup_env.shIf the installation was for Netcool/OMNIbus, remove files from the location indicated during installation.
- Windows
- Stop the situation update forwarder long running process if it is still running:
- In the Control Panel, open Administrative Tools, then Services.
- Find the Tivoli Situation Update Forwarder service, and right-click it and select Stop.
- Go to operating system directory (C:\windows or C:\winnt), and open the vpd.properties file.
- Remove all lines that have itmTecEvntSyncProduct, EvntSyncForwarder, itmTecEvntSyncLapComp or EvntSyncForwarderWin in them.
- Remove any event synchronization directories that are left behind.
Remove any directories found in OM_TEC including OM_TEC itself. OM_TEC is found in %BINDIR%/TME/TEC. To use %BINDIR% you must run the C:\windows\system32\drivers\etc\Tivoli\setup_env.cmd command. If the installation was for Netcool/OMNIbus, remove the files from the location indicated during installation.
- AIX
Stop the situation update forwarder long running process if it is still running:
- Find the long running process using:
ps –ef
- Use the kill command to remove the process:
kill –9 process_number
- Go to operating system directory (this is typically /usr/lib/objrepos) and open the vpd.properties file.
- Remove all lines that have itmTecEvntSyncProduct, EvntSyncForwarder, itmTecEvntSyncLapComp or EvntSyncForwarderWin in them.
- Remove any event synchronization directories that remain.
Remove any directories found in OM_TEC including OM_TEC itself. OM_TEC is found in $BINDIR/TME/TEC. To use $BINDIR you must run the following command:
. /etc/Tivoli/setup_env.shIf the installation was for Netcool/OMNIbus, remove the files from the location specified during installation.
- Linux
- Stop the situation update forwarder long running process if it is still running:
- Find the long running process using:
ps –ef
- Use the kill command to remove the process:
kill –9 process_number
- Go to operating system directory (this is typically / or /root) and open the file vpd.properties.
- Remove all lines that have itmTecEvntSyncProduct, EvntSyncForwarder, itmTecEvntSyncLapComp or EvntSyncForwarderWin in them.
- Remove any event synchronization directories that are left behind.
Remove any directories found in OM_TEC including OM_TEC itself. OM_TEC is found in $BINDIR/TME/TEC. To use $BINDIR you must run the following command:
. /etc/Tivoli/setup_env.sh
If the installation was for OMNIbus, remove the files from the location specified during installation
- Solaris
- Stop the situation update forwarder long running process if it is still running:
- Find the long running process using:
ps –ef
- Use the kill command to remove the process:
kill –9 process_number
- Run the following command to remove the situation update forwarder:
pkgrm –A ISitmTecE
- Remove any event synchronization directories that are left behind.
Remove any directories found in OM_TEC including OM_TEC itself. OM_TEC is found in $BINDIR/TME/TEC. To use $BINDIR you must run the following command:
. /etc/Tivoli/setup_env.sh
If the installation was for OMNIbus, remove the files from the location specified during installation.
Parent topic:
Uninstall IBM Tivoli Monitoring