]> andersk Git - moira.git/blame - man/moirad.8
Initial revision
[moira.git] / man / moirad.8
CommitLineData
5834a392 1.TH SMSD 8 "30 Nov 1988" "Project Athena"
2\" RCSID: $Header$
3.SH NAME
4smsd \- SMS query daemon
5.br
6startsms \- start the SMS daemon running, capturing log files
7.SH SYNOPSIS
8.B smsd
9.br
10.B startsms
11.SH DESCRIPTION
12The SMS server
13must be running on the machine hosting the SMS database for any of the
14SMS clients to function. Rather than invoke
15.B smsd
16directly, it is started by
17.B startsms,
18which starts the daemon running in the proper working directory and
19captures logging messages.
20.PP
21Logging is done to standard output.
22How much gets logged by
23.B smsd
24is controlled by the variable
25.I log_flags
26which is compiled into the file
27.I sms_srvdata.c.
28If critical errors are detected, they are logged to
29.B /u1/sms/critical.log
30and in a zephyrgram to class
31.B SMS
32instance
33.B SMS
34in addition to standard output.
35Also, a journal file is kept in
36.B /u1/sms/journal
37logging every successful change of the database in a format that can
38be replayed by
39.I smstest(8).
40For the server to be able to function properly, if must be run as root
41and root must have access to the tables through RTI Ingres.
42.PP
43.B startsms
44sets its working directory to the root, disconnects from the terminal
45and puts itself in the background. It then starts
46.B /u1/sms/bin/smsd,
47and will capture lines the server writes to standard output and log them
48in
49.B /u1/sms/sms.log
50along with a timestamp.
51.B startsms
52will also log the exit status of the
53.B smsd
54if it is non-zero.
55.SH FILES
56/u1/sms/sms.log
57.br
58/u1/sms/critical.log
59.br
60/u1/sms/journal
61.br
62.br
63/tmp/tkt_dcm \- temporary Kerberos ticket storage.
64.br
65/etc/srvtab \- The dcm must be able to get Kerberos tickets for "sms.sms".
66.SH "SEE ALSO"
67The Project Athena Technical Plan section on SMS.
This page took 2.434388 seconds and 5 git commands to generate.