dts synchronize
Causes the dtsd to synchronize with DTS servers. The syntax is:
dts synchronize [dts_server] [-abruptly]
Options
-abruptly Specifies to set the clock abruptly rather than gradually adjust it to the computed time.
Description The dts synchronize operation causes the dtsd to synchronize with DTS servers. The machine's clock is adjusted accordingly. By default the clock
is adjusted gradually. This command also takes the optional -abruptly option to set the clock abruptly. Returns an empty string on success.
Privileges Required You must have w (write) permission on the ACL associated with the DTS entity in order to execute the command.
Examples The following example causes the local dtsd process to synchronize with other DTS servers.
dcecp> dts synchronize dcecp>
The following example causes the dtsd process on remote host named cyclops to synchronize immediately with other DTS servers.
dcecp> dts synchronize /.:/hosts/cyclops/dts-entity -abruptly dcecp>
|