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/07/16 16:35] – dcumming | cli:tmss10ping [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== TMSS10Ping ====== | ====== TMSS10Ping ====== | ||
+ | |||
+ | Command line programs are executed via a [[technote: | ||
===== Synopsis ===== | ===== Synopsis ===== | ||
Line 13: | 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 33: | 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 43: | 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 52: | 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 69: | Line 71: | ||
type " | type " | ||
pause | pause | ||
- | </sxh> | + | </code> |
- | ===== Changelog | + | --> |
[filterrss http:// | [filterrss http:// | ||
+ | <-- | ||
<- ^ cli: | <- ^ cli: |
cli/tmss10ping.1531758949.txt.gz · Last modified: 2025/01/21 22:07 (external edit)