troubleshooting:diagnosing_connection_problems
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
troubleshooting:diagnosing_connection_problems [2021/09/01 01:08] – [Check TapeTrack Service is running.] Scott Cunliffe | troubleshooting:diagnosing_connection_problems [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
======Diagnosing Connection Problems====== | ======Diagnosing Connection Problems====== | ||
- | =====Check | + | =====Check |
- | Service is running. | + | Check the status of the TapeTrack Framework Server by running |
+ | |||
+ | ==== Windows ==== | ||
+ | |||
+ | From a [[technote: | ||
< | < | ||
- | C: | + | sc query " |
+ | </ | ||
+ | Service is running. | ||
+ | |||
+ | < | ||
SERVICE_NAME: | SERVICE_NAME: | ||
TYPE : 10 WIN32_OWN_PROCESS | TYPE : 10 WIN32_OWN_PROCESS | ||
Line 22: | Line 30: | ||
< | < | ||
- | C: | ||
- | |||
SERVICE_NAME: | SERVICE_NAME: | ||
TYPE : 10 WIN32_OWN_PROCESS | TYPE : 10 WIN32_OWN_PROCESS | ||
Line 32: | Line 38: | ||
WAIT_HINT | WAIT_HINT | ||
- | / | + | </ |
- | Attempt | + | If the Framework Server is not running, attempt |
- | =====Ping with TMSS10Ping===== | + | |
+ | If the Framework Server wont start see [[troubleshooting: | ||
- | Ping the TapeTrack | + | If the Framework Server |
+ | ==== Linux ==== | ||
+ | From a command prompt run: | ||
+ | < | ||
+ | systemctl list-units --type=service | ||
+ | </ | ||
+ | |||
+ | Look through the output to find the '' | ||
+ | |||
+ | Service is running | ||
+ | |||
+ | < | ||
+ | tapetrack.service | ||
+ | </ | ||
+ | |||
+ | Service is not running | ||
+ | |||
+ | < | ||
+ | tapetrack.service | ||
+ | </ | ||
+ | |||
+ | If the Framework Server is not running, attempt to [[server: | ||
+ | =====Ping with TMSS10Ping===== | ||
+ | |||
+ | If the TapeTrack Framework Server is running, use [[cli: | ||
+ | |||
+ | Ping the TapeTrack Framework Server with [[cli: | ||
+ | |||
< | < | ||
C: | C: | ||
+ | </ | ||
+ | |||
+ | Successful connection will return packets and display as shown below. | ||
+ | |||
+ | < | ||
+ | |||
44 bytes from 127.0.0.1: seq=1 time=6.00 ms | 44 bytes from 127.0.0.1: seq=1 time=6.00 ms | ||
44 bytes from 127.0.0.1: seq=2 time=0.00 ms | 44 bytes from 127.0.0.1: seq=2 time=0.00 ms | ||
Line 51: | Line 91: | ||
</ | </ | ||
+ | Unsuccessful connection returns | ||
+ | |||
+ | < | ||
+ | TMSS10Ping: Connect to TapeTrack Server failed: WSAError(10061) | ||
+ | </ | ||
+ | |||
+ | An unsuccessful connection from the computer TapeTrack Framework Server is installed on (localhost), | ||
+ | |||
+ | A successful connection from localhost but not from client computers suggests a firewall issue not letting TapeTrack communications through and should be referred to your network department to remedy the problem. | ||
=====Check TapeTrack is listening on port 5000.===== | =====Check TapeTrack is listening on port 5000.===== | ||
< | < | ||
Line 69: | Line 118: | ||
If you do not have access to change the Windows Firewall rules check with your Windows Admin team. | If you do not have access to change the Windows Firewall rules check with your Windows Admin team. | ||
+ | |||
+ | {{tag> server troubleshooting connection }} |
troubleshooting/diagnosing_connection_problems.1630458488.txt.gz · Last modified: 2025/01/21 22:07 (external edit)