cli:tmss10ping
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cli:tmss10ping [2021/01/26 02:05] – [TMSS10Ping] Scott Cunliffe | cli:tmss10ping [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 15: | 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 35: | Line 35: | ||
This example tests a TapeTrack connection on port 443. | This example tests a TapeTrack connection on port 443. | ||
- | <sxh> | + | <code> |
C: | C: | ||
44 bytes from 216.229.153.104: | 44 bytes from 216.229.153.104: | ||
Line 45: | 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 54: | 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 71: | Line 71: | ||
type " | type " | ||
pause | pause | ||
- | </sxh> | + | </code> |
- | ===== Changelog | + | --> |
[filterrss http:// | [filterrss http:// | ||
+ | <-- | ||
<- ^ cli: | <- ^ cli: |
cli/tmss10ping.1611626726.txt.gz · Last modified: 2025/01/21 22:07 (external edit)