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/11/07 01:23] Scott Cunliffetechnote: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                                                   
-| -S        | string          | Syslogd host in format host:port (default localhost:514)                         +| -l        | Integer         | Log file format (0=append, 1=truncate, 2=timestamp, 3=stdout/stderr)              | 
-| -r        | bool            | Allow a one time login to the 'tapemaster' User-ID with a blank password         +| -J        | string          | Disable the journal file entries                                                  
-| -X        | bool            | Disable the replication sub-system                                               +| -L        | bool            | Reload the database                                                               
-| -V        | bool            | Print version and exit                                                           +| -p        | Integer/string  | Port that TapeTrack will listen on. If string, the services file will be checked 
-| -?        | bool            | Show help text                                                                   |+| -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^ -> <- ^ cli:introduction|Command Line Utilities^ ->
 +
 +{{tag>technote server}}
technote/server_arguments.1541553803.txt.gz · Last modified: 2025/01/21 22:07 (external edit)