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/07 11:00] – Gerard Nicol | cli:tmss10ping [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== TMSS10Ping ====== | ====== TMSS10Ping ====== | ||
- | Test the connection with a TapeTrack Framework Server. | + | |
+ | Command line programs are executed via a [[technote: | ||
===== Synopsis ===== | ===== Synopsis ===== | ||
- | '' | + | '' |
===== Description ===== | ===== Description ===== | ||
- | TMSS10Ping sends dummy packets to a TapeTrack Framework Server and receives a reply packet. It | + | '' |
- | should be noted that unlike the ping command, TMSS10Ping sends payload packets via the TCP/IP protocol. | + | |
+ | <note tip> | ||
+ | Unlike the [[https:// | ||
+ | </ | ||
===== Options ===== | ===== Options ===== | ||
The options which apply to the TMSS10Ping command are: | The options which apply to the TMSS10Ping command are: | ||
- | * Unordered List Item-n This option sets the number of test packets to send to an integer other than 4. | + | * '' |
- | * -P This option sets the TCP/IP port to an integer other than 5000. | + | * '' |
- | * host Host name or dotted IP address of TapeTrack Framework Server. | + | * '' |
- | | + | |
===== Exit Status ===== | ===== Exit Status ===== | ||
- | - zero Program has ended successfully. | + | - **zero** Program has ended successfully. |
- | - non-zero Program was unable to connect to the TapeTrack Framework Server. | + | - **non-zero** Program was unable to connect to the TapeTrack Framework Server. |
===== Environment ===== | ===== Environment ===== | ||
- | TMSSSERVERPROXY | + | * [[variable: |
- | a HTTPS proxy. The value of the variable | + | * [[variable:tmssapilogdir|TMSSAPILOGDIR]] |
- | user:password@host: | + | |
- | TMSSAPILOGDIR. | + | ===== Files ===== |
- | TMSSAPILOGDIR If defined the program will write out a trace file to this directory. | + | |
- | Examples | + | * '' |
+ | |||
+ | ===== Examples | ||
This example tests a TapeTrack connection on port 443. | This example tests a TapeTrack connection on port 443. | ||
+ | |||
+ | < | ||
C: | C: | ||
44 bytes from 216.229.153.104: | 44 bytes from 216.229.153.104: | ||
Line 35: | Line 43: | ||
--- tapetrack.ironmountain.com TMSS10Ping statistics --- | --- tapetrack.ironmountain.com TMSS10Ping statistics --- | ||
4 packets transmitted | 4 packets transmitted | ||
- | TMSS10Ping | + | |
- | 2 | + | |
round-trip min/avg/max = 0.00/ | round-trip min/avg/max = 0.00/ | ||
+ | </ | ||
This example sends an email if a TapeTrack Server is down. | This example sends an email if a TapeTrack Server is down. | ||
+ | |||
+ | < | ||
#!/bin/bash | #!/bin/bash | ||
TMSS10Ping -P 443 tapetrack.ironmountain.com > /dev/null | TMSS10Ping -P 443 tapetrack.ironmountain.com > /dev/null | ||
Line 44: | Line 54: | ||
sendmail ..... | sendmail ..... | ||
fi | fi | ||
- | Example 1. TMSS10Ping: send pings 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. | ||
+ | |||
+ | < | ||
set PROXYIP=192.168.1.10 | set PROXYIP=192.168.1.10 | ||
set PROXYPORT=3128 | set PROXYPORT=3128 | ||
Line 58: | Line 71: | ||
type " | type " | ||
pause | pause | ||
- | Set variable for HTTP Proxy Server address. | + | </code> |
- | Set TCP/IP port of HTTP Proxy Server. | + | |
- | Set variable for HTTP Proxy Server User-ID (if any). | + | |
- | Set variable for HTTP Proxy Server password (if any). | + | |
- | Set variable for HTTP Proxy Server address. | + | |
- | Set variable for TapeTrack Server address. | + | |
- | Set variable for TapeTrack Server port. | + | |
- | Set variable for output directory to Windows temp folder. | + | |
- | Set variable that tells TMSS10Ping to go via a proxy. | + | |
- | Run TMSS10Ping command. | + | |
- | List the results. | + | |
- | Files | + | |
- | stdout Program messages indicating statistics from ping. | + | |
- | See Also | + | |
- | TMSS10(1) | + | |
- | Bugs | + | |
- | On the Linux platform all TapeTrack command line programs are compiled with static C runtimes. This | + | |
- | means that on some older Linux versions DNS name resolution does not work and you must use dotted | + | |
- | IP addresses. | + | |
- | TMSS10Ping | + | |
- | 3 | + | |
+ | --> Changelog | ||
+ | [filterrss http:// | ||
+ | <-- | ||
+ | <- ^ cli: |
cli/tmss10ping.1496833253.txt.gz · Last modified: 2025/01/21 22:07 (external edit)