xref: /original-bsd/usr.sbin/timed/timedc/timedc.8 (revision 5b10f61c)
Copyright (c) 1980 Regents of the University of California.
All rights reserved. The Berkeley software License Agreement
specifies the terms and conditions for redistribution.

@(#)timedc.8 1.1 (Berkeley) 06/24/85

TIMEDC 8 ""
C 6
NAME
timedc - timed control program
SYNOPSIS
/etc/timedc [ command [ argument ... ] ]
DESCRIPTION
Timedc is used to control the operation of the timed program. It may be used to:
\(bu
measure the differences between machines' clocks,
\(bu
find the location where the master timed is running,
\(bu
cause election timers on several machines to expire at the same time,
\(bu
enable or disable tracing of messages received by timed.

Without any arguments, timedc will prompt for commands from the standard input. If arguments are supplied, timedc interprets the first argument as a command and the remaining arguments as parameters to the command. The standard input may be redirected causing timedc to read commands from a file. Commands may be abbreviated; recognized commands are:

? [ command ... ]

help [ command ... ]

Print a short description of each command specified in the argument list, or, if no arguments are given, a list of the recognized commands.

clockdiff host ...

Compute the differences between the clock of the host machine and the clocks of the machines given as arguments.

testing host ...

Cause timed election timers to expire in the specified hosts. It is used to test the election algorithm.

tracing { on | off }

Enable or disable the tracing of incoming messages to timed in the file /usr/adm/timed.log.

quit

Exit from timedc.

FILES
/usr/adm/timed.log tracing file for timed
/usr/adm/timed.masterlog log file for master timed
"SEE ALSO"
date(1), adjtime(2), timed(8), TSP: The Time Synchronization Protocol for UNIX 4.3BSD, R. Gusella and S. Zatti
DIAGNOSTICS
?Ambiguous command abbreviation matches more than one command
?Invalid command no match found
?Privileged command command can be executed by root only