TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


cli:tmss10ping

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cli:tmss10ping [2021/01/26 02:05] – [TMSS10Ping] Scott Cunliffecli:tmss10ping [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 15: Line 15:
 The options which apply to the TMSS10Ping command are: The options which apply to the TMSS10Ping command are:
  
-  * ''-n'' This option sets the number of test packets to send to an Integer (default=4). +  * ''-n'' This option sets the number of test packets to send, set as an Integer (default=4). 
-  * ''-P'' This option sets the TCP/IP port to an Integer (default=5000). +  * ''-P'' This option sets the TCP/IP port to, set as an Integer (default=5000). 
-  * ''host'' Host name or dotted IP address of the TapeTrack Framework Server.+  * ''host'' Host name(DNS) or dotted IP address of the TapeTrack Framework Server.
  
 ===== Exit Status ===== ===== Exit Status =====
Line 35: Line 35:
 This example tests a TapeTrack connection on port 443. This example tests a TapeTrack connection on port 443.
  
-<sxh>+<code>
 C:\>TMSS10Ping -P 443 tapetrack.ironmountain.com C:\>TMSS10Ping -P 443 tapetrack.ironmountain.com
 44 bytes from 216.229.153.104: seq=1 time=58.00 ms 44 bytes from 216.229.153.104: seq=1 time=58.00 ms
Line 45: Line 45:
  
 round-trip min/avg/max = 0.00/57.75/58.00 ms round-trip min/avg/max = 0.00/57.75/58.00 ms
-</sxh>+</code>
 This example sends an email if a TapeTrack Server is down. This example sends an email if a TapeTrack Server is down.
  
-<sxh bash;>+<code>
 #!/bin/bash #!/bin/bash
 TMSS10Ping -P 443 tapetrack.ironmountain.com > /dev/null TMSS10Ping -P 443 tapetrack.ironmountain.com > /dev/null
Line 54: Line 54:
 sendmail ..... sendmail .....
 fi fi
-</sxh>+</code>
  
 This example sends ping request via a proxy server, creates a trace file and displays the trace file. This example sends ping request via a proxy server, creates a trace file and displays the trace file.
  
-<sxh bash;>+<code>
 set PROXYIP=192.168.1.10 set PROXYIP=192.168.1.10
 set PROXYPORT=3128 set PROXYPORT=3128
Line 71: Line 71:
 type "%TMSSAPILOGDIR%\TMSSAPILOG-*.txt" type "%TMSSAPILOGDIR%\TMSSAPILOG-*.txt"
 pause pause
-</sxh>+</code>
  
-===== Changelog =====+--> Changelog
  
 [filterrss http://www.tapetrack.com/cgi/changelog.cgi?module=TMSS10Ping] [filterrss http://www.tapetrack.com/cgi/changelog.cgi?module=TMSS10Ping]
 +<--
 <- ^ cli:introduction|Command Line Utilities^ -> <- ^ cli:introduction|Command Line Utilities^ ->
cli/tmss10ping.1611626726.txt.gz · Last modified: 2025/01/21 22:07 (external edit)