TIBCO Spotfire® Server and Environment - Installation and Administration

Installing a node manager (tarball Linux)

You can install a node manager on Linux using the tarball installer.

About this task

  • Install each Spotfire node manager on a separate host.
  • You might need to configure Security-Enhanced Linux in your system, if enabled, to install the node manager using the tarball. Check the corresponding documentation for your operating system.

Before you begin

  • Spotfire Server is installed and running.
  • The commands zip and unzip are installed.
  • In the firewall of the computer on which you are installing the node manager, open the ports that the node manager and the services use. The default ports are listed in the Installation parameters table under Node manager installation.

Procedure

  1. Copy the node manager installation software package from its download directory to a temporary directory on the target host.
    For example, /temp/.
  2. Create a destination directory for the node manager.
    Example
    mkdir -p /opt/tibco/tsnm-<destination_folder>
  3. From the destination directory, unpack the package.
    Example
    cd /opt/tibco/tsnm-<destination_folder>
    tar xzf /temp/tsnm-<version number>.x86_64.tar.gz
    The node manager is installed in the destination directory.
  4. In the node manager installation directory, execute the configure post installation script, specifying the values for the parameters.
    Example
    ./configure -m <NODEMANAGER_REGISTRATION_PORT> -c <NODEMANAGER_COMMUNICATION_PORT> -s <SERVER_NAME> 
    -r <SERVER_BACKEND_REGISTRATION_PORT> -b <SERVER_BACKEND_COMMUNICATION_PORT> -n <NODEMANAGER_HOST_NAMES>
    Note: Include only those parameters whose default values you are changing, in addition to the server name.
    Note: Alternatively, you can run the command (./configure) without parameters. In this case, you are prompted for the missing information.
    The following message is displayed on the command line.
    Post install configuration of TIBCO Spotfire Server Node Manager <version number> was successful.
  5. To configure the node manager to start when the computer starts, from the directory containing the configure-boot file, run the following command.
    Important: You must have root user access to the computer to run the following script.
    ./configure-boot
    The following message is displayed on the command line.
    TIBCO Spotfire Server Node Manager <version number> has been successfully configured to start on system boot. 
    Note: Running the configure-boot script changes the installation directory ownership to user spotfire and restricts other users from performing actions on the installation directory.

What to do next

After installation, start the new node manager. You can start and stop the node manager from the command line. See Starting or stopping a node manager (Linux) or Manually starting the node manager process (tarball Linux). The second procedure does not require root user privileges.

If you intend to use the node manager with a Web Player or Automation Services service, you must also install some required packages. Read more in Running Web Player or Automation Services on Linux.