cli:tmss10ping
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cli:tmss10ping [2017/06/06 19:12] – [Running TMSS10Ping] dcumming | cli:tmss10ping [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== TMSS10Ping ====== | ====== TMSS10Ping ====== | ||
- | The TMSS10Ping command allows you to test your connection to your TapeTrack Server. | + | Command line programs are executed via a [[technote: |
- | ===== Running TMSS10Ping | + | ===== Synopsis |
+ | '' | ||
- | To run TMSS10Ping, run the Command Prompt as an Administrator. This can be done by right-clicking on the Command Prompt Application in the Start Menu or Windows Explorer | + | ===== Description ===== |
+ | '' | ||
- | {image} | + | <note tip> |
+ | Unlike the [[https:// | ||
+ | </ | ||
+ | ===== Options ===== | ||
+ | The options which apply to the TMSS10Ping command are: | ||
- | Once the command prompt launches, use the change directory command | + | * '' |
- | To launch | + | * '' |
+ | * '' | ||
- | {image} | + | ===== Exit Status ===== |
+ | - **zero** Program has ended successfully. | ||
+ | - **non-zero** Program was unable to connect to the TapeTrack Framework Server. | ||
+ | ===== Environment ===== | ||
- | The program will ping the TapeTrack Server and return ping statistics. | + | * [[variable: |
+ | * [[variable: | ||
+ | ===== Files ===== | ||
+ | * '' | ||
+ | |||
+ | ===== Examples ===== | ||
+ | |||
+ | This example tests a TapeTrack connection on port 443. | ||
+ | |||
+ | < | ||
+ | C: | ||
+ | 44 bytes from 216.229.153.104: | ||
+ | 44 bytes from 216.229.153.104: | ||
+ | 44 bytes from 216.229.153.104: | ||
+ | 44 bytes from 216.229.153.104: | ||
+ | --- tapetrack.ironmountain.com TMSS10Ping statistics --- | ||
+ | 4 packets transmitted | ||
+ | |||
+ | round-trip min/avg/max = 0.00/ | ||
+ | </ | ||
+ | This example sends an email if a TapeTrack Server is down. | ||
+ | |||
+ | < | ||
+ | #!/bin/bash | ||
+ | TMSS10Ping -P 443 tapetrack.ironmountain.com > /dev/null | ||
+ | [ $? -ne 0 ]; then | ||
+ | sendmail ..... | ||
+ | fi | ||
+ | </ | ||
+ | |||
+ | This example sends ping request via a proxy server, creates a trace file and displays the trace file. | ||
+ | |||
+ | < | ||
+ | set PROXYIP=192.168.1.10 | ||
+ | set PROXYPORT=3128 | ||
+ | set PROXYUSER= | ||
+ | set PROXYPW= | ||
+ | set TAPETRACKIP=server.databank.co.il | ||
+ | set TAPETRACKPORT=443 | ||
+ | set TMSSAPILOGDIR=%TEMP% | ||
+ | set TMSSSERVERPROXY=%PROXYUSER%: | ||
+ | del /Q " | ||
+ | TMSS10Ping -P %TAPETRACKPORT% %TAPETRACKIP% | ||
+ | type " | ||
+ | pause | ||
+ | </ | ||
+ | |||
+ | --> Changelog | ||
+ | |||
+ | [filterrss http:// | ||
+ | <-- | ||
+ | <- ^ cli: |
cli/tmss10ping.1496776358.txt.gz · Last modified: 2025/01/21 22:07 (external edit)