71
TCL Functions
DCE TCL Functions
NAME
tcl_dce_config_dtsserver
- Configures the local host as a DTS
machine, depending on the value of the ‘dts_type’ variable. Starts the dtsd
daemon regardless of which type of DTS machine is configured.
SYNOPSIS
tcl_dce_config_dtsserver (hostname dts_type celladmin
celladmin_pw)
PARAMETERS
hostname
The name of the local host. This parameter is required (as opposed to
discovered using the ‘hostname’ command) because the user will be
encouraged to specify the hostname using the full domain name, as opposed
to the short name.
dts_type
Legal values are ‘client’, ‘local’, ‘global’ and ‘none’.
celladmin
The account acting as the cell administrator.
celladmin_pw
The cell administrator’s password.
RETURNS
TCL_OK
Successfully configured DTS on the local host.
err_msg
An error was encountered.