Spotfire Server and Environment - Quick Start

Setting the node manager service to start on boot (Linux)

You can enable or disable automatic service start on boot for a node manager.

About this task

Note: Following Linux standard packaging guidelines, the node manager service is not configured to automatically start on boot after package installation.

Before you begin

You must have installed the node manager. For more information, see Installing a node manager (RPM Linux).

Procedure

  1. Set the service to start at boot:
    sudo systemctl enable spotfirenodemanager-<version-number>
  2. Verify the service is enabled:
    sudo systemctl status spotfirenodemanager-<version-number>
    Note: To disable service start at boot:
    sudo systemctl disable spotfirenodemanager-<version-number>

Results

Your node manager service starts on boot.