Index Click this button to go to the index for this section.


ttdbserverd(1m)

CDE

NAME

ttdbserverd, rpc.ttdbserverd - RPC-based ToolTalk database server

SYNOPSIS

rpc.ttdbserverd [-n] [-?] [-v]

DESCRIPTION

rpc.ttdbserverd is the ToolTalk database server daemon. This process (normally started by inetd) performs all database operations for databases stored on the host.

OPTIONS

-n Turn off permission checking. Normally the protection of the file containing the spec determines who may read and write that spec. This option disables this checking and allows anyone to read and write any spec. This option should be used with caution. -m DTMOUNTPOINT_value Sets the DTMOUNTPOINT environment variable for rpc.ttdbserverd. If there is already an environment variable called DTMOUNTPOINT, -m will override it. -? Prints out the command usage information.

ENVIRONMENT

DTMOUNTPOINT If set, the value of this environment variable will be used in place of "/net" in pathnames constructed for the automounters host map. This environment variable can also be set by using the -m flag for rpc.ttdbserverd.

FILES

TT_DB/* The NetISAM database files are kept in the TT_DB directory under each disk partition mount point.

SEE ALSO

ttsession(1) tt_file_netfile(3)