TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


technote:server_arguments

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
technote:server_arguments [2018/07/18 20:03] Gerard Nicoltechnote:server_arguments [2025/03/03 23:49] (current) – [Framework Server Command Line Arguments] Scott Cunliffe
Line 1: Line 1:
-====== Technical Note: Framework Server Command Line Arguments ======+====== Framework Server Command Line Arguments ======
  
-The following command line arguments can be passed to the Framework Server executable:+The following server arguments can be passed to the Framework Server executable:
  
-^ Argument  ^ Type     ^ Notes                                                                +^ Argument  ^ Type            ^ Notes                                                                             ^ 
-| -f        | bool     | Run the program in foreground more (Windows only)                    +| -D        | bool            | Records a dump file if the server stops unexpectedly  (Linux only)                | 
-| -h       | string   | Path to the directory containing the TapeTrack database              +| -f        | bool            | Run the program in foreground more (Windows only)                                 | 
-| -l        | integer| Log file format (0=append, 1=truncate, 2=timestamp, 3=stdout/stderr  +| -g        | string          | Location of the file GeoIP.dat, loads country code against active users           
-| -L        | bool | Reload the database | +| -h        | string          | Path to the directory containing the TapeTrack database                           | 
-| -p       integer/string | Port that TapeTrack will listen on. If string the services file will be checked | +| -H        | string          | Disables Volume history entries                                                   
-| -       | string  Log file format (0=append, 1=truncate, 2=timestamp, 3=stdout/stderr  +| -l        | Integer         | Log file format (0=append, 1=truncate, 2=timestamp, 3=stdout/stderr)              | 
-| -       integer  Log file format (0=append, 1=truncate, 2=timestamp, 3=stdout/stderr  |+| -J        | string          | Disable the journal file entries                                                  
 +| -L        | bool            | Reload the database                                                               
 +| -p        Integer/string  | Port that TapeTrack will listen on. If stringthe services file will be checked  
 +| -       | string          Syslogd host in format host:port (default localhost:514)                          
 +| -       bool            Allow a one time login to the 'tapemaster' User-ID with a blank password          | 
 +| -X        | bool            | Disable the replication sub-system                                                | 
 +| -V        | bool            | Print version and exit                                                            | 
 +| -?        | bool            | Show help text                                                                    |
  
 +===== Example =====
 +
 +To check what version of the Framework Server you have installed.
 +
 +<code>
 +C:\>TMSS10Server -V
 +
 +TapeTrack FrameWork Server. Compiled Jun 15 2020 @ 16:31:16
 +</code>
 +
 +<- ^ cli:introduction|Command Line Utilities^ ->
 +
 +{{tag>technote server}}
technote/server_arguments.1531944202.txt.gz · Last modified: 2025/01/21 22:07 (external edit)