Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mbtserver(1) [debian man page]

mbtserver(1)						      General Commands Manual						      mbtserver(1)

NAME
mbtserver - Tilburg Memory Based Tagger Server SYNOPSYS
mbtserver [server options] or mbtserver -s settingsfile -S portnumber (deprecated) DESCRIPTION
mbtserver extends mbt with a server layer. It provided the possibility to access a trained tagger from multiple sessions. It also allows one to run and access different taggers in parallel. OPTIONS
-h or --help show help --config=file read the settings for one or more taggers from the specified configuration file. A configuration file must contain a port specification: port=<number> It may provide a limit to the number of parallel connections: maxconn=<number> And it must give one or more mbt tagger descriptions: <base>=<mbt options line> The <base> is a basename for the Tagger that will be started with the options specified. The basename is needed because it is possi- ble to start several (different) taggers. When accessing the server, we need a way to tell which Tagger we want to use. In general, the mbt options line will just be something like: "-s <settingsfile>", where settingsfile is a file generated by mbtg example config file: port=4567 maxconn=15 test1 = -s tests/eindh.set another = -s tests/wotan.set --pidfile=file store the pid of the main server process in file --logfile=file log server actions to file --daemonize=[yes|no] run the server as a daemon. Default is yes. -V or --version show version deprecated options are -s settingsfile read settings (probably generated with mbtg ) from the settingsfile -S <port> run the server on 'port'. For mbt options see mbt(1) Accessing the server To Do BUGS
possibly AUTHORS
Ko van der Sloot Timbl@uvt.nl Antal van den Bosch Timbl@uvt.nl SEE ALSO
mbt(1) mbtg(1) timbl(1) 2011 march 21 mbtserver(1)

Check Out this Related Man Page

RNDC(8) 																   RNDC(8)

NAME
rndc - name server control utility SYNOPSIS
rndc [ -c config-file ] [ -k key-file ] [ -s server ] [ -p port ] [ -V ] [ -y key_id ] command DESCRIPTION
rndc controls the operation of a name server. It supersedes the ndc utility that was provided in old BIND releases. If rndc is invoked with no command line options or arguments, it prints a short summary of the supported commands and the available options and their arguments. rndc communicates with the name server over a TCP connection, sending commands authenticated with digital signatures. In the current ver- sions of rndc and named named the only supported authentication algorithm is HMAC-MD5, which uses a shared secret on each end of the con- nection. This provides TSIG-style authentication for the command request and the name server's response. All commands sent over the chan- nel must be signed by a key_id known to the server. rndc reads a configuration file to determine how to contact the name server and decide what algorithm and key it should use. OPTIONS
-c config-file Use config-file as the configuration file instead of the default, /etc/rndc.conf. -k key-file Use key-file as the key file instead of the default, /etc/rndc.key. The key in /etc/rndc.key will be used to authenticate commands sent to the server if the config-file does not exist. -s server server is the name or address of the server which matches a server statement in the configuration file for rndc. If no server is supplied on the command line, the host named by the default-server clause in the option statement of the configuration file will be used. -p port Send commands to TCP port port instead of BIND 9's default control channel port, 953. -V Enable verbose logging. -y keyid Use the key keyid from the configuration file. keyid must be known by named with the same algorithm and secret string in order for control message validation to succeed. If no keyid is specified, rndc will first look for a key clause in the server statement of the server being used, or if no server statement is present for that host, then the default-key clause of the options statement. Note that the configuration file contains shared secrets which are used to send authenticated control commands to name servers. It should therefore not have general read or write access. For the complete set of commands supported by rndc, see the BIND 9 Administrator Reference Manual or run rndc without arguments to see its help message. LIMITATIONS
rndc does not yet support all the commands of the BIND 8 ndc utility. There is currently no way to provide the shared secret for a key_id without using the configuration file. Several error messages could be clearer. SEE ALSO
rndc.conf(5), named(8), named.conf(5) ndc(8), BIND 9 Administrator Reference Manual. AUTHOR
Internet Software Consortium BIND9 June 30, 2000 RNDC(8)
Man Page