Installing a node manager (tarball Linux)
You can install a node manager on Linux using the tarball installer.
About this task
Before you begin
- Spotfire Server is installed and running.
- You must have sudo access to the host.
- 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
Customizing your installation
SERVER_VERSION=<version>
mkdir -p /opt/spotfire/nodemanager/$SERVER_VERSION
tar xvf spotfirenodemanager-$SERVER_VERSION.x86_64.tar.gz --strip-components=1 --directory=/opt/spotfire/nodemanager/$SERVER_VERSION
/opt/spotfire/nodemanager/$SERVER_VERSION/configure -s "${SERVER_FRONTEND_PORT:-8080}" -r "${NODEMANAGER_REGISTRATION_PORT:-9080}" -b "${NODEMANAGER_COMMUNICATION_PORT:-9443}"
/opt/spotfire/nodemanager/$SERVER_VERSION/configure-boot
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.
For administrators of large implementations who want to be able to quickly scale their Spotfire system as necessary, an automated method of installing and configuring services and service instances is available. For details, see Automatically installing services and instances.