cli:tmss10ping
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| cli:tmss10ping [2017/06/06 19:07] – created 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, | + | ===== Description ===== |
| + | '' | ||
| + | |||
| + | <note tip> | ||
| + | Unlike the [[https:// | ||
| + | </ | ||
| + | ===== Options ===== | ||
| + | The options which apply to the TMSS10Ping command are: | ||
| + | |||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | ===== Exit Status ===== | ||
| + | - **zero** Program has ended successfully. | ||
| + | - **non-zero** Program was unable to connect to the TapeTrack Framework Server. | ||
| + | ===== Environment ===== | ||
| + | |||
| + | * [[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. | ||
| + | |||
| + | < | ||
| + | # | ||
| + | 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 "%TMSSAPILOGDIR%\TMSSAPILOG-*.txt" | ||
| + | TMSS10Ping -P %TAPETRACKPORT% %TAPETRACKIP% | ||
| + | type " | ||
| + | pause | ||
| + | </ | ||
| + | |||
| + | --> Changelog | ||
| + | |||
| + | [filterrss http:// | ||
| + | <-- | ||
| + | <- ^ cli: | ||
cli/tmss10ping.1496776020.txt.gz · Last modified: 2025/01/21 22:07 (external edit)
