PreviousNext

synchronize(8dts)

Causes the DTS entity to synchronize the clock on the system where the command is entered.

Synopsis

dtscp synchronize [set clock {true | false} ]

Arguments

set clock {true | false}
Specifies whether the clock is abruptly set (true) or gradually adjusted to the computed time (false, the default). This argument is optional.

Description
The synchronize command causes the DTS clerk or server to solicit time intervals from servers, compute the intersection of the time intervals, and adjust the system clock to the midpoint of the computed time interval. This command overrides the functions of the synchronization hold down characteristic.

Privileges Required
You must have w (write) permission on the ACL associated with the DTS entity to execute the command.

Notes
The synchronize command does not execute if the entity is already synchronizing or is disabled; the entity must be in the on state.

This command is replaced at Revision 1.1 by the dcecp command and may not be provided in future releases of DCE.

Examples

1. The following example shows how to initiate a synchronization for the entity, followed by a gradual clock adjustment:

dtscp> synchronize

2. The following example shows how to initiate a synchronization for the entity, followed by an abrupt reset of the clock:

dtscp> synchronize set clock true

Related Information
Commands: dtscp(8dts)