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