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 [2020/10/27 23:19] Scott Cunliffetechnote:server_arguments [2025/03/03 23:49] (current) – [Framework Server Command Line Arguments] Scott Cunliffe
Line 1: Line 1:
 ====== 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                           | 
 +| -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  | | -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)                         +| -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         +| -r        | bool            | Allow a one time login to the 'tapemaster' User-ID with a blank password          
-| -X        | bool            | Disable the replication sub-system                                               +| -X        | bool            | Disable the replication sub-system                                                
-| -V        | bool            | Print version and exit                                                           +| -V        | bool            | Print version and exit                                                            
-| -?        | bool            | Show help text                                                                   |+| -?        | bool            | Show help text                                                                    |
  
 ===== Example ===== ===== Example =====
Line 19: Line 23:
 To check what version of the Framework Server you have installed. To check what version of the Framework Server you have installed.
  
-<sxh>+<code>
 C:\>TMSS10Server -V C:\>TMSS10Server -V
  
 TapeTrack FrameWork Server. Compiled Jun 15 2020 @ 16:31:16 TapeTrack FrameWork Server. Compiled Jun 15 2020 @ 16:31:16
-</sxh>+</code>
  
 <- ^ cli:introduction|Command Line Utilities^ -> <- ^ cli:introduction|Command Line Utilities^ ->
  
 {{tag>technote server}} {{tag>technote server}}
technote/server_arguments.1603840784.txt.gz · Last modified: 2025/01/21 22:07 (external edit)