Assuming the TIBCO Spotfire Server and Node Manager applications are running, verify the TIBCO Spotfire Server and Node Manager machines can communicate.
- Check if the TIBCO Spotfire Server can ping and Telnet to the Node Manager server via the 2 ports (communication and registration).
- Check if the Node Manager server can ping and Telnet to the TIBCO Spotfire Server via the 2 ports.
For example, suppose the TIBCO Spotfire Server is on 10.97.37.149 and running on default registration and communication ports (9080 and 9443) and the Node Manager is on 10.97.37.148 and running on default registration and communication ports (9080 and 9443).
In this scenario, the telnet command from Spotfire Server to Node Manager would have the following syntax:
telnet <IP address> <port>
If the connection succeeds, a blank screen will show up, meaning that the computer port is open. This is an example of a successful telnet connection:
When the telnet connection fails, it would look like this:
The test should also be performed in the opposite direction. The opposite test (from the Node Manager to the Spotfire Server) would be similar and a failure is shown here:
Additionally, to test the ping connectivity, from the command prompt on 10.97.37.149 run the following command:
ping 10.97.37.148
and from 10.97.37.148 run the following command:
ping 10.97.37.149
If they cannot connect on those given ports, then there is a DNS and/or firewall issue preventing the proper communication. Work with your network or firewall administrators to ensure the machines can communicate on the required ports.