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 [2019/08/07 15:44] – dcumming | general:framework_connection [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| In addition to direct TCP/IP connections, | In addition to direct TCP/IP connections, | ||
| - | ====== Names and IP addressess | + | ====== Names and IP addresses |
| As with all TCP/IP connections, | As with all TCP/IP connections, | ||
| Line 20: | Line 20: | ||
| \\ | \\ | ||
| \\ | \\ | ||
| - | <sxh text;> | + | <code text;> |
| jsmith> nslookup tapetrack.gazillabyte.com | jsmith> nslookup tapetrack.gazillabyte.com | ||
| Server: | Server: | ||
| Line 28: | Line 28: | ||
| Name: tapetrack.gazillabyte.com | Name: tapetrack.gazillabyte.com | ||
| Address: | Address: | ||
| - | </sxh> | + | </code> |
| </ | </ | ||
| Line 51: | Line 51: | ||
| As an example, using TapeTrack Framework Server at address **tapetrack.gazillabyte.com**, | As an example, using TapeTrack Framework Server at address **tapetrack.gazillabyte.com**, | ||
| - | <sxh plain;> | + | <code plain;> |
| [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 61: | Line 61: | ||
| 4 packets transmitted | 4 packets transmitted | ||
| round-trip min/avg/max = 0.00/ | round-trip min/avg/max = 0.00/ | ||
| - | </sxh> | + | </code> |
| 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. | ||
| - | <sxh plain;> | + | <code plain;> |
| [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 75: | Line 75: | ||
| 4 packets transmitted | 4 packets transmitted | ||
| round-trip min/avg/max = 0.00/ | round-trip min/avg/max = 0.00/ | ||
| - | </sxh> | + | </code> |
| If a connection cannot be successfully completed through either port contact your network administrator to ensure ports are open. | If a connection cannot be successfully completed through either port contact your network administrator to ensure ports are open. | ||
| Line 86: | Line 86: | ||
| An example for connecting as user **jsmith**, with password **mypassword** is: | An example for connecting as user **jsmith**, with password **mypassword** is: | ||
| - | <sxh plain;> | + | <code plain;> |
| -S jsmith: | -S jsmith: | ||
| - | </sxh> | + | </code> |
| For detailed instructions on how to use the '' | For detailed instructions on how to use the '' | ||
| Line 125: | 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> | ||
| Line 131: | Line 131: | ||
| </ | </ | ||
| - | <sxh plain;> | + | <code plain;> |
| set TMSSAPILOGDIR=c: | set TMSSAPILOGDIR=c: | ||
| TMSS10Ping localhost | TMSS10Ping localhost | ||
| - | </sxh> | + | </code> |
| Creates the file **TMSSAPILOG-005336.txt** with the contents: | Creates the file **TMSSAPILOG-005336.txt** with the contents: | ||
| - | <sxh plain;> | + | <code plain;> |
| 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 151: | Line 151: | ||
| 17:39:25: TMSS10API_Send: | 17:39:25: TMSS10API_Send: | ||
| 17:39:25: TMSS10API_Term | 17:39:25: TMSS10API_Term | ||
| - | </sxh> | + | </code> |
| ===== See Also ===== | ===== See Also ===== | ||
| - | [[technote: | + | [[technote: |
| - | {{tag> | + | {{tag> |
general/framework_connection.1565192643.txt.gz · Last modified: 2025/01/21 22:07 (external edit)
