cli:tmss10ping
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cli:tmss10ping [2018/05/30 01:33] – [Synopsis] Scott Cunliffe | cli:tmss10ping [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== TMSS10Ping ====== | ====== TMSS10Ping ====== | ||
- | TMSS10Ping is stored under '' | + | Command line programs are executed via a [[technote: |
- | Test the connection with a TapeTrack Framework Server. | + | |
===== Synopsis ===== | ===== Synopsis ===== | ||
Line 16: | Line 15: | ||
The options which apply to the TMSS10Ping command are: | The options which apply to the TMSS10Ping command are: | ||
- | * '' | + | * '' |
- | * '' | + | * '' |
- | * '' | + | * '' |
===== 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: | C: | ||
44 bytes from 216.229.153.104: | 44 bytes from 216.229.153.104: | ||
Line 46: | Line 45: | ||
round-trip min/avg/max = 0.00/ | round-trip min/avg/max = 0.00/ | ||
- | </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 " | type " | ||
pause | pause | ||
- | </sxh> | + | </code> |
- | + | ||
- | + | ||
+ | --> Changelog | ||
+ | [filterrss http:// | ||
+ | <-- | ||
+ | <- ^ cli: |
cli/tmss10ping.1527643998.txt.gz · Last modified: 2025/01/21 22:07 (external edit)