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 [2018/04/18 22:35] – [Examples] Gerard Nicolcli:tmss10ping [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== TMSS10Ping ====== ====== TMSS10Ping ======
  
-TMSS10Ping is stored under ''Program Files'' -> ''TapeTrack'' -> ''TapeTrack TapeMaster'' and ''TapeTrack Lite''+Command line programs are executed via a [[technote:commandline|Command Line Prompt]] or via batch file They cannot be executed by double clicking or right click run
-Test the connection with TapeTrack Framework Server.+
  
 ===== Synopsis ===== ===== Synopsis =====
-''TMSS10Ping [-n count] [-P port] [-?] [-v] host''+''TMSS10Ping [-n count] [-P port] host''
  
 ===== Description ===== ===== Description =====
Line 16: 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 other than 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 other than 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 36: Line 35:
 This example tests a TapeTrack connection on port 443. This example tests a TapeTrack connection on port 443.
  
-<sxh plain;>+<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 46: 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 55: 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 72: Line 71:
 type "%TMSSAPILOGDIR%\TMSSAPILOG-*.txt" type "%TMSSAPILOGDIR%\TMSSAPILOG-*.txt"
 pause pause
-</sxh> +</code>
- +
- +
  
 +--> Changelog
  
 +[filterrss http://www.tapetrack.com/cgi/changelog.cgi?module=TMSS10Ping]
 +<--
 +<- ^ cli:introduction|Command Line Utilities^ ->
cli/tmss10ping.1524090942.txt.gz · Last modified: 2025/01/21 22:07 (external edit)