general:framework_connection
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| general:framework_connection [2018/01/11 00:10] – [Testing your TCP/IP connection] Scott Cunliffe | general:framework_connection [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| Each TapeTrack Framework Server accepts incoming communications on a single TCP/IP port (by default this port is 5000). | Each TapeTrack Framework Server accepts incoming communications on a single TCP/IP port (by default this port is 5000). | ||
| - | These incoming communications are firstly compressed with gzip level 9 compression, and then encrypted with AES 256 bit encryption. | + | These incoming communications are firstly compressed with gzip level 9 compression and then encrypted with AES 256 bit encryption. |
| To allow these connections the TapeTrack Framework Server must have firewall access to accept incoming connections, | To allow these connections the TapeTrack Framework Server must have firewall access to accept incoming connections, | ||
| Line 11: | Line 11: | ||
| In addition to direct TCP/IP connections, | In addition to direct TCP/IP connections, | ||
| - | ====== Names and IP addresess | + | ====== Names and IP addresses |
| - | As with all TCP/IP connections, | + | As with all TCP/IP connections, |
| - | It is recommended that you always use a name, rather than dotted IP address to connect to your TapeTrack server as this contemplates a future change in IP address. | + | It is recommended that you always use a domain |
| - | <note tip>If you are using a name to connect to your TapeTrack Server and can not connect, you should check to ensure that your name is resolving to an IP address. | + | <note tip>If you are using a domain |
| - | ------ | + | \\ |
| - | < | + | \\ |
| - | gnicol> nslookup tapetrack.gazillabyte.com | + | < |
| + | jsmith> nslookup tapetrack.gazillabyte.com | ||
| Server: | Server: | ||
| Address: | Address: | ||
| Line 39: | Line 40: | ||
| TMSS10Ping installs with TapeTrack software and is stored under (depending on what products are installed): | TMSS10Ping installs with TapeTrack software and is stored under (depending on what products are installed): | ||
| - | ; TapeMaster | + | **TapeMaster** \\ |
| - | Lite Program Files\TapeTrack\TapeTrack Lite \\ | + | |
| - | Server Utilities | + | **Lite** \\ |
| - | + | Program Files\TapeTrack\TapeTrack Lite \\ | |
| - | Presuming your TapeTrack Framework Server at address **tapetrack.gazillabyte.com**, | + | **Server Utilities** \\ |
| + | Program Files\TapeTrack\TapeTrack Server Utilities\bin\tapetrack \\ | ||
| - | < | + | <note tip> |
| + | |||
| + | As an example, using TapeTrack Framework Server at address **tapetrack.gazillabyte.com**, | ||
| + | |||
| + | < | ||
| [root@documentation-us conf]# TMSS10Ping -P 5000 tapetrack.gazillabyte.com | [root@documentation-us conf]# TMSS10Ping -P 5000 tapetrack.gazillabyte.com | ||
| 44 bytes from 192.241.211.124: | 44 bytes from 192.241.211.124: | ||
| Line 59: | Line 65: | ||
| If TMSS10Ping fails to make a valid connection, try to connect via port 443. | If TMSS10Ping fails to make a valid connection, try to connect via port 443. | ||
| - | < | + | < |
| [root@documentation-us conf]# TMSS10Ping -P 443 tapetrack.gazillabyte.com | [root@documentation-us conf]# TMSS10Ping -P 443 tapetrack.gazillabyte.com | ||
| 44 bytes from 192.241.211.124: | 44 bytes from 192.241.211.124: | ||
| Line 71: | Line 77: | ||
| </ | </ | ||
| - | If a successful | + | If a connection cannot be successfully completed |
| ===== Connecting via TapeTrack Software ===== | ===== Connecting via TapeTrack Software ===== | ||
| Line 78: | Line 84: | ||
| All TapeTrack Command Line programs that communicate with the TapeTrack Framework Server will have a '' | All TapeTrack Command Line programs that communicate with the TapeTrack Framework Server will have a '' | ||
| - | An example for connecting as user **fred**, with password **secret** is: | + | An example for connecting as user **jsmith**, with password **mypassword** is: |
| - | < | + | < |
| - | -S fred:-secret@tapetrack.gazillabyte.com | + | -S jsmith:-mypassword@tapetrack.gazillabyte.com |
| </ | </ | ||
| - | For detailed instructions on how to use the '' | + | For detailed instructions on how to use the '' |
| Line 119: | Line 125: | ||
| All TapeTrack programs use an underlying low level communications API which allows users to trace connection and communications requests. | All TapeTrack programs use an underlying low level communications API which allows users to trace connection and communications requests. | ||
| - | To enable logging, set the [[variable: | + | To enable logging, set the [[variable: |
| <note important> | <note important> | ||
| - | Care should be taken to not leave the TMSSAPILOGDIR set as it will slow all TapeTrack Software due to the overhead of logging. | + | Care should be taken to not leave the '' |
| </ | </ | ||
| - | < | + | < |
| - | set TMSSAPILOGDIR=c: | + | set TMSSAPILOGDIR=c: |
| TMSS10Ping localhost | TMSS10Ping localhost | ||
| </ | </ | ||
| Line 132: | Line 138: | ||
| Creates the file **TMSSAPILOG-005336.txt** with the contents: | Creates the file **TMSSAPILOG-005336.txt** with the contents: | ||
| - | < | + | < |
| 17:39:25: TMSS10API_Init (API Version=Feb | 17:39:25: TMSS10API_Init (API Version=Feb | ||
| 17:39:25: TMSS10API_Connect: | 17:39:25: TMSS10API_Connect: | ||
| Line 147: | Line 153: | ||
| </ | </ | ||
| - | {{tag> | + | ===== See Also ===== |
| + | |||
| + | [[technote: | ||
| + | |||
| + | {{tag> | ||
general/framework_connection.1515629457.txt.gz · Last modified: 2025/01/21 22:07 (external edit)
