TIBCO Spotfire® Server and Environment - Installation and Administration

Uninstalling node manager

The third step of uninstalling the Spotfire environment is to uninstall all node managers.

Windows

Uninstallation of the node manager is performed through the regular Windows procedure.

Procedure

  1. Before uninstalling a node manager, the node manager service must be stopped. See Starting or stopping a node manager (as a Windows service).
  2. On each machine with a node manager installed, click Start > Control Panel > Programs and Features > Uninstall or change a program.
  3. Right-click TIBCO Spotfire Node Manager and select Uninstall.

RPM Linux

About this task

Note: To be able to uninstall on Linux, you must have root access.

Procedure

  1. Before uninstalling a node manager, the node manager service must be stopped. See Starting or stopping a node manager (Linux).
  2. On each computer with a node manager installed, uninstall by running the command:
    rpm -e tsnm-<version number>

Tarball Linux

About this task

Note: To be able to uninstall on Linux, you must have root access.
On each computer with a node manager installed, uninstall by running the following commands:

Procedure

  1. If the node manager was configured to start on boot, it must be stopped. To stop the node manager, run the command:
    service tsnm-<version number> stop
  2. To remove the node manager, run the command:
    chkconfig --del tsnm-<version number>
  3. Delete added scripts by running the following commands:
    rm /etc/init.d/tsnm-<version number>
    rm /etc/sysconfig/tsnm-<version number>
  4. The final step is to remove the folder with node manager files. Do this by running the following command:
    rm -rf <folder where the tarball was installed>