create(8dts)
Creates the DCE DTS entity on the specified node
Synopsis
dtscp create type type
Arguments
type type Specifies the type of DCE DTS entity to be created on the specified node. Specify one of the following for type:
clerk The DTS entity is created as a clerk. (This is the default setting.)
server The DTS entity is created as a server.
Description The create command creates a time server or time clerk entity on the system where the command is entered.
After the DTS entity is created, it is still in a non-functioning state. To put it into operation, you must invoke dtscp enable, which causes an immediate synchronization to take place.
For more information, see the enable reference page.
Privileges Required You must have w (write) permission on the ACL associated with the DTS entity to execute the command.
Notes This command is replaced at Revision 1.1 by the dcecp command and may not be provided in future releases of DCE.
Examples
dtscp> create type server
Related Information Commands: dtscp(8dts)
enable(8dts)
|