dtsd(8dts)Restarts the DTS daemon Synopsis
dtsd [options] [-d] [-w serviceability] Options
-d
-w serviceability
-s
-g
-k courier
-k noncourier
-o
-c
Description You can enter the command manually under the following conditions: · If a DTS daemon fails to start automatically upon reboot · If you want to restart a daemon that you shut down to perform a backup or do diagnostic work In normal rebooting, the rc.dce script automatically provides arguments appropriate to the choice of configuration options. The command line arguments shown here can also be provided to dced as part of the fixed configuration strings, if dced is configured to automatically start the dtsd. If dtsd is started with no arguments (other than -d and -w), then the server must be started with dcecp. The following example configures a local server:
dcecp> dts configure -notglobal
Privileges Required
Notes
Examples 1. Log in to the system as superuser (root). 2. Use the ps command to make sure that dced and cdsadv are running. (The DCE daemon provides the endpoint mapping and security services, and cdsadv provides CDS.) 3. Use the following command to restart the dts daemon as a clerk: $ dtsd -c To restart the dts daemon as a server, use the following command: dtsd -s To restart the dts daemon as a global server, setting the clock on startup, use the following command: dtsd -s -g -o
Related Information Files: svcroute(5dce) Book: OSF DCE Administration Guide - Core Components
|