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 19:59] 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                                                                             
-| -       | bool  Run the program in foreground more (Windows only) | +| -       | bool            Records a dump file if the server stops unexpectedly  (Linux only)                
-| -f        | bool  | Run the program in foreground more (Windows only) | +| -f        | bool            | Run the program in foreground more (Windows only)                                 
-| -       | bool  | Run the program in foreground more (Windows only) |+| -g        | string          | Location of the file GeoIP.dat, loads country code against active users           | 
 +| -h        | string          | Path to the directory containing the TapeTrack database                           | 
 +| -H        | string          | Disables Volume history entries                                                   | 
 +| -l        | 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 string, the services file will be checked 
 +| -S        | string          | Syslogd host in format host:port (default localhost:514                         | 
 +| -r        | 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.1531943994.txt.gz · Last modified: 2025/01/21 22:07 (external edit)