TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


cli:server_argument

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cli:server_argument [2019/03/27 17:29] Gerard Nicolcli:server_argument [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 5: Line 5:
 In the event that this argument is not passed the default will be ''batch:batch@localhost:5000''. In the event that this argument is not passed the default will be ''batch:batch@localhost:5000''.
  
-In addition to the default valuesthese values have default behaviors as follows:+===== Password interpretation ===== 
 + 
 +When specifying the password valuethe following rules will apply to the interpretation of this value:
  
   * By default the password value will be treated as the path to a file which contains a single record representing the password, rather than the password itself.   * By default the password value will be treated as the path to a file which contains a single record representing the password, rather than the password itself.
Line 17: Line 19:
  
   * [[variable:tmsspwpath| TMSSPWPATH]]   * [[variable:tmsspwpath| TMSSPWPATH]]
 +  * [[variable:tmsskerberos|TMSSKERBEROS]]
 +  * [[variable:tmssnomd5|TMSSNOMD5]]
 +  * [[variable:tmssserverproxy| TMSSSERVERPROXY]]
 +  * [[variable:tmssuserinherit|TMSSUSERINHERIT]]
  
  
Line 23: Line 29:
 Connect to ''localhost'' with User-ID batch, password in file ''c:\tapetrack\pw\batch'' on port **5000**. Connect to ''localhost'' with User-ID batch, password in file ''c:\tapetrack\pw\batch'' on port **5000**.
  
-<sxh plain;>+<code plain;>
 -S localhost -S localhost
-</sxh>+</code>
  
 Connect to ''tapetrack.gazillabyte.com'' with User-ID jsmith and prompt for the password on port **443**. Connect to ''tapetrack.gazillabyte.com'' with User-ID jsmith and prompt for the password on port **443**.
  
-<sxh plain;>+<code plain;>
 -S jsmith:+@tapetrack.gazillabyte.com:443 -S jsmith:+@tapetrack.gazillabyte.com:443
-</sxh>+</code>
  
 Connect to ''tapetrack.gazillabyte.com'' with User-ID jsmith and password of mypassword on port **443**. Connect to ''tapetrack.gazillabyte.com'' with User-ID jsmith and password of mypassword on port **443**.
  
-<sxh plain;>+<code plain;>
 -S jsmith:-mypassword@tapetrack.gazillabyte.com:443 -S jsmith:-mypassword@tapetrack.gazillabyte.com:443
-</sxh>+</code>
cli/server_argument.1553707750.txt.gz · Last modified: 2025/01/21 22:07 (external edit)